tag | line | file | source code |
---|---|---|---|
sendto | 66 | net/kern_sock.h | int (*sendto)(struct socket *sock, void *buff, int len, int nonblock, |
sendto | 715 | net/socket.c | return (sock->ops->sendto (sock, buff, len, |
sendto | 1545 | net/tcp/sock.c | if (sk->prot->sendto == NULL) return (-EOPNOTSUPP); |
sendto | 1556 | net/tcp/sock.c | return (sk->prot->sendto (sk, ubuf, size, noblock, flags, |
sendto | 123 | net/tcp/sock.h | int (*sendto) (volatile struct sock *sk, unsigned char *from, int len, |