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