Searched refs:PR_MULTICONN (Results 1 – 3 of 3) sorted by relevance
48 .pr_flags = PR_CONNREQUIRED | PR_MULTICONN | PR_EVCONNINFO |
333 #define PR_MULTICONN 0x1000 /* supports multiple connect calls */ macro
1821 !(so->so_proto->pr_flags & PR_MULTICONN) && in soconnectxlocked()