Home
last modified time | relevance | path

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

/src/tests/sys/netlink/
H A Dtest_rtnl_ifaddr.py55 scope = rx_msg.base_hdr.ifa_scope
136 assert msg.base_hdr.ifa_scope == RtScope.RT_SCOPE_UNIVERSE.value
149 if ret[0].base_hdr.ifa_scope == RtScope.RT_SCOPE_UNIVERSE.value:
158 assert msg.base_hdr.ifa_scope == RtScope.RT_SCOPE_UNIVERSE.value
171 assert msg.base_hdr.ifa_scope == RtScope.RT_SCOPE_LINK.value
261 assert rx_msg.base_hdr.ifa_scope == RtScope.RT_SCOPE_UNIVERSE.value
296 assert rx_msg.base_hdr.ifa_scope == RtScope.RT_SCOPE_UNIVERSE.value
317 assert rx_msg_gu.base_hdr.ifa_scope == RtScope.RT_SCOPE_UNIVERSE.value
341 assert rx_msg.base_hdr.ifa_scope == RtScope.RT_SCOPE_UNIVERSE.value
369 assert rx_msg_gu.base_hdr.ifa_scope == RtScope.RT_SCOPE_UNIVERSE.value
[all …]
/src/sys/netlink/route/
H A Difaddrs.h40 uint8_t ifa_scope; /* Address scope */ member
H A Diface.c729 uint8_t ifa_scope; member
760 { .off_in = _IN(ifa_scope), .off_out = _OUT(ifa_scope), .cb = nlf_get_u8 },
986 ifamsg->ifa_scope = ifa_get_scope(ifa); in dump_iface_addr()
/src/tests/atf_python/sys/netlink/
H A Dnetlink_route.py788 hdr.ifa_scope,
/src/crypto/heimdal/lib/roken/
H A Dgetifaddrs.c626 nlm_scope = ifam->ifa_scope; in rk_getifaddrs()