Home
last modified time | relevance | path

Searched refs:otIp6AddressInfo (Results 1 – 3 of 3) sorted by relevance

/openthread-latest/include/openthread/
Dip6.h422 typedef struct otIp6AddressInfo struct
429 } otIp6AddressInfo; argument
438 typedef void (*otIp6AddressCallback)(const otIp6AddressInfo *aAddressInfo, bool aIsAdded, void *aCo…
/openthread-latest/src/core/net/
Dnetif.hpp621 typedef otIp6AddressInfo AddressInfo;
/openthread-latest/src/posix/platform/
Dnetif.cpp423 static bool IsOmrAddress(otInstance *aInstance, const otIp6AddressInfo &aAddressInfo) in IsOmrAddress()
431 static void UpdateUnicastLinux(otInstance *aInstance, const otIp6AddressInfo &aAddressInfo, bool aI… in UpdateUnicastLinux()
506 static void UpdateUnicast(otInstance *aInstance, const otIp6AddressInfo &aAddressInfo, bool aIsAdde… in UpdateUnicast()
952 static void processAddressChange(const otIp6AddressInfo *aAddressInfo, bool aIsAdded, void *aContex… in processAddressChange()