Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/net/
H A Droute.h317 #define RTF_GLOBAL 0x40000000 /* route to destination of the global internet */ macro
H A Droute.c1882 flags &= ~RTF_GLOBAL; in rtrequest_common_locked()
2409 rt->rt_flags |= RTF_GLOBAL; in rtrequest_common_locked()
H A Dnecp.c7274 if (rt->rt_flags & RTF_GLOBAL) { in necp_application_find_policy_match_internal()