taglinefilesource code
sendto66net/kern_sock.hint (*sendto)(struct socket *sock, void *buff, int len, int nonblock,
sendto715net/socket.creturn (sock->ops->sendto (sock, buff, len,
sendto1545net/tcp/sock.cif (sk->prot->sendto == NULL) return (-EOPNOTSUPP);
sendto1556net/tcp/sock.creturn (sk->prot->sendto (sk, ubuf, size, noblock, flags, 
sendto123net/tcp/sock.hint (*sendto) (volatile struct sock *sk, unsigned char *from, int len,