Searched refs:RTA_GATEWAY (Results 1 – 6 of 6) sorted by relevance
196 !arg->HasAttribute(RTA_GATEWAY) &&226 ((!arg->HasAttribute(RTA_GATEWAY) && entry.gateway.IsDefault()) ||227 (arg->HasAttribute(RTA_GATEWAY) && IPAddress(arg->family(),228 arg->GetAttribute(RTA_GATEWAY)).Equals(entry.gateway))) &&272 msg.SetAttribute(RTA_GATEWAY, entry.gateway.address()); in SendRouteEntryWithSeqAndProto()589 !arg->HasAttribute(RTA_GATEWAY) &&
329 if (message.HasAttribute(RTA_GATEWAY)) { in ParseRoutingTableMessage()330 gateway_bytes = message.GetAttribute(RTA_GATEWAY); in ParseRoutingTableMessage()460 message.SetAttribute(RTA_GATEWAY, entry.gateway.address()); in ApplyRoute()
493 EXPECT_TRUE(msg.HasAttribute(RTA_GATEWAY)); in TestParseRoute()495 msg.GetAttribute(RTA_GATEWAY)).Equals(gateway)); in TestParseRoute()733 msg.SetAttribute(RTA_GATEWAY, gateway.address()); in TEST_F()
94 RTA_GATEWAY = 5 variable471 rtmsg += self._NlAttrIPAddress(RTA_GATEWAY, family, nexthop)
352 case RTA_GATEWAY: in parseRtMessage()
427 rtattr rtaGateway = { U16_RTA_LENGTH(rawLength), RTA_GATEWAY }; in modifyIpRoute()