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

/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Duipc_proto.c85 .pr_flags = PR_CONNREQUIRED|PR_WANTRCVD|PR_RIGHTS,
H A Duipc_socket.c2545 if (pr->pr_flags & PR_WANTRCVD && so->so_pcb &&
2637 if (pr->pr_flags & PR_WANTRCVD && so->so_pcb)
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Din_proto.c132 PR_CONNREQUIRED|PR_WANTRCVD|PR_PCBLOCK|PR_PROTOLOCK|PR_DISPOSE,
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dprotosw.h177 #define PR_WANTRCVD 0x08 /* want PRU_RCVD calls */ macro
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Din6_proto.c167 { SOCK_STREAM, &inet6domain, IPPROTO_TCP, PR_CONNREQUIRED|PR_WANTRCVD|PR_LISTEN|PR_PROTOLOCK|PR_PCBLOCK|PR_DISPOSE,

Completed in 105 milliseconds