| tag | line | file | source code |
| noblock | 128 | net/tcp/packet.c | int noblock, |
| noblock | 184 | net/tcp/packet.c | int len, int noblock, unsigned flags) |
| noblock | 186 | net/tcp/packet.c | return (packet_sendto (sk, buff, len, noblock, flags, NULL, 0)); |
| noblock | 220 | net/tcp/packet.c | int noblock, |
| noblock | 244 | net/tcp/packet.c | if (noblock) |
| noblock | 301 | net/tcp/packet.c | int len, int noblock, unsigned flags) |
| noblock | 303 | net/tcp/packet.c | return (packet_recvfrom (sk, buff, len, noblock, flags, NULL, NULL)); |
| noblock | 218 | net/tcp/raw.c | int noblock, |
| noblock | 227 | net/tcp/raw.c | " usin=%X, addr_len = %d)\n", sk, from, len, noblock, |
| noblock | 268 | net/tcp/raw.c | if (noblock) return (-EAGAIN); |
| noblock | 313 | net/tcp/raw.c | raw_write (volatile struct sock *sk, unsigned char *buff, int len, int noblock, |
| noblock | 316 | net/tcp/raw.c | return (raw_sendto (sk, buff, len, noblock, flags, NULL, 0)); |
| noblock | 357 | net/tcp/raw.c | int noblock, |
| noblock | 366 | net/tcp/raw.c | " sin=%X, addr_len=%X)\n", sk, to, len, noblock, |
| noblock | 381 | net/tcp/raw.c | if (noblock) |
| noblock | 439 | net/tcp/raw.c | raw_read (volatile struct sock *sk, unsigned char *buff, int len, int noblock, |
| noblock | 442 | net/tcp/raw.c | return (raw_recvfrom (sk, buff, len, noblock, flags, NULL, NULL)); |
| noblock | 1378 | net/tcp/sock.c | ip_proto_read (struct socket *sock, char *ubuf, int size, int noblock) |
| noblock | 1397 | net/tcp/sock.c | return (sk->prot->read (sk, ubuf, size, noblock,0)); |
| noblock | 1401 | net/tcp/sock.c | ip_proto_recv (struct socket *sock, void *ubuf, int size, int noblock, |
| noblock | 1421 | net/tcp/sock.c | return (sk->prot->read (sk, ubuf, size, noblock, flags)); |
| noblock | 1425 | net/tcp/sock.c | ip_proto_write (struct socket *sock, char *ubuf, int size, int noblock) |
| noblock | 1449 | net/tcp/sock.c | return (sk->prot->write (sk, ubuf, size, noblock, 0)); |
| noblock | 1454 | net/tcp/sock.c | ip_proto_send (struct socket *sock, void *ubuf, int size, int noblock, |
| noblock | 1479 | net/tcp/sock.c | return (sk->prot->write (sk, ubuf, size, noblock, flags)); |
| noblock | 1484 | net/tcp/sock.c | ip_proto_sendto (struct socket *sock, void *ubuf, int size, int noblock, |
| noblock | 1511 | net/tcp/sock.c | return (sk->prot->sendto (sk, ubuf, size, noblock, flags, |
| noblock | 1516 | net/tcp/sock.c | ip_proto_recvfrom (struct socket *sock, void *ubuf, int size, int noblock, |
| noblock | 1538 | net/tcp/sock.c | return (sk->prot->recvfrom (sk, ubuf, size, noblock, flags, |
| noblock | 116 | net/tcp/sock.h | int noblock, unsigned flags, struct sockaddr_in *usin, |
| noblock | 119 | net/tcp/sock.h | int noblock, unsigned flags, struct sockaddr_in *usin, |
| noblock | 305 | net/tcp/udp.c | int noblock, |
| noblock | 381 | net/tcp/udp.c | if (noblock) return (-EAGAIN); |
| noblock | 458 | net/tcp/udp.c | udp_write (volatile struct sock *sk, unsigned char *buff, int len, int noblock, |
| noblock | 461 | net/tcp/udp.c | return (udp_sendto (sk, buff, len, noblock, flags, NULL, 0)); |
| noblock | 510 | net/tcp/udp.c | int noblock, |
| noblock | 543 | net/tcp/udp.c | if (noblock) |
| noblock | 600 | net/tcp/udp.c | udp_read (volatile struct sock *sk, unsigned char *buff, int len, int noblock, |
| noblock | 603 | net/tcp/udp.c | return (udp_recvfrom (sk, buff, len, noblock, flags, NULL, NULL)); |