Searched refs:RTF_LOCAL (Results 1 – 6 of 6) sorted by relevance
116 #define RTF_LOCAL 0x200000 /* route represents a local address */ macro139 (!((rt)->rt_flags & RTF_LOCAL) && \
143 if (rt->rt_flags & RTF_LOCAL) { in netsrc_common()
905 …_flags & RTF_GATEWAY) && (include_local_addresses || !((rt)->rt_flags & RTF_LOCAL)) && ((rt)->rt_i…8713 if (rt != NULL && (rt->rt_flags & RTF_LOCAL)) { in necp_application_find_policy_match_internal()
20 RTF_LOCAL = 0x200000 variable
217 rt->rt_flags |= RTF_LOCAL; in in6_addroute()
169 rt->rt_flags |= RTF_LOCAL; in in_addroute()