Lines Matching refs:host
321 const otSrpServerHost *host; in Process() local
325 host = nullptr; in Process()
326 while ((host = otSrpServerGetNextHost(GetInstancePtr(), host)) != nullptr) in Process()
330 bool isDeleted = otSrpServerHostIsDeleted(host); in Process()
332 OutputLine("%s", otSrpServerHostGetFullName(host)); in Process()
342 addresses = otSrpServerHostGetAddresses(host, &addressesNum); in Process()
424 const otSrpServerHost *host = nullptr; in Process() local
428 while ((host = otSrpServerGetNextHost(GetInstancePtr(), host)) != nullptr) in Process()
432 while ((service = otSrpServerHostGetNextService(host, service)) != nullptr) in Process()
481 OutputLine(kIndentSize, "host: %s", otSrpServerHostGetFullName(host)); in Process()
484 OutputHostAddresses(host); in Process()