Lines Matching refs:otInstance

159 const char *otSrpServerGetDomain(otInstance *aInstance);
176 otError otSrpServerSetDomain(otInstance *aInstance, const char *aDomain);
186 otSrpServerState otSrpServerGetState(otInstance *aInstance);
196 uint16_t otSrpServerGetPort(otInstance *aInstance);
206 otSrpServerAddressMode otSrpServerGetAddressMode(otInstance *aInstance);
218 otError otSrpServerSetAddressMode(otInstance *aInstance, otSrpServerAddressMode aMode);
230 uint8_t otSrpServerGetAnycastModeSequenceNumber(otInstance *aInstance);
242 otError otSrpServerSetAnycastModeSequenceNumber(otInstance *aInstance, uint8_t aSequenceNumber);
253 void otSrpServerSetEnabled(otInstance *aInstance, bool aEnabled);
275 void otSrpServerSetAutoEnableMode(otInstance *aInstance, bool aEnabled);
288 bool otSrpServerIsAutoEnableMode(otInstance *aInstance);
297 void otSrpServerGetTtlConfig(otInstance *aInstance, otSrpServerTtlConfig *aTtlConfig);
312 otError otSrpServerSetTtlConfig(otInstance *aInstance, const otSrpServerTtlConfig *aTtlConfig);
321 void otSrpServerGetLeaseConfig(otInstance *aInstance, otSrpServerLeaseConfig *aLeaseConfig);
338 otError otSrpServerSetLeaseConfig(otInstance *aInstance, const otSrpServerLeaseConfig *aLeaseConfig…
387 void otSrpServerSetServiceUpdateHandler(otInstance *aInstance,
404 void otSrpServerHandleServiceUpdateResult(otInstance *aInstance, otSrpServerServiceUpdateId aId, ot…
415 const otSrpServerHost *otSrpServerGetNextHost(otInstance *aInstance, const otSrpServerHost *aHost);
425 const otSrpServerResponseCounters *otSrpServerGetResponseCounters(otInstance *aInstance);