Home
last modified time | relevance | path

Searched refs:PR_IMPLOPCL (Results 1 – 6 of 6) sorted by relevance

/f-stack/freebsd/netinet/
H A Din_proto.c135 .pr_flags = PR_CONNREQUIRED|PR_IMPLOPCL|PR_WANTRCVD,
/f-stack/tools/compat/include/sys/
H A Dprotosw.h120 #define PR_IMPLOPCL 0x20 /* implied open/close */ macro
/f-stack/freebsd/sys/
H A Dprotosw.h122 #define PR_IMPLOPCL 0x20 /* implied open/close */ macro
/f-stack/freebsd/kern/
H A Duipc_debug.c296 if (pr_flags & PR_IMPLOPCL) { in db_print_prflags()
H A Duipc_socket.c1431 (so->so_proto->pr_flags & PR_IMPLOPCL) == 0) {
1506 (so->so_proto->pr_flags & PR_IMPLOPCL) &&
1636 (so->so_proto->pr_flags & PR_IMPLOPCL) == 0) {
1746 (so->so_proto->pr_flags & PR_IMPLOPCL) &&
/f-stack/freebsd/netinet6/
H A Din6_proto.c170 .pr_flags = PR_CONNREQUIRED|PR_IMPLOPCL|PR_WANTRCVD|PR_LISTEN,