|
|
| 176 |
Ipv4InterfaceAddress GetAddress (uint32_t interfaceIndex, uint32_t addressIndex) const; |
176 |
Ipv4InterfaceAddress GetAddress (uint32_t interfaceIndex, uint32_t addressIndex) const; |
| 177 |
uint32_t GetNAddresses (uint32_t interface) const; |
177 |
uint32_t GetNAddresses (uint32_t interface) const; |
| 178 |
bool RemoveAddress (uint32_t interfaceIndex, uint32_t addressIndex); |
178 |
bool RemoveAddress (uint32_t interfaceIndex, uint32_t addressIndex); |
|
|
179 |
virtual bool RemoveAddress (uint32_t interface, Ipv4Address address); |
| 179 |
|
180 |
|
| 180 |
void SetMetric (uint32_t i, uint16_t metric); |
181 |
void SetMetric (uint32_t i, uint16_t metric); |
| 181 |
uint16_t GetMetric (uint32_t i) const; |
182 |
uint16_t GetMetric (uint32_t i) const; |