Home
last modified time | relevance | path

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

/xnu-11417.121.6/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-11417.121.6/bsd/netinet6/ !
H A Din6_proto.c176 PR_EVCONNINFO | PR_PRECONN_WRITE,
194 PR_PROTOLOCK | PR_DISPOSE | PR_EVCONNINFO |
/xnu-11417.121.6/bsd/sys/ !
H A Dprotosw.h334 #define PR_EVCONNINFO 0x2000 /* protocol generates conninfo event */ macro
/xnu-11417.121.6/bsd/kern/ !
H A Duipc_socket.c7006 (so->so_proto->pr_flags & PR_EVCONNINFO)) { in filt_sockev_common()