Home
last modified time | relevance | path

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

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