Lines Matching defs:uip_dhcp
166 struct uip_dhcp { struct
167 struct uip_udp udp;
168 u8 msg_type;
169 u8 hardware_type;
170 u8 hardware_len;
171 u8 hops;
172 u32 id;
173 u16 time;
174 u16 flg;
175 u32 client_ip;
176 u32 your_ip;
177 u32 server_ip;
178 u32 agent_ip;
179 struct uip_eth_addr client_mac;
180 u8 pad[UIP_DHCP_MACPAD_LEN];
181 u8 server_hostname[UIP_DHCP_HOSTNAME_LEN];
182 u8 boot_filename[UIP_DHCP_FILENAME_LEN];
183 u32 magic_cookie;
184 u8 option[UIP_DHCP_OPTION_LEN];