Searched refs:PR_CONNREQUIRED (Results 1 - 9 of 9) 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 Dkern_control.c115 PR_ATOMIC|PR_CONNREQUIRED|PR_PCBLOCK,
125 PR_CONNREQUIRED|PR_PCBLOCK,
H A Duipc_socket.c761 if ((so->so_proto->pr_flags & PR_CONNREQUIRED) == 0) {
1259 ((so->so_proto->pr_flags & PR_CONNREQUIRED) ||
1415 if ((so->so_proto->pr_flags & PR_CONNREQUIRED) != 0) {
1420 return ((so->so_proto->pr_flags & PR_CONNREQUIRED) ?
2086 (so->so_proto->pr_flags & PR_CONNREQUIRED)) {
4064 (so->so_proto->pr_flags & PR_CONNREQUIRED)) {
H A Duipc_socket2.c1732 (so->so_proto->pr_flags & PR_CONNREQUIRED) == 0)) ||
H A Duipc_usrreq.c1134 if (so->so_proto->pr_flags & PR_CONNREQUIRED) {
H A Duipc_syscalls.c385 if ((head->so_proto->pr_flags & PR_CONNREQUIRED) == 0) {
/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.h178 * PR_ADDR and PR_CONNREQUIRED are mutually exclusive.
181 * is only relevant if PR_CONNREQUIRED is set (otherwise sendto is allowed
186 #define PR_CONNREQUIRED 0x04 /* connection required by protocol */ 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 43 milliseconds