| tag | line | file | source code |
|---|---|---|---|
| sendto | 112 | include/linux/net.h | int (*sendto) (struct socket *sock, void *buff, int len, int nonblock, |
| sendto | 1090 | net/inet/af_inet.c | if (sk->prot->sendto == NULL) |
| sendto | 1097 | net/inet/af_inet.c | return(sk->prot->sendto(sk, (unsigned char *) ubuf, size, noblock, flags, |
| sendto | 194 | net/inet/sock.h | int (*sendto)(struct sock *sk, |
| sendto | 965 | net/socket.c | return(sock->ops->sendto(sock, buff, len, (file->f_flags & O_NONBLOCK), |