Lines Matching refs:otIp6Address
122 struct otIp6Address struct
136 typedef struct otIp6Address otIp6Address; typedef
146 otIp6Address mPrefix; ///< The IPv6 prefix.
171 otIp6Address mAddress; ///< The IPv6 unicast address.
189 otIp6Address mAddress; ///< The IPv6 multicast address.
198 otIp6Address mAddress; ///< An IPv6 address.
218 otIp6Address mSockAddr; ///< The local IPv6 address.
219 otIp6Address mPeerAddr; ///< The peer IPv6 address.
296 otError otIp6RemoveUnicastAddress(otInstance *aInstance, const otIp6Address *aAddress);
316 bool otIp6HasUnicastAddress(otInstance *aInstance, const otIp6Address *aAddress);
334 otError otIp6SubscribeMulticastAddress(otInstance *aInstance, const otIp6Address *aAddress);
346 otError otIp6UnsubscribeMulticastAddress(otInstance *aInstance, const otIp6Address *aAddress);
424 const otIp6Address *mAddress; ///< A pointer to the IPv6 address.
552 bool otIp6IsAddressEqual(const otIp6Address *aFirst, const otIp6Address *aSecond);
574 otError otIp6AddressFromString(const char *aString, otIp6Address *aAddress);
604 void otIp6AddressToString(const otIp6Address *aAddress, char *aBuffer, uint16_t aSize);
648 uint8_t otIp6PrefixMatch(const otIp6Address *aFirst, const otIp6Address *aSecond);
657 void otIp6GetPrefix(const otIp6Address *aAddress, uint8_t aLength, otIp6Prefix *aPrefix);
667 bool otIp6IsAddressUnspecified(const otIp6Address *aAddress);
751 const otIp6Address *aFailedAddresses,
782 const otIp6Address *aAddresses,