Home
last modified time | relevance | path

Searched refs:PR_PROTO_TCP (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.1.9/bsd/net/
H A Dntstat.h1543 #define PR_PROTO_TCP 0x1 macro
H A Dntstat.c7823 …bool update_tcp_indicators = ((transport_protocol_mask & PR_PROTO_TCP) == PR_PROTO_TCP) || (transp… in progress_indicators_for_interface()