Home
last modified time | relevance | path

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

/freebsd/sys/netlink/route/
H A Diface.c812 uint8_t addr_scope = RT_SCOPE_UNIVERSE; in ifa_get_scope() local
822 addr_scope = RT_SCOPE_HOST; in ifa_get_scope()
824 addr_scope = RT_SCOPE_LINK; in ifa_get_scope()
834 addr_scope = RT_SCOPE_HOST; in ifa_get_scope()
836 addr_scope = RT_SCOPE_LINK; in ifa_get_scope()
842 return (addr_scope); in ifa_get_scope()