H A D | dhcp_s_server.cpp | 103 int FillReply(PDhcpServerContext ctx, PDhcpMsgInfo received, PDhcpMsgInfo reply); 104 static int OnReceivedDiscover(PDhcpServerContext ctx, PDhcpMsgInfo received, PDhcpMsgInfo reply); 105 static int OnReceivedRequest(PDhcpServerContext ctx, PDhcpMsgInfo received, PDhcpMsgInfo reply); 106 static int OnReceivedDecline(PDhcpServerContext ctx, PDhcpMsgInfo received, PDhcpMsgInfo reply); 107 static int OnReceivedRelease(PDhcpServerContext ctx, PDhcpMsgInfo received, PDhcpMsgInfo reply); 108 static int OnReceivedInform(PDhcpServerContext ctx, PDhcpMsgInfo received, PDhcpMsgInfo reply); 287 DHCP_LOGW("message length error, received %d bytes.", rsize); in ReceiveDhcpMessage() 315 void InitReply(PDhcpServerContext ctx, PDhcpMsgInfo received, PDhcpMsgInfo reply) in InitReply() argument 336 if (FillReply(ctx, received, reply) != RET_SUCCESS) { in InitReply() 414 static int MessageProcess(PDhcpServerContext ctx, PDhcpMsgInfo received, PDhcpMsgInf argument 711 FillReply(PDhcpServerContext ctx, PDhcpMsgInfo received, PDhcpMsgInfo reply) FillReply() argument 896 GetBinding(DhcpAddressPool *pool, PDhcpMsgInfo received) GetBinding() argument 983 OnReceivedDiscover(PDhcpServerContext ctx, PDhcpMsgInfo received, PDhcpMsgInfo reply) OnReceivedDiscover() argument 1030 GetRequestIpAddress(PDhcpMsgInfo received) GetRequestIpAddress() argument 1043 GetYourIpAddress(PDhcpMsgInfo received, uint32_t *yourIpAddr, DhcpAddressPool *pool) GetYourIpAddress() argument 1085 NotBindingRequest(DhcpAddressPool *pool, PDhcpMsgInfo received, PDhcpMsgInfo reply) NotBindingRequest() argument 1142 ValidateRequestMessage(const PDhcpServerContext ctx, const PDhcpMsgInfo received, PDhcpMsgInfo reply, uint32_t *yourIp) ValidateRequestMessage() argument 1185 HasNobindgRequest(PDhcpServerContext ctx, PDhcpMsgInfo received, PDhcpMsgInfo reply) HasNobindgRequest() argument 1214 GetVendorIdentifierOption(PDhcpMsgInfo received) GetVendorIdentifierOption() argument 1231 GetHostNameOption(PDhcpMsgInfo received, AddressBinding *bindin) GetHostNameOption() argument 1251 GetUserClassOption(PDhcpMsgInfo received, AddressBinding *bindin) GetUserClassOption() argument 1270 GetRapidCommitOption(PDhcpMsgInfo received, AddressBinding *bindin) GetRapidCommitOption() argument 1290 GetOnlyIpv6Option(PDhcpMsgInfo received, AddressBinding *bindin) GetOnlyIpv6Option() argument 1310 GetPortalUrlOption(PDhcpMsgInfo received, AddressBinding *bindin) GetPortalUrlOption() argument 1330 ParseDhcpOption(PDhcpMsgInfo received, AddressBinding *bindin) ParseDhcpOption() argument 1346 OnReceivedRequest(PDhcpServerContext ctx, PDhcpMsgInfo received, PDhcpMsgInfo reply) OnReceivedRequest() argument 1398 OnReceivedDecline(PDhcpServerContext ctx, PDhcpMsgInfo received, PDhcpMsgInfo reply) OnReceivedDecline() argument 1439 OnReceivedRelease(PDhcpServerContext ctx, PDhcpMsgInfo received, PDhcpMsgInfo reply) OnReceivedRelease() argument 1491 OnReceivedInform(PDhcpServerContext ctx, PDhcpMsgInfo received, PDhcpMsgInfo reply) OnReceivedInform() argument [all...] |