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);
237 memcpy(msg, &packet.dhcp, dhcp_size);
238 return dhcp_size;

Completed in 29 milliseconds