Lines Matching refs:u8
25 u8 opcode;
26 u8 hwtype; // hw addr type
27 u8 hwalen; // hw addr length
28 u8 hops;
36 u8 chaddr[16]; // Client HW Address
37 u8 sname[64]; // Server Hostname, AsciiZ
38 u8 file[128]; // Boot File Name, AsciiZ
40 u8 options[0];
72 static u8 mac[6];
77 u8 b[4]; in printip()
89 u8 opt[128]; in dhcp_discover()
91 u8 *opt = s.opt; in dhcp_discover()
125 u8 opt[128]; in dhcp_request()
127 u8 *opt = s.opt; in dhcp_request()
169 u8 *opt; in dhcp_cb()