Searched refs:otSrpServerServiceGetPort (Results 1 – 3 of 3) sorted by relevance
587 uint16_t otSrpServerServiceGetPort(const otSrpServerService *aService);
209 uint16_t otSrpServerServiceGetPort(const otSrpServerService *aService) { return AsCoreType(aService… in otSrpServerServiceGetPort() function
469 OutputLine(kIndentSize, "port: %u", otSrpServerServiceGetPort(service)); in Process()