Home
last modified time | relevance | path

Searched refs:PR_WANTRCVD (Results 1 – 8 of 8) sorted by relevance

/f-stack/freebsd/netinet/
H A Dsctp_module.c62 .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 Din_proto.c135 .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 Din6_proto.c170 .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 Dprotosw.h118 #define PR_WANTRCVD 0x08 /* want PRU_RCVD calls */ macro
/f-stack/freebsd/sys/
H A Dprotosw.h120 #define PR_WANTRCVD 0x08 /* want PRU_RCVD calls */ macro
/f-stack/freebsd/kern/
H A Duipc_debug.c288 if (pr_flags & PR_WANTRCVD) { in db_print_prflags()
H A Duipc_socket.c1932 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 Duipc_usrreq.c431 .pr_flags = PR_CONNREQUIRED|PR_WANTRCVD|PR_RIGHTS,
451 .pr_flags = PR_ADDR|PR_ATOMIC|PR_CONNREQUIRED|PR_WANTRCVD|