Home
last modified time | relevance | path

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

/freebsd/tests/sys/netlink/
H A Dtest_rtnl_ifaddr.py126 assert msg.base_hdr.ifa_scope == RtScope.RT_SCOPE_UNIVERSE.value
139 if ret[0].base_hdr.ifa_scope == RtScope.RT_SCOPE_UNIVERSE.value:
148 assert msg.base_hdr.ifa_scope == RtScope.RT_SCOPE_UNIVERSE.value
161 assert msg.base_hdr.ifa_scope == RtScope.RT_SCOPE_LINK.value
251 assert rx_msg.base_hdr.ifa_scope == RtScope.RT_SCOPE_UNIVERSE.value
286 assert rx_msg.base_hdr.ifa_scope == RtScope.RT_SCOPE_UNIVERSE.value
307 assert rx_msg_gu.base_hdr.ifa_scope == RtScope.RT_SCOPE_UNIVERSE.value
331 assert rx_msg.base_hdr.ifa_scope == RtScope.RT_SCOPE_UNIVERSE.value
552 assert rx_msg.base_hdr.ifa_scope == RtScope.RT_SCOPE_UNIVERSE.value
678 assert rx_msg.base_hdr.ifa_scope == RtScope.RT_SCOPE_UNIVERSE.value
[all …]
/freebsd/sys/netlink/route/
H A Difaddrs.h40 uint8_t ifa_scope; /* Address scope */ member
H A Diface.c713 uint8_t ifa_scope; member
744 { .off_in = _IN(ifa_scope), .off_out = _OUT(ifa_scope), .cb = nlf_get_u8 },
970 ifamsg->ifa_scope = ifa_get_scope(ifa); in dump_iface_addr()
/freebsd/tests/atf_python/sys/netlink/
H A Dnetlink_route.py788 hdr.ifa_scope,
/freebsd/crypto/heimdal/lib/roken/
H A Dgetifaddrs.c626 nlm_scope = ifam->ifa_scope; in rk_getifaddrs()