Searched defs:ServerContext (Results 1 – 3 of 3) sorted by relevance
35 struct ServerContext { struct36 int broadCastFlagEnable;37 DhcpAddressPool addressPool;38 DhcpServerCallback callback;39 DhcpConfig config;40 int serverFd;64 DhcpServerContext *m_pServerCtx = nullptr; argument
30 typedef struct ServerContext ServerContext; typedef
83 struct ServerContext { struct103 int FillReply(PDhcpServerContext ctx, PDhcpMsgInfo received, PDhcpMsgInfo reply); argument