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.c823 uint8_t addr_scope = RT_SCOPE_UNIVERSE; in ifa_get_scope() local
833 addr_scope = RT_SCOPE_HOST; in ifa_get_scope()
835 addr_scope = RT_SCOPE_LINK; in ifa_get_scope()
845 addr_scope = RT_SCOPE_HOST; in ifa_get_scope()
847 addr_scope = RT_SCOPE_LINK; in ifa_get_scope()
853 return (addr_scope); in ifa_get_scope()