HomeSort by: relevance | last modified time | path
    Searched refs:PR_CONNREQUIRED (Results 1 - 19 of 19) sorted by relevancy

  /src/sys/netbt/
bt_proto.c 80 .pr_flags = (PR_CONNREQUIRED | PR_ATOMIC | PR_LISTEN),
88 .pr_flags = (PR_CONNREQUIRED | PR_ATOMIC | PR_LISTEN),
97 .pr_flags = (PR_CONNREQUIRED | PR_LISTEN | PR_WANTRCVD),
  /src/sys/kern/
uipc_proto.c 59 .pr_flags = PR_CONNREQUIRED|PR_WANTRCVD|PR_RIGHTS|PR_LISTEN,
73 .pr_flags = PR_CONNREQUIRED|PR_WANTRCVD|PR_RIGHTS|PR_LISTEN|
uipc_socket.c 847 ((so->so_proto->pr_flags & PR_CONNREQUIRED) ||
958 if (so->so_proto->pr_flags & PR_CONNREQUIRED) {
1269 (so->so_proto->pr_flags & PR_CONNREQUIRED)) {
2305 (so->so_proto->pr_flags & PR_CONNREQUIRED))
uipc_usrreq.c 1111 * queue head (so2->so_head, only if PR_CONNREQUIRED)
1208 if ((so->so_proto->pr_flags & PR_CONNREQUIRED) != 0) {
  /src/sys/netinet/
in_proto.c 289 .pr_flags = PR_CONNREQUIRED|PR_WANTRCVD|PR_LISTEN|PR_ABRTACPTDIS|PR_PURGEIF,
302 .pr_flags = PR_CONNREQUIRED|PR_WANTRCVD|PR_ATOMIC|PR_LISTEN|PR_ABRTACPTDIS,
335 .pr_flags = PR_CONNREQUIRED|PR_ADDR_OPT|PR_WANTRCVD|PR_LISTEN,
portalgo.c 312 ((so->so_proto->pr_flags & PR_CONNREQUIRED) == 0 ||
  /src/sys/netinet6/
in6_proto.c 297 .pr_flags = PR_CONNREQUIRED|PR_WANTRCVD|PR_LISTEN|PR_ABRTACPTDIS|PR_PURGEIF,
310 .pr_flags = PR_CONNREQUIRED|PR_ATOMIC|PR_LISTEN,
344 .pr_flags = PR_CONNREQUIRED|PR_ADDR_OPT|PR_WANTRCVD|PR_LISTEN,
in6_pcb.c 241 ((so->so_proto->pr_flags & PR_CONNREQUIRED) == 0 ||
  /src/sys/rump/net/lib/libsockin/
sockin.c 127 .pr_flags = PR_CONNREQUIRED|PR_WANTRCVD|PR_LISTEN|PR_ABRTACPTDIS,
144 .pr_flags = PR_CONNREQUIRED|PR_WANTRCVD|PR_LISTEN|PR_ABRTACPTDIS,
  /src/sys/dev/
kttcp.c 238 if (so->so_proto->pr_flags & PR_CONNREQUIRED) {
432 (so->so_proto->pr_flags & PR_CONNREQUIRED)) {
  /src/sys/sys/
protosw.h 106 * PR_ADDR and PR_CONNREQUIRED are mutually exclusive.
110 #define PR_CONNREQUIRED 0x04 /* connection required by protocol */
socketvar.h 469 (so->so_proto->pr_flags & PR_CONNREQUIRED) == 0)) ||
  /src/sys/nfs/
nfs_socket.c 242 if (nmp->nm_soflags & PR_CONNREQUIRED) {
299 if (so->so_proto->pr_flags & PR_CONNREQUIRED) {
491 if ((soflags & PR_CONNREQUIRED) || (so->so_state & SS_ISCONNECTED))
nfs_srvsocket.c 201 if ((so->so_proto->pr_flags & PR_CONNREQUIRED)
nfs.h 316 ((s) & PR_CONNREQUIRED) == 0)
nfs_clntsocket.c 671 if (nmp->nm_soflags & PR_CONNREQUIRED)
676 if (nmp->nm_soflags & PR_CONNREQUIRED)
  /src/sys/fs/nfs/common/
nfs.h 519 ((s) & PR_CONNREQUIRED) == 0)
  /src/sys/net/
if_gre.c 522 if (so->so_proto->pr_flags & PR_CONNREQUIRED) {
590 && (so->so_proto->pr_flags & PR_CONNREQUIRED))
  /src/sys/compat/linux/common/
linux_socket.c 1545 (prflags & PR_CONNREQUIRED))

Completed in 25 milliseconds