Lines Matching refs:aInstance
222 otError otSrpClientStart(otInstance *aInstance, const otSockAddr *aServerSockAddr);
233 void otSrpClientStop(otInstance *aInstance);
243 bool otSrpClientIsRunning(otInstance *aInstance);
256 const otSockAddr *otSrpClientGetServerAddress(otInstance *aInstance);
269 void otSrpClientSetCallback(otInstance *aInstance, otSrpClientCallback aCallback, void *aContext);
310 void otSrpClientEnableAutoStartMode(otInstance *aInstance, otSrpClientAutoStartCallback aCallback, …
325 void otSrpClientDisableAutoStartMode(otInstance *aInstance);
337 bool otSrpClientIsAutoStartModeEnabled(otInstance *aInstance);
352 uint32_t otSrpClientGetTtl(otInstance *aInstance);
365 void otSrpClientSetTtl(otInstance *aInstance, uint32_t aTtl);
380 uint32_t otSrpClientGetLeaseInterval(otInstance *aInstance);
395 void otSrpClientSetLeaseInterval(otInstance *aInstance, uint32_t aInterval);
410 uint32_t otSrpClientGetKeyLeaseInterval(otInstance *aInstance);
425 void otSrpClientSetKeyLeaseInterval(otInstance *aInstance, uint32_t aInterval);
435 const otSrpClientHostInfo *otSrpClientGetHostInfo(otInstance *aInstance);
458 otError otSrpClientSetHostName(otInstance *aInstance, const char *aName);
479 otError otSrpClientEnableAutoHostAddress(otInstance *aInstance);
508 otError otSrpClientSetHostAddresses(otInstance *aInstance, const otIp6Address *aIp6Addresses, uint8…
535 otError otSrpClientAddService(otInstance *aInstance, otSrpClientService *aService);
556 otError otSrpClientRemoveService(otInstance *aInstance, otSrpClientService *aService);
576 otError otSrpClientClearService(otInstance *aInstance, otSrpClientService *aService);
586 const otSrpClientService *otSrpClientGetServices(otInstance *aInstance);
619 otError otSrpClientRemoveHostAndServices(otInstance *aInstance, bool aRemoveKeyLease, bool aSendUnr…
630 void otSrpClientClearHostAndServices(otInstance *aInstance);
644 const char *otSrpClientGetDomainName(otInstance *aInstance);
666 otError otSrpClientSetDomainName(otInstance *aInstance, const char *aName);
694 void otSrpClientSetServiceKeyRecordEnabled(otInstance *aInstance, bool aEnabled);
706 bool otSrpClientIsServiceKeyRecordEnabled(otInstance *aInstance);