Home
last modified time | relevance | path

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

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