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