Home
last modified time | relevance | path

Searched refs:PR_EVCONNINFO (Results 1 – 5 of 5) sorted by relevance

/xnu-8020.121.3/bsd/netinet/
H A Dmp_proto.c48 .pr_flags = PR_CONNREQUIRED | PR_MULTICONN | PR_EVCONNINFO |
H A Din_proto.c130 PR_EVCONNINFO | PR_PRECONN_WRITE,
146 PR_PROTOLOCK | PR_DISPOSE | PR_EVCONNINFO |
/xnu-8020.121.3/bsd/netinet6/
H A Din6_proto.c172 PR_EVCONNINFO | PR_PRECONN_WRITE,
190 PR_PROTOLOCK | PR_DISPOSE | PR_EVCONNINFO |
/xnu-8020.121.3/bsd/sys/
H A Dprotosw.h332 #define PR_EVCONNINFO 0x2000 /* protocol generates conninfo event */ macro
/xnu-8020.121.3/bsd/kern/
H A Duipc_socket.c7021 (so->so_proto->pr_flags & PR_EVCONNINFO)) { in filt_sockev_common()