#include <bootp.h>
|
|
uint8_t | opcode |
| |
|
uint8_t | htype |
| |
|
uint8_t | hlen |
| |
|
uint8_t | hops |
| |
|
uint32_t | xid |
| |
|
uint16_t | secs |
| |
|
uint16_t | padding |
| |
|
uint32_t | ciaddr |
| |
|
uint32_t | yiaddr |
| |
|
uint32_t | siaddr |
| |
|
uint32_t | giaddr |
| |
|
uint8_t | chaddr [16] |
| |
|
uint8_t | sname [64] |
| |
|
uint8_t | file [128] |
| |
Struct that represents the Bootp datagram.
The documentation for this struct was generated from the following file:
- /home/matias/Projects/libtins/code/include/tins/bootp.h