Home
last modified time | relevance | path

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

/freebsd/tests/sys/netlink/
H A Dtest_rtnl_ifaddr.py27 from atf_python.sys.netlink.netlink_route import RtScope
126 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
359 assert rx_msg_gu.base_hdr.ifa_scope == RtScope.RT_SCOPE_UNIVERSE.value
[all …]
/freebsd/tests/atf_python/sys/netlink/
H A Dnetlink_route.py148 class RtScope(Enum): class
720 self.helper.get_attr_byval(RtScope, hdr.rtm_scope),