Home
last modified time | relevance | path

Searched defs:ServerContext (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/dhcp/test/unittest/services/dhcp_server/unittest/
H A Ddhcp_s_server_test.cpp35 struct ServerContext { struct
36 int broadCastFlagEnable;
37 DhcpAddressPool addressPool;
38 DhcpServerCallback callback;
39 DhcpConfig config;
40 int serverFd;
64 DhcpServerContext *m_pServerCtx = nullptr; argument
/ohos5.0/foundation/communication/dhcp/services/dhcp_server/include/
H A Ddhcp_s_server.h30 typedef struct ServerContext ServerContext; typedef
/ohos5.0/foundation/communication/dhcp/services/dhcp_server/src/
H A Ddhcp_s_server.cpp83 struct ServerContext { struct
103 int FillReply(PDhcpServerContext ctx, PDhcpMsgInfo received, PDhcpMsgInfo reply); argument