Searched refs:RtScope (Results 1 – 2 of 2) sorted by relevance
27 from atf_python.sys.netlink.netlink_route import RtScope126 assert msg.base_hdr.ifa_scope == RtScope.RT_SCOPE_UNIVERSE.value139 if ret[0].base_hdr.ifa_scope == RtScope.RT_SCOPE_UNIVERSE.value:148 assert msg.base_hdr.ifa_scope == RtScope.RT_SCOPE_UNIVERSE.value161 assert msg.base_hdr.ifa_scope == RtScope.RT_SCOPE_LINK.value251 assert rx_msg.base_hdr.ifa_scope == RtScope.RT_SCOPE_UNIVERSE.value286 assert rx_msg.base_hdr.ifa_scope == RtScope.RT_SCOPE_UNIVERSE.value307 assert rx_msg_gu.base_hdr.ifa_scope == RtScope.RT_SCOPE_UNIVERSE.value331 assert rx_msg.base_hdr.ifa_scope == RtScope.RT_SCOPE_UNIVERSE.value359 assert rx_msg_gu.base_hdr.ifa_scope == RtScope.RT_SCOPE_UNIVERSE.value[all …]
148 class RtScope(Enum): class720 self.helper.get_attr_byval(RtScope, hdr.rtm_scope),