DhcpServerBinding Struct Reference
DHCP binding. More...
#include <dhcp_server.h>
Data Fields | |
| MacAddr | macAddr |
| Client's MAC address. More... | |
| Ipv4Addr | ipAddr |
| Client's IPv4 address. More... | |
| bool_t | validLease |
| Valid lease. More... | |
| systime_t | timestamp |
| Timestamp. More... | |
Detailed Description
DHCP binding.
A binding is a collection of configuration parameters associated with a DHCP client
Definition at line 111 of file dhcp_server.h.
Field Documentation
◆ ipAddr
| Ipv4Addr ipAddr |
Client's IPv4 address.
Definition at line 114 of file dhcp_server.h.
◆ macAddr
| MacAddr macAddr |
Client's MAC address.
Definition at line 113 of file dhcp_server.h.
◆ timestamp
| systime_t timestamp |
Timestamp.
Definition at line 116 of file dhcp_server.h.
◆ validLease
| bool_t validLease |
Valid lease.
Definition at line 115 of file dhcp_server.h.
The documentation for this struct was generated from the following file:
- cyclone_tcp/dhcp/dhcp_server.h
