Home
last modified time | relevance | path

Searched refs:PR_MULTICONN (Results 1 – 3 of 3) sorted by relevance

/xnu-12377.41.6/bsd/netinet/
H A Dmp_proto.c48 .pr_flags = PR_CONNREQUIRED | PR_MULTICONN | PR_EVCONNINFO |
/xnu-12377.41.6/bsd/sys/
H A Dprotosw.h334 #define PR_MULTICONN 0x1000 /* supports multiple connect calls */ macro
/xnu-12377.41.6/bsd/kern/
H A Duipc_socket.c1676 !(so->so_proto->pr_flags & PR_MULTICONN) && in soconnectxlocked()