Home
last modified time | relevance | path

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

/src/sys/netlink/route/ !
H A Diface.c826 uint8_t addr_scope = RT_SCOPE_UNIVERSE; in ifa_get_scope() local
836 addr_scope = RT_SCOPE_HOST; in ifa_get_scope()
838 addr_scope = RT_SCOPE_LINK; in ifa_get_scope()
848 addr_scope = RT_SCOPE_HOST; in ifa_get_scope()
850 addr_scope = RT_SCOPE_LINK; in ifa_get_scope()
856 return (addr_scope); in ifa_get_scope()