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,
158 #define PR_CONNREQUIRED 0x04 /* connection required by protocol */ macro
377 ((so)->so_proto->pr_flags&PR_CONNREQUIRED)==0)) || \
144 ((s) & PR_CONNREQUIRED) == 0)
268 if (pr_flags & PR_CONNREQUIRED) { in db_print_prflags()
2085 ((so->so_proto->pr_flags & PR_CONNREQUIRED) ||2183 if ((so->so_proto->pr_flags & PR_CONNREQUIRED) &&2191 if (so->so_proto->pr_flags & PR_CONNREQUIRED)2390 if ((so->so_proto->pr_flags & PR_CONNREQUIRED) &&2399 if (so->so_proto->pr_flags & PR_CONNREQUIRED)2794 (so->so_proto->pr_flags & PR_CONNREQUIRED) != 0) {3501 KASSERT((so->so_proto->pr_flags & PR_CONNREQUIRED) == 0,4606 (so->so_proto->pr_flags & PR_CONNREQUIRED))
1797 if (so->so_proto->pr_flags & PR_CONNREQUIRED) in uipc_ctloutput()1948 connreq = (so->so_proto->pr_flags & PR_CONNREQUIRED) != 0; in unp_connectat()3360 .pr_flags = PR_CONNREQUIRED | PR_WANTRCVD | PR_CAPATTACH,3416 .pr_flags = PR_ADDR | PR_ATOMIC | PR_CONNREQUIRED |
597 } else if (so1->so_proto->pr_flags & PR_CONNREQUIRED) { in kern_socketpair()
621 ((s) & PR_CONNREQUIRED) == 0)
194 if (so->so_proto->pr_flags & PR_CONNREQUIRED) { in clnt_vc_create()
1116 .pr_flags = PR_CONNREQUIRED | PR_WANTRCVD,
1406 .pr_flags = PR_CONNREQUIRED | PR_IMPLOPCL | PR_WANTRCVD |1434 .pr_flags = PR_CONNREQUIRED | PR_IMPLOPCL |PR_WANTRCVD |
7537 .pr_flags = PR_CONNREQUIRED | PR_WANTRCVD,
92 .pr_flags = PR_CONNREQUIRED,
1884 .pr_flags = PR_CONNREQUIRED|PR_IMPLOPCL|PR_WANTRCVD,\