Home
last modified time | relevance | path

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

/freebsd/sys/netgraph/bluetooth/socket/
H A Dng_btsocket.c110 .pr_flags = PR_ATOMIC|PR_CONNREQUIRED,
131 .pr_flags = PR_CONNREQUIRED,
152 .pr_flags = PR_ATOMIC|PR_CONNREQUIRED,
/freebsd/sys/sys/
H A Dprotosw.h158 #define PR_CONNREQUIRED 0x04 /* connection required by protocol */ macro
H A Dsocketvar.h377 ((so)->so_proto->pr_flags&PR_CONNREQUIRED)==0)) || \
/freebsd/sys/nfsclient/
H A Dnfs.h144 ((s) & PR_CONNREQUIRED) == 0)
/freebsd/sys/kern/
H A Duipc_debug.c268 if (pr_flags & PR_CONNREQUIRED) { in db_print_prflags()
H A Duipc_socket.c2085 ((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))
H A Duipc_usrreq.c1797 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 |
H A Duipc_syscalls.c597 } else if (so1->so_proto->pr_flags & PR_CONNREQUIRED) { in kern_socketpair()
/freebsd/sys/fs/nfs/
H A Dnfs.h621 ((s) & PR_CONNREQUIRED) == 0)
/freebsd/sys/rpc/
H A Dclnt_vc.c194 if (so->so_proto->pr_flags & PR_CONNREQUIRED) { in clnt_vc_create()
/freebsd/sys/netinet6/
H A Dsctp6_usrreq.c1116 .pr_flags = PR_CONNREQUIRED | PR_WANTRCVD,
/freebsd/sys/netinet/
H A Dtcp_usrreq.c1406 .pr_flags = PR_CONNREQUIRED | PR_IMPLOPCL | PR_WANTRCVD |
1434 .pr_flags = PR_CONNREQUIRED | PR_IMPLOPCL |PR_WANTRCVD |
H A Dsctp_usrreq.c7537 .pr_flags = PR_CONNREQUIRED | PR_WANTRCVD,
/freebsd/sys/dev/hyperv/hvsock/
H A Dhv_sock.c92 .pr_flags = PR_CONNREQUIRED,
/freebsd/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp_main.c1884 .pr_flags = PR_CONNREQUIRED|PR_IMPLOPCL|PR_WANTRCVD,\