Searched refs:RT_SCOPE_UNIVERSE (Results 1 – 5 of 5) sorted by relevance
66 …ret if r[0] == ifname and r[1] == socket.AF_INET and r[2] == RtScope.RT_SCOPE_UNIVERSE.value]) == 168 …et if r[0] == ifname and r[1] == socket.AF_INET6 and r[2] == RtScope.RT_SCOPE_UNIVERSE.value]) == 1136 assert msg.base_hdr.ifa_scope == RtScope.RT_SCOPE_UNIVERSE.value149 if ret[0].base_hdr.ifa_scope == RtScope.RT_SCOPE_UNIVERSE.value:158 assert msg.base_hdr.ifa_scope == RtScope.RT_SCOPE_UNIVERSE.value261 assert rx_msg.base_hdr.ifa_scope == RtScope.RT_SCOPE_UNIVERSE.value296 assert rx_msg.base_hdr.ifa_scope == RtScope.RT_SCOPE_UNIVERSE.value317 assert rx_msg_gu.base_hdr.ifa_scope == RtScope.RT_SCOPE_UNIVERSE.value341 assert rx_msg.base_hdr.ifa_scope == RtScope.RT_SCOPE_UNIVERSE.value369 assert rx_msg_gu.base_hdr.ifa_scope == RtScope.RT_SCOPE_UNIVERSE.value[all …]
105 RT_SCOPE_UNIVERSE = 0, enumerator
288 rtm->rtm_scope = RT_SCOPE_UNIVERSE; in dump_px()
812 uint8_t addr_scope = RT_SCOPE_UNIVERSE; in ifa_get_scope()
149 RT_SCOPE_UNIVERSE = 0 variable in RtScope