Lines Matching defs:dhcp
188 typedef struct dhcp { struct
189 uint8_t op; /* message opcode */
190 uint8_t htype; /* Hardware address type */
191 uint8_t hlen; /* Hardware address length */
192 uint8_t hops; /* Used by relay agents */
193 uint32_t xid; /* transaction id */
194 uint16_t secs; /* Secs elapsed since client boot */
195 uint16_t flags; /* DHCP Flags field */
196 struct in_addr ciaddr; /* client IP addr */
197 struct in_addr yiaddr; /* 'Your' IP addr. (from server) */
198 struct in_addr siaddr; /* Boot server IP addr */
199 struct in_addr giaddr; /* Relay agent IP addr */
200 uint8_t chaddr[16]; /* Client hardware addr */
201 uint8_t sname[64]; /* Optl. boot server hostname */
202 uint8_t file[128]; /* boot file name (ascii path) */
203 uint8_t cookie[4]; /* Magic cookie */
204 uint8_t options[60]; /* Options */