Searched refs:PR_WANTRCVD (Results 1 – 8 of 8) sorted by relevance
| /f-stack/freebsd/netinet/ |
| H A D | sctp_module.c | 62 .pr_flags = PR_CONNREQUIRED|PR_WANTRCVD|PR_LASTHDR, 74 .pr_flags = PR_WANTRCVD|PR_LASTHDR, 90 .pr_flags = PR_CONNREQUIRED|PR_WANTRCVD|PR_LASTHDR, 103 .pr_flags = PR_WANTRCVD|PR_LASTHDR,
|
| H A D | in_proto.c | 135 .pr_flags = PR_CONNREQUIRED|PR_IMPLOPCL|PR_WANTRCVD, 149 .pr_flags = PR_WANTRCVD|PR_LASTHDR, 161 .pr_flags = PR_CONNREQUIRED|PR_WANTRCVD|PR_LASTHDR,
|
| /f-stack/freebsd/netinet6/ |
| H A D | in6_proto.c | 170 .pr_flags = PR_CONNREQUIRED|PR_IMPLOPCL|PR_WANTRCVD|PR_LISTEN, 186 .pr_flags = PR_WANTRCVD|PR_LASTHDR, 200 .pr_flags = PR_CONNREQUIRED|PR_WANTRCVD|PR_LASTHDR,
|
| /f-stack/tools/compat/include/sys/ |
| H A D | protosw.h | 118 #define PR_WANTRCVD 0x08 /* want PRU_RCVD calls */ macro
|
| /f-stack/freebsd/sys/ |
| H A D | protosw.h | 120 #define PR_WANTRCVD 0x08 /* want PRU_RCVD calls */ macro
|
| /f-stack/freebsd/kern/ |
| H A D | uipc_debug.c | 288 if (pr_flags & PR_WANTRCVD) { in db_print_prflags()
|
| H A D | uipc_socket.c | 1932 if ((pr->pr_flags & PR_WANTRCVD) && (so->so_state & SS_ISCONFIRMING) 2314 if (pr->pr_flags & PR_WANTRCVD) { 2367 (pr->pr_flags & PR_WANTRCVD)) { 2586 if ((so->so_proto->pr_flags & PR_WANTRCVD) && 2647 KASSERT((pr->pr_flags & PR_WANTRCVD) == 0,
|
| H A D | uipc_usrreq.c | 431 .pr_flags = PR_CONNREQUIRED|PR_WANTRCVD|PR_RIGHTS, 451 .pr_flags = PR_ADDR|PR_ATOMIC|PR_CONNREQUIRED|PR_WANTRCVD|
|