Lines Matching full:address
58 : address(IPAddress::kFamilyUnknown), flags(0), scope(0) {}
62 : address(address_in), flags(flags_in), scope(scope_in) {}
63 IPAddress address;
102 virtual bool GetMACAddress(int interface_index, ByteString* address) const;
104 // Queries the kernel for a MAC address for |interface_index|. Returns an
108 // Queries the kernel for the MAC address of |peer| on |interface_index|.
124 // but has another non-temporary address of the same family.
128 // Get the preferred globally scoped IPv6 address for |interface_index|.
129 // This method returns true and sets |address| if a primary IPv6 address
130 // exists. Otherwise it returns false and leaves |address| unmodified.
131 virtual bool GetPrimaryIPv6Address(int interface_index, IPAddress* address);
146 // same network prefix as |address|.
148 int interface_index, const IPAddress& address) const;
234 // string-form MAC address |address|, whose kernel interface index
237 const std::string& address,