Searched refs:PR_WANTRCVD (Results 1 – 9 of 9) sorted by relevance
| /netbsd/src/sys/kern/ |
| D | uipc_proto.c | 59 .pr_flags = PR_CONNREQUIRED|PR_WANTRCVD|PR_RIGHTS|PR_LISTEN, 73 .pr_flags = PR_CONNREQUIRED|PR_WANTRCVD|PR_RIGHTS|PR_LISTEN|
|
| D | uipc_socket.c | 1607 if ((pr->pr_flags & PR_WANTRCVD) && so->so_pcb) in soreceive() 1648 if (pr->pr_flags & PR_WANTRCVD && so->so_pcb) in soreceive()
|
| /netbsd/src/sys/netinet/ |
| D | in_proto.c | 289 .pr_flags = PR_CONNREQUIRED|PR_WANTRCVD|PR_LISTEN|PR_ABRTACPTDIS|PR_PURGEIF, 302 .pr_flags = PR_CONNREQUIRED|PR_WANTRCVD|PR_ATOMIC|PR_LISTEN|PR_ABRTACPTDIS, 314 .pr_flags = PR_ADDR_OPT|PR_WANTRCVD, 325 .pr_flags = PR_ADDR_OPT|PR_WANTRCVD, 335 .pr_flags = PR_CONNREQUIRED|PR_ADDR_OPT|PR_WANTRCVD|PR_LISTEN,
|
| /netbsd/src/sys/netinet6/ |
| D | in6_proto.c | 297 .pr_flags = PR_CONNREQUIRED|PR_WANTRCVD|PR_LISTEN|PR_ABRTACPTDIS|PR_PURGEIF, 324 .pr_flags = PR_ADDR_OPT|PR_WANTRCVD, 334 .pr_flags = PR_ADDR_OPT|PR_WANTRCVD, 344 .pr_flags = PR_CONNREQUIRED|PR_ADDR_OPT|PR_WANTRCVD|PR_LISTEN,
|
| /netbsd/src/sys/netbt/ |
| D | bt_proto.c | 97 .pr_flags = (PR_CONNREQUIRED | PR_LISTEN | PR_WANTRCVD),
|
| /netbsd/src/sys/rump/net/lib/libsockin/ |
| D | sockin.c | 127 .pr_flags = PR_CONNREQUIRED|PR_WANTRCVD|PR_LISTEN|PR_ABRTACPTDIS, 144 .pr_flags = PR_CONNREQUIRED|PR_WANTRCVD|PR_LISTEN|PR_ABRTACPTDIS,
|
| /netbsd/src/sys/dev/ |
| D | kttcp.c | 632 if ((pr->pr_flags & PR_WANTRCVD) && so->so_pcb) { in kttcp_soreceive() 671 if (pr->pr_flags & PR_WANTRCVD && so->so_pcb) { in kttcp_soreceive()
|
| /netbsd/src/sys/sys/ |
| D | protosw.h | 111 #define PR_WANTRCVD 0x08 /* want pr_rcvd() calls */ macro
|
| /netbsd/src/sys/net/ |
| D | if_gre.c | 730 if (pr->pr_flags & PR_WANTRCVD && so->so_pcb) in gre_soreceive()
|