HomeSort by relevance Sort by last modified time
    Searched refs:dhcp_data (Results 1 - 4 of 4) sorted by null

  /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/ap/
fils_hlp.c 37 struct dhcp_data *dhcpoffer, u8 *dhcpofferend)
40 struct dhcp_data *dhcp;
55 dhcp = (struct dhcp_data *) pos;
155 struct dhcp_data *dhcp;
180 dhcp = (struct dhcp_data *) buf;
329 const struct dhcp_data *dhcp;
331 struct dhcp_data *dhcp_msg;
340 dhcp = (const struct dhcp_data *) pos;
  /external/wpa_supplicant_8/src/common/
dhcp.h 24 struct dhcp_data { struct
  /external/toybox/generated/
globals.h 521 struct dhcp_data { struct
1401 struct dhcp_data dhcp;

Completed in 372 milliseconds