tag | line | file | source code |
sendto | 93 | fs/nfs/rpcsock.c | result = sock->ops->sendto(sock, buf, len, 0, 0, sap, salen); |
sendto | 118 | include/linux/net.h | int (*sendto) (struct socket *sock, const void *buff, int len, int nonblock, |
sendto | 271 | include/net/sock.h | int (*sendto)(struct sock *sk, |
sendto | 1282 | net/ipv4/af_inet.c | if (sk->prot->sendto == NULL) |
sendto | 1289 | net/ipv4/af_inet.c | return(sk->prot->sendto(sk, (const unsigned char *) ubuf, size, noblock, flags, |
sendto | 890 | net/socket.c | return(sock->ops->sendto(sock, buff, len, (file->f_flags & O_NONBLOCK), |