Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/netinet/
H A Dmp_proto.c49 PR_WANTRCVD | PR_PCBLOCK | PR_PROTOLOCK |
H A Din_proto.c145 .pr_flags = PR_CONNREQUIRED | PR_WANTRCVD | PR_PCBLOCK |
H A Dmptcp_usrreq.c1034 if (so->so_proto->pr_flags & PR_WANTRCVD && so->so_pcb != NULL) { in mptcp_usr_rcvd()
/xnu-10063.101.15/bsd/kern/
H A Duipc_proto.c86 .pr_flags = PR_CONNREQUIRED | PR_WANTRCVD | PR_RIGHTS | PR_PCBLOCK,
H A Dkern_control.c186 .pr_flags = PR_ATOMIC | PR_CONNREQUIRED | PR_PCBLOCK | PR_WANTRCVD,
196 .pr_flags = PR_CONNREQUIRED | PR_PCBLOCK | PR_WANTRCVD,
H A Dvsock_domain.c1485 .pr_flags = PR_CONNREQUIRED | PR_WANTRCVD,
H A Duipc_socket.c3594 if ((pr->pr_flags & PR_WANTRCVD) && so->so_pcb != NULL) { in soreceive()
3902 if ((pr->pr_flags & PR_WANTRCVD) && so->so_pcb != NULL) { in soreceive()
3996 if (pr->pr_flags & PR_WANTRCVD && so->so_pcb) { in soreceive()
4364 if (pr->pr_flags & PR_WANTRCVD && so->so_pcb != NULL) { in soreceive_m_list()
/xnu-10063.101.15/bsd/sys/
H A Dprotosw.h323 #define PR_WANTRCVD 0x08 /* want PRU_RCVD calls */ macro
341 (PR_ATOMIC|PR_ADDR|PR_CONNREQUIRED|PR_WANTRCVD|PR_RIGHTS| \
/xnu-10063.101.15/bsd/netinet6/
H A Din6_proto.c190 .pr_flags = PR_CONNREQUIRED | PR_WANTRCVD | PR_PCBLOCK |