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

  /external/dnsmasq/contrib/wrt/
dhcp_lease_time.c 121 static unsigned int option_uint(unsigned char *opt, int size) function
195 unsigned int t = option_uint(p, 4);
  /external/dnsmasq/src/
rfc2131.c 92 static unsigned int option_uint(unsigned char *opt, int i, int size);
167 mess_type = option_uint(opt, 0, 1);
178 size_t size = (size_t)option_uint(opt, 0, 2) - 28;
727 int type = option_uint(opt, 0, 2);
728 int layer = option_uint(opt, 2, 2);
779 pxearch = option_uint(opt, 0, 2);
1514 static unsigned int option_uint(unsigned char *opt, int offset, int size) function
    [all...]

Completed in 301 milliseconds