taglinefilesource code
sendto112include/linux/net.hint  (*sendto)  (struct socket *sock, void *buff, int len, int nonblock,
sendto1397net/inet/sock.cif (sk->prot->sendto == NULL) return(-EOPNOTSUPP);
sendto1407net/inet/sock.creturn(sk->prot->sendto(sk, (unsigned char *) ubuf, size, noblock, flags, 
sendto179net/inet/sock.hint      (*sendto)(struct sock *sk,
sendto735net/socket.creturn(sock->ops->sendto(sock, buff, len, (file->f_flags & O_NONBLOCK),