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

/darwin-on-arm/xnu/bsd/kern/
H A Duipc_proto.c85 .pr_flags = PR_CONNREQUIRED|PR_WANTRCVD|PR_RIGHTS|PR_PCBLOCK,
H A Duipc_socket.c2575 if (pr->pr_flags & PR_WANTRCVD && so->so_pcb &&
2669 if (pr->pr_flags & PR_WANTRCVD && so->so_pcb)
/darwin-on-arm/xnu/bsd/netinet/
H A Din_proto.c132 PR_CONNREQUIRED|PR_WANTRCVD|PR_PCBLOCK|PR_PROTOLOCK|PR_DISPOSE,
/darwin-on-arm/xnu/bsd/sys/
H A Dprotosw.h187 #define PR_WANTRCVD 0x08 /* want PRU_RCVD calls */ macro
/darwin-on-arm/xnu/bsd/netinet6/
H A Din6_proto.c196 { SOCK_STREAM, &inet6domain, IPPROTO_TCP, PR_CONNREQUIRED|PR_WANTRCVD|PR_LISTEN|PR_PROTOLOCK|PR_PCBLOCK|PR_DISPOSE,

Completed in 40 milliseconds