Lines Matching refs:gInstance
510 assert(gInstance == aInstance); in UpdateUnicast()
560 assert(gInstance == aInstance); in UpdateMulticast()
605 assert(gInstance == aInstance); in SetLinkState()
636 assert(gInstance == aInstance); in UpdateLink()
986 SuccessOrExit(otNat64GetCidr(gInstance, &translatorCidr)); in processNat64StateChange()
1005 if (otNat64GetTranslatorState(gInstance) == OT_NAT64_STATE_ACTIVE) in processNat64StateChange()
1067 assert(gInstance == aContext); in processReceive()
1212 assert(gInstance == aInstance); in processTransmit()
1441 if (isUp && otNat64GetTranslatorState(gInstance) == OT_NAT64_STATE_ACTIVE) in processNetifLinkEvent()
2052 SetLinkState(gInstance, false);
2248 if ((error = otNat64SetIp4Cidr(gInstance, &cidr)) != OT_ERROR_NONE)
2262 assert(gInstance != nullptr);
2264 otIp6SetReceiveFilterEnabled(gInstance, true);
2266 otIcmp6SetEchoMode(gInstance, OT_ICMP6_ECHO_HANDLER_ALL);
2268 otIcmp6SetEchoMode(gInstance, OT_ICMP6_ECHO_HANDLER_DISABLED);
2270 otIp6SetReceiveCallback(gInstance, processReceive, gInstance);
2273 otNat64SetReceiveIp4Callback(gInstance, processReceive, gInstance);
2275 otIp6SetAddressCallback(gInstance, processAddressChange, gInstance);
2386 processTransmit(gInstance);
2391 processNetlinkEvent(gInstance);
2397 processMLDEvent(gInstance);