Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/netinet/
H A Dmp_proto.c48 .pr_flags = PR_CONNREQUIRED | PR_MULTICONN | PR_EVCONNINFO |
H A Din_proto.c145 .pr_flags = PR_CONNREQUIRED | PR_WANTRCVD | PR_PCBLOCK |
H A Dmptcp_subr.c2132 VERIFY(so->so_proto->pr_flags & PR_CONNREQUIRED); in mptcp_subflow_soreceive()
/xnu-8020.101.4/bsd/kern/
H A Duipc_proto.c86 .pr_flags = PR_CONNREQUIRED | PR_WANTRCVD | PR_RIGHTS | PR_PCBLOCK,
H A Duipc_socket.c1013 if ((so->so_proto->pr_flags & PR_CONNREQUIRED) == 0) { in solisten()
1692 ((so->so_proto->pr_flags & PR_CONNREQUIRED) || in soconnectlock()
1810 ((so->so_proto->pr_flags & PR_CONNREQUIRED) || in soconnectxlocked()
2043 if ((so->so_proto->pr_flags & PR_CONNREQUIRED) != 0) { in sosendcheck()
2050 return (so->so_proto->pr_flags & PR_CONNREQUIRED) ? in sosendcheck()
3615 (so->so_proto->pr_flags & PR_CONNREQUIRED)) { in soreceive()
4336 (so->so_proto->pr_flags & PR_CONNREQUIRED)) { in soreceive_list()
H A Dkern_control.c188 .pr_flags = PR_ATOMIC | PR_CONNREQUIRED | PR_PCBLOCK | PR_WANTRCVD,
198 .pr_flags = PR_CONNREQUIRED | PR_PCBLOCK | PR_WANTRCVD,
H A Duipc_syscalls.c459 if ((head->so_proto->pr_flags & PR_CONNREQUIRED) == 0) { in accept_nocancel()
1955 !(so->so_proto->pr_flags & PR_CONNREQUIRED) && in recvit()
2328 !(so->so_proto->pr_flags & PR_CONNREQUIRED) && in recvmsg_x()
H A Dvsock_domain.c1421 .pr_flags = PR_CONNREQUIRED | PR_WANTRCVD,
H A Duipc_usrreq.c1323 if (so->so_proto->pr_flags & PR_CONNREQUIRED) { in unp_connect()
H A Duipc_socket2.c259 !(so->so_proto->pr_flags & PR_CONNREQUIRED) || in socanwrite()
/xnu-8020.101.4/bsd/sys/
H A Dprotosw.h320 #define PR_CONNREQUIRED 0x04 /* connection required by protocol */ macro
339 (PR_ATOMIC|PR_ADDR|PR_CONNREQUIRED|PR_WANTRCVD|PR_RIGHTS| \
/xnu-8020.101.4/bsd/netinet6/
H A Din6_proto.c189 .pr_flags = PR_CONNREQUIRED | PR_WANTRCVD | PR_PCBLOCK |