Lines Matching defs:aAddress
233 void Netif::SignalMulticastAddressChange(AddressEvent aEvent, const MulticastAddress &aAddress, Add… in SignalMulticastAddressChange()
273 void Netif::SubscribeMulticast(MulticastAddress &aAddress) in SubscribeMulticast()
282 void Netif::UnsubscribeMulticast(const MulticastAddress &aAddress) in UnsubscribeMulticast()
291 Error Netif::SubscribeExternalMulticast(const Address &aAddress) in SubscribeExternalMulticast()
324 Error Netif::UnsubscribeExternalMulticast(const Address &aAddress) in UnsubscribeExternalMulticast()
360 void Netif::AddUnicastAddress(UnicastAddress &aAddress) in AddUnicastAddress()
374 void Netif::RemoveUnicastAddress(UnicastAddress &aAddress) in RemoveUnicastAddress()
384 void Netif::UpdatePreferredFlagOn(UnicastAddress &aAddress, bool aPreferred) in UpdatePreferredFlagOn()
397 void Netif::SignalUnicastAddressChange(AddressEvent aEvent, const UnicastAddress &aAddress) in SignalUnicastAddressChange()
434 Error Netif::AddExternalUnicastAddress(const UnicastAddress &aAddress) in AddExternalUnicastAddress()
471 Error Netif::RemoveExternalUnicastAddress(const Address &aAddress) in RemoveExternalUnicastAddress()