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

/xnu-2422.115.4/bsd/netinet/
H A Dmp_proto.c55 PR_WANTRCVD|PR_PCBLOCK|PR_PROTOLOCK,
H A Din_proto.c145 .pr_flags = PR_CONNREQUIRED|PR_WANTRCVD|PR_PCBLOCK|
H A Dmptcp_subr.c986 if ((so->so_proto->pr_flags & PR_WANTRCVD) && so->so_pcb != NULL)
/xnu-2422.115.4/bsd/kern/
H A Duipc_proto.c86 .pr_flags = PR_CONNREQUIRED|PR_WANTRCVD|PR_RIGHTS|PR_PCBLOCK,
H A Dkern_control.c120 .pr_flags = PR_ATOMIC|PR_CONNREQUIRED|PR_PCBLOCK|PR_WANTRCVD,
130 .pr_flags = PR_CONNREQUIRED|PR_PCBLOCK|PR_WANTRCVD,
H A Duipc_socket.c2841 if (pr->pr_flags & PR_WANTRCVD && so->so_pcb &&
2933 if (pr->pr_flags & PR_WANTRCVD && so->so_pcb)
/xnu-2422.115.4/bsd/sys/
H A Dprotosw.h247 #define PR_WANTRCVD 0x08 /* want PRU_RCVD calls */ macro
263 (PR_ATOMIC|PR_ADDR|PR_CONNREQUIRED|PR_WANTRCVD|PR_RIGHTS| \
/xnu-2422.115.4/bsd/netinet6/
H A Din6_proto.c199 .pr_flags = PR_CONNREQUIRED|PR_WANTRCVD|PR_PCBLOCK|

Completed in 48 milliseconds