Searched refs:PR_CONNREQUIRED (Results 1 – 15 of 15) sorted by relevance
110 .pr_flags = PR_ATOMIC|PR_CONNREQUIRED,131 .pr_flags = PR_CONNREQUIRED,152 .pr_flags = PR_ATOMIC|PR_CONNREQUIRED,
167 #define PR_CONNREQUIRED 0x04 /* connection required by protocol */ macro
381 ((so)->so_proto->pr_flags&PR_CONNREQUIRED)==0)) || \
146 ((s) & PR_CONNREQUIRED) == 0)
273 if (pr_flags & PR_CONNREQUIRED) { in db_print_prflags()
2044 ((so->so_proto->pr_flags & PR_CONNREQUIRED) ||2142 if ((so->so_proto->pr_flags & PR_CONNREQUIRED) &&2151 if (so->so_proto->pr_flags & PR_CONNREQUIRED)2350 if ((so->so_proto->pr_flags & PR_CONNREQUIRED) &&2360 if (so->so_proto->pr_flags & PR_CONNREQUIRED)2755 (so->so_proto->pr_flags & PR_CONNREQUIRED) != 0) {3467 KASSERT((so->so_proto->pr_flags & PR_CONNREQUIRED) == 0,4621 (so->so_proto->pr_flags & PR_CONNREQUIRED))
1782 if (so->so_proto->pr_flags & PR_CONNREQUIRED) in uipc_ctloutput()1942 connreq = (so->so_proto->pr_flags & PR_CONNREQUIRED) != 0; in unp_connectat()3356 .pr_flags = PR_CONNREQUIRED|PR_WANTRCVD|PR_RIGHTS|3414 .pr_flags = PR_ADDR|PR_ATOMIC|PR_CONNREQUIRED|
616 } else if (so1->so_proto->pr_flags & PR_CONNREQUIRED) { in kern_socketpair()
621 ((s) & PR_CONNREQUIRED) == 0)
1150 .pr_flags = PR_CONNREQUIRED | PR_WANTRCVD,
196 if (so->so_proto->pr_flags & PR_CONNREQUIRED) { in clnt_vc_create()
93 .pr_flags = PR_CONNREQUIRED,
1392 .pr_flags = PR_CONNREQUIRED | PR_IMPLOPCL | PR_WANTRCVD |1420 .pr_flags = PR_CONNREQUIRED | PR_IMPLOPCL |PR_WANTRCVD |
7569 .pr_flags = PR_CONNREQUIRED | PR_WANTRCVD,
1879 .pr_flags = PR_CONNREQUIRED|PR_IMPLOPCL|PR_WANTRCVD,\