HomeSort by relevance Sort by last modified time
    Searched full:dhcp_size (Results 1 - 1 of 1) sorted by null

  /system/core/libnetutils/
packet.c 165 int dhcp_size; local
220 dhcp_size = ntohs(packet.udp.len) - sizeof(packet.udp);
239 memcpy(msg, &packet.dhcp, dhcp_size);
240 return dhcp_size;

Completed in 2935 milliseconds