Home
last modified time | relevance | path

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

/xnu-11417.101.15/bsd/netinet/
H A Dtcp_var.h1781 #define TCP_LINK_HEUR_STEALTH 0x0008 macro
1789 TCP_LINK_HEUR_STEALTH | \
H A Dtcp_input.c2379 if ((tcp_link_heuristics_flags & TCP_LINK_HEUR_STEALTH) != 0 && in tcp_input()