Searched refs:PR_IMPLOPCL (Results 1 – 6 of 6) sorted by relevance
135 .pr_flags = PR_CONNREQUIRED|PR_IMPLOPCL|PR_WANTRCVD,
120 #define PR_IMPLOPCL 0x20 /* implied open/close */ macro
122 #define PR_IMPLOPCL 0x20 /* implied open/close */ macro
296 if (pr_flags & PR_IMPLOPCL) { in db_print_prflags()
1431 (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) &&
170 .pr_flags = PR_CONNREQUIRED|PR_IMPLOPCL|PR_WANTRCVD|PR_LISTEN,