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