Lines Matching defs:Dhcp
75 struct Dhcp { struct
76 uint8_t op; /* BOOTREQUEST / BOOTREPLY */
77 uint8_t htype; /* hw addr type */
78 uint8_t hlen; /* hw addr len */
79 uint8_t hops; /* client set to 0 */
81 uint32_t xid; /* transaction id */
83 uint16_t secs; /* seconds since start of acq */
84 uint16_t flags;
86 uint32_t ciaddr; /* client IP addr */
87 uint32_t yiaddr; /* your (client) IP addr */
88 uint32_t siaddr; /* ip addr of next server */
90 uint32_t giaddr; /* relay agent IP addr */
92 uint8_t chaddr[16]; /* client hw addr */
93 char sname[64]; /* asciiz server hostname */
94 char file[128]; /* asciiz boot file name */
96 uint8_t options[1024]; /* optional parameters */