/external/syslinux/efi/ |
pxe.c | 76 uint8_t dhcp_data[EDHCP_BUF_LEN]; member in struct:embedded_dhcp_options 119 parse_dhcp_options(embedded_dhcp_options.dhcp_data, 163 parse_dhcp_options(embedded_dhcp_options.dhcp_data +
|
/external/toybox/toys/pending/ |
dhcp6.c | 122 } DHCP_DATA; 124 static DHCP_DATA dhcp_data; variable 359 memset(&dhcp_data,0,sizeof(dhcp_data)); 363 dhcp_data.iaid = ntohl(*((uint32_t*)(t+4))); 364 dhcp_data.t1 = ntohl(*((uint32_t*)(t+8))); 365 dhcp_data.t2 = ntohl(*((uint32_t*)(t+12))); 375 memcpy(dhcp_data.ipaddr,t+4,16); 388 dhcp_data.pf_lf = ntohl(*((uint32_t*)(t+20))) [all...] |
/external/wpa_supplicant_8/src/common/ |
dhcp.h | 18 struct dhcp_data { struct
|
/external/toybox/generated/ |
globals.h | 507 struct dhcp_data { struct 1441 struct dhcp_data dhcp;
|