Searched refs:option_uint (Results 1 - 2 of 2) sorted by relevance

/external/dnsmasq/contrib/wrt/
H A Ddhcp_lease_time.c121 static unsigned int option_uint(unsigned char *opt, int size) function
195 unsigned int t = option_uint(p, 4);
/external/dnsmasq/src/
H A Drfc2131.c92 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);
1343 unsigned int req_time = option_uint(opt, 0, 4);
1514 static unsigned int option_uint(unsigned char *opt, int offset, int size) function
1589 if (overload && (option_uint(overload, 0, 1) & 1))
1598 if (overload && (option_uint(overloa
[all...]

Completed in 61 milliseconds