Searched defs:ServerContext (Results 1 – 3 of 3) sorted by relevance
40 struct ServerContext { struct41 int broadCastFlagEnable;42 DhcpAddressPool addressPool;43 DhcpServerCallback callback;44 DhcpConfig config;45 int serverFd;46 int looperState;47 int initialized;
30 typedef struct ServerContext ServerContext; typedef
81 struct ServerContext { struct100 int FillReply(PDhcpServerContext ctx, PDhcpMsgInfo received, PDhcpMsgInfo reply); argument