Searched refs:RtScope (Results 1 – 2 of 2) sorted by relevance
27 from atf_python.sys.netlink.netlink_route import RtScope59 …assert len([r for r in ret if r[0] == ifname and r[1] == socket.AF_INET and r[2] == RtScope.RT_SCO…60 …r for r in ret if r[0] == ifname and r[1] == socket.AF_INET6 and r[2] == RtScope.RT_SCOPE_HOST.val…61 …r for r in ret if r[0] == ifname and r[1] == socket.AF_INET6 and r[2] == RtScope.RT_SCOPE_LINK.val…65 …assert len([r for r in ret if r[0] == ifname and r[1] == socket.AF_INET and r[2] == RtScope.RT_SCO…66 …assert len([r for r in ret if r[0] == ifname and r[1] == socket.AF_INET and r[2] == RtScope.RT_SCO…67 …r for r in ret if r[0] == ifname and r[1] == socket.AF_INET6 and r[2] == RtScope.RT_SCOPE_LINK.val…68 …r for r in ret if r[0] == ifname and r[1] == socket.AF_INET6 and r[2] == RtScope.RT_SCOPE_UNIVERSE…136 assert msg.base_hdr.ifa_scope == RtScope.RT_SCOPE_UNIVERSE.value149 if ret[0].base_hdr.ifa_scope == RtScope.RT_SCOPE_UNIVERSE.value:[all …]
148 class RtScope(Enum): class720 self.helper.get_attr_byval(RtScope, hdr.rtm_scope),