Lines Matching defs:aInstance
40 otError otIp6SetEnabled(otInstance *aInstance, bool aEnabled) in otIp6SetEnabled()
64 bool otIp6IsEnabled(otInstance *aInstance) { return AsCoreType(aInstance).Get<ThreadNetif>().IsUp()… in otIp6IsEnabled()
66 const otNetifAddress *otIp6GetUnicastAddresses(otInstance *aInstance) in otIp6GetUnicastAddresses()
71 bool otIp6HasUnicastAddress(otInstance *aInstance, const otIp6Address *aAddress) in otIp6HasUnicastAddress()
76 otError otIp6AddUnicastAddress(otInstance *aInstance, const otNetifAddress *aAddress) in otIp6AddUnicastAddress()
81 otError otIp6RemoveUnicastAddress(otInstance *aInstance, const otIp6Address *aAddress) in otIp6RemoveUnicastAddress()
86 const otNetifMulticastAddress *otIp6GetMulticastAddresses(otInstance *aInstance) in otIp6GetMulticastAddresses()
91 otError otIp6SubscribeMulticastAddress(otInstance *aInstance, const otIp6Address *aAddress) in otIp6SubscribeMulticastAddress()
96 otError otIp6UnsubscribeMulticastAddress(otInstance *aInstance, const otIp6Address *aAddress) in otIp6UnsubscribeMulticastAddress()
101 void otIp6SetReceiveCallback(otInstance *aInstance, otIp6ReceiveCallback aCallback, void *aCallback… in otIp6SetReceiveCallback()
106 void otIp6SetAddressCallback(otInstance *aInstance, otIp6AddressCallback aCallback, void *aCallback… in otIp6SetAddressCallback()
111 bool otIp6IsReceiveFilterEnabled(otInstance *aInstance) in otIp6IsReceiveFilterEnabled()
116 void otIp6SetReceiveFilterEnabled(otInstance *aInstance, bool aEnabled) in otIp6SetReceiveFilterEnabled()
121 otError otIp6Send(otInstance *aInstance, otMessage *aMessage) in otIp6Send()
133 otMessage *otIp6NewMessage(otInstance *aInstance, const otMessageSettings *aSettings) in otIp6NewMessage()
138 otMessage *otIp6NewMessageFromBuffer(otInstance *aInstance, in otIp6NewMessageFromBuffer()
147 otError otIp6AddUnsecurePort(otInstance *aInstance, uint16_t aPort) in otIp6AddUnsecurePort()
152 otError otIp6RemoveUnsecurePort(otInstance *aInstance, uint16_t aPort) in otIp6RemoveUnsecurePort()
157 void otIp6RemoveAllUnsecurePorts(otInstance *aInstance) in otIp6RemoveAllUnsecurePorts()
162 const uint16_t *otIp6GetUnsecurePorts(otInstance *aInstance, uint8_t *aNumEntries) in otIp6GetUnsecurePorts()
222 otError otIp6SelectSourceAddress(otInstance *aInstance, otMessageInfo *aMessageInfo) in otIp6SelectSourceAddress()
228 otError otIp6RegisterMulticastListeners(otInstance *aInstance, in otIp6RegisterMulticastListeners()
242 bool otIp6IsSlaacEnabled(otInstance *aInstance) { return AsCoreType(aInstance).Get<Utils::Slaac>().… in otIp6IsSlaacEnabled()
244 void otIp6SetSlaacEnabled(otInstance *aInstance, bool aEnabled) in otIp6SetSlaacEnabled()
258 void otIp6SetSlaacPrefixFilter(otInstance *aInstance, otIp6SlaacPrefixFilter aFilter) in otIp6SetSlaacPrefixFilter()
267 otError otIp6SetMeshLocalIid(otInstance *aInstance, const otIp6InterfaceIdentifier *aIid) in otIp6SetMeshLocalIid()
277 const otBorderRoutingCounters *otIp6GetBorderRoutingCounters(otInstance *aInstance) in otIp6GetBorderRoutingCounters()
282 void otIp6ResetBorderRoutingCounters(otInstance *aInstance) in otIp6ResetBorderRoutingCounters()