Home
last modified time | relevance | path

Searched refs:ServerContext (Results 1 - 3 of 3) sorted by relevance

/foundation/communication/dhcp/services/dhcp_server/include/
H A Ddhcp_s_server.h30 typedef struct ServerContext ServerContext; typedef
33 ServerContext *instance;
/foundation/communication/dhcp/services/dhcp_server/src/
H A Ddhcp_s_server.cpp83 struct ServerContext { struct
117 static struct ServerContext *GetServerInstance(const DhcpServerContext *ctx) in GetServerInstance()
122 return (struct ServerContext *)ctx->instance; in GetServerInstance()
344 ServerContext *srvIns = GetServerInstance(ctx); in OnUpdateServerConfig()
357 ServerContext *srvIns = GetServerInstance(ctx); in OnServerStoping()
370 ServerContext *srvIns = GetServerInstance(ctx); in OnServerStoped()
387 ServerContext *srvIns = GetServerInstance(ctx); in SendDhcpReply()
461 ServerContext *srvIns = GetServerInstance(ctx); in SaveLease()
477 ServerContext *srvIns = GetServerInstance(ctx); in OnLooperStateChanged()
519 ServerContext *srvIn in BeginLooper()
[all...]
/foundation/communication/dhcp/test/unittest/services/dhcp_server/unittest/
H A Ddhcp_s_server_test.cpp35 struct ServerContext { struct

Completed in 3 milliseconds