Home
last modified time | relevance | path

Searched refs:PR_CONNREQUIRED (Results 1 – 12 of 12) sorted by relevance

/xnu-12377.41.6/bsd/netinet/
H A Dmp_proto.c48 .pr_flags = PR_CONNREQUIRED | PR_MULTICONN | PR_EVCONNINFO |
H A Din_proto.c144 .pr_flags = PR_CONNREQUIRED | PR_WANTRCVD | PR_PCBLOCK |
H A Dmptcp_subr.c2028 VERIFY(so->so_proto->pr_flags & PR_CONNREQUIRED); in mptcp_subflow_soreceive()
/xnu-12377.41.6/bsd/kern/
H A Duipc_proto.c86 .pr_flags = PR_CONNREQUIRED | PR_WANTRCVD | PR_RIGHTS | PR_PCBLOCK,
H A Dvsock_domain.c1594 .pr_flags = PR_CONNREQUIRED | PR_WANTRCVD,
1602 .pr_flags = PR_CONNREQUIRED | PR_WANTRCVD,
H A Duipc_syscalls.c503 if ((head->so_proto->pr_flags & PR_CONNREQUIRED) == 0) { in accept_nocancel()
2210 !(so->so_proto->pr_flags & PR_CONNREQUIRED) && in recvit()
2572 !(so->so_proto->pr_flags & PR_CONNREQUIRED) && in recvmsg_x_array()
2693 !(so->so_proto->pr_flags & PR_CONNREQUIRED) && in recvmsg_x()
H A Duipc_socket.c852 if ((so->so_proto->pr_flags & PR_CONNREQUIRED) == 0) { in solisten()
1542 ((so->so_proto->pr_flags & PR_CONNREQUIRED) || in soconnectlock()
1677 ((so->so_proto->pr_flags & PR_CONNREQUIRED) || in soconnectxlocked()
1922 if ((so->so_proto->pr_flags & PR_CONNREQUIRED) != 0) { in sosendcheck()
1929 return (so->so_proto->pr_flags & PR_CONNREQUIRED) ? in sosendcheck()
3451 (so->so_proto->pr_flags & PR_CONNREQUIRED)) { in soreceive()
4108 (so->so_proto->pr_flags & PR_CONNREQUIRED)) { in soreceive_m_list()
H A Dkern_control.c191 .pr_flags = PR_ATOMIC | PR_CONNREQUIRED | PR_PCBLOCK | PR_WANTRCVD,
201 .pr_flags = PR_CONNREQUIRED | PR_PCBLOCK | PR_WANTRCVD,
H A Duipc_usrreq.c1400 if (so->so_proto->pr_flags & PR_CONNREQUIRED) { in unp_connect()
H A Duipc_socket2.c261 !(so->so_proto->pr_flags & PR_CONNREQUIRED) || in socanwrite()
/xnu-12377.41.6/bsd/sys/
H A Dprotosw.h323 #define PR_CONNREQUIRED 0x04 /* connection required by protocol */ macro
342 (PR_ATOMIC|PR_ADDR|PR_CONNREQUIRED|PR_WANTRCVD|PR_RIGHTS| \
/xnu-12377.41.6/bsd/netinet6/
H A Din6_proto.c191 .pr_flags = PR_CONNREQUIRED | PR_WANTRCVD | PR_PCBLOCK |