join 1.0
lightweight network framework library
Loading...
Searching...
No Matches
dhcp.hpp File Reference
#include <join/dhcp_protocol.hpp>
#include <join/dhcp_message.hpp>
#include <join/condition.hpp>
#include <join/reactor.hpp>
#include <join/utils.hpp>
#include <join/error.hpp>
#include <join/arp.hpp>
#include <unordered_map>
#include <system_error>
#include <chrono>
#include <string>
#include <vector>
#include <net/ethernet.h>
#include <netinet/ip.h>
#include <netinet/udp.h>
#include <net/if.h>
Include dependency graph for dhcp.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  join::BasicDhcp< Protocol >
 carries DHCP messages over a packet socket. More...
 
class  join::BasicDhcpClient< Protocol >
 DHCP client. More...
 
struct  join::BasicDhcpClient< Protocol >::PendingRequest
 message waiting for its answer. More...
 
class  join::BasicDhcpServer< Protocol >
 DHCP server. More...
 

Namespaces

namespace  join