Searched refs:otSrpServerHost (Results 1 – 6 of 6) sorted by relevance
/openthread-3.4.0/include/openthread/ |
D | srp_server.h | 62 typedef struct otSrpServerHost otSrpServerHost; typedef 432 const otSrpServerHost *aHost, 473 const otSrpServerHost *otSrpServerGetNextHost(otInstance *aInstance, const otSrpServerHost *aHost); 496 bool otSrpServerHostIsDeleted(const otSrpServerHost *aHost); 506 const char *otSrpServerHostGetFullName(const otSrpServerHost *aHost); 517 const otIp6Address *otSrpServerHostGetAddresses(const otSrpServerHost *aHost, uint8_t *aAddressesNu… 526 void otSrpServerHostGetLeaseInfo(const otSrpServerHost *aHost, otSrpServerLeaseInfo *aLeaseInfo); 540 const otSrpServerService *otSrpServerHostGetNextService(const otSrpServerHost *aHost, 575 const otSrpServerService *otSrpServerHostFindNextService(const otSrpServerHost *aHost, 720 const otSrpServerHost *otSrpServerServiceGetHost(const otSrpServerService *aService);
|
/openthread-3.4.0/src/core/api/ |
D | srp_server_api.cpp | 128 const otSrpServerHost *otSrpServerGetNextHost(otInstance *aInstance, const otSrpServerHost *aHost) in otSrpServerGetNextHost() 138 bool otSrpServerHostIsDeleted(const otSrpServerHost *aHost) { return AsCoreType(aHost).IsDeleted();… in otSrpServerHostIsDeleted() 140 const char *otSrpServerHostGetFullName(const otSrpServerHost *aHost) { return AsCoreType(aHost).Get… in otSrpServerHostGetFullName() 142 const otIp6Address *otSrpServerHostGetAddresses(const otSrpServerHost *aHost, uint8_t *aAddressesNu… in otSrpServerHostGetAddresses() 147 void otSrpServerHostGetLeaseInfo(const otSrpServerHost *aHost, otSrpServerLeaseInfo *aLeaseInfo) in otSrpServerHostGetLeaseInfo() 152 uint32_t otSrpServerHostGetKeyLease(const otSrpServerHost *aHost) { return AsCoreType(aHost).GetKey… in otSrpServerHostGetKeyLease() 154 const otSrpServerService *otSrpServerHostGetNextService(const otSrpServerHost *aHost, in otSrpServerHostGetNextService() 160 const otSrpServerService *otSrpServerHostFindNextService(const otSrpServerHost *aHost, in otSrpServerHostFindNextService() 211 const otSrpServerHost *otSrpServerServiceGetHost(const otSrpServerService *aService) in otSrpServerServiceGetHost()
|
/openthread-3.4.0/src/cli/ |
D | cli_srp_server.hpp | 87 void OutputHostAddresses(const otSrpServerHost *aHost);
|
D | cli_srp_server.cpp | 226 const otSrpServerHost *host; in Process() 265 void SrpServer::OutputHostAddresses(const otSrpServerHost *aHost) in OutputHostAddresses() 291 const otSrpServerHost *host = nullptr; in Process()
|
/openthread-3.4.0/src/core/net/ |
D | srp_server.hpp | 80 struct otSrpServerHost struct 450 class Host : public otSrpServerHost, 1099 DefineCoreType(otSrpServerHost, Srp::Server::Host);
|
/openthread-3.4.0/tests/unit/ |
D | test_srp_server.cpp | 234 const otSrpServerHost *aHost, in HandleSrpServerUpdate()
|