Searched defs:uip_dhcp (Results 1 – 1 of 1) sorted by relevance
166 struct uip_dhcp { struct167 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;[all …]