|
join 1.0
lightweight network framework library
|
This is the complete list of members for Server, including all inherited members.
| _count | Server | protected |
| _first | Server | protected |
| _leases | Server | protected |
| _options | Server | protected |
| allocate(const DhcpPacket &request) | Server | inlineprotected |
| onDecline(const DhcpPacket &request) override | Server | inlineprotected |
| onDiscover(const DhcpPacket &request) override | Server | inlineprotected |
| onInform(const DhcpPacket &request) override | Server | inlineprotected |
| onRelease(const DhcpPacket &request) override | Server | inlineprotected |
| onRequest(const DhcpPacket &request) override | Server | inlineprotected |
| Server(const std::string &device, const IpAddress &first, uint32_t count, const DhcpOption &options) | Server | inline |