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

  /external/dnsmasq/contrib/wrt/
dhcp_lease_time.c 71 static unsigned char *option_find1(unsigned char *p, unsigned char *end, int opt, int minsize) function
101 if ((ret = option_find1(&mess->options[0], ((unsigned char *)mess) + size, opt_type, minsize)))
105 if (!(overload = option_find1(&mess->options[0], ((unsigned char *)mess) + size, OPTION_OVERLOAD, 1)))
110 (ret = option_find1(&mess->file[0], &mess->file[128], opt_type, minsize)))
115 (ret = option_find1(&mess->sname[0], &mess->sname[64], opt_type, minsize)))
  /external/dnsmasq/src/
rfc2131.c 96 static unsigned char *option_find1(unsigned char *p, unsigned char *end, int opt, int minsize);
215 if ((sopt = option_find1(option_ptr(opt, 0), option_ptr(opt, option_len(opt)), SUBOPT_SUBNET_SELECT, INADDRSZ)))
219 if ((sopt = option_find1(option_ptr(opt, 0), option_ptr(opt, option_len(opt)), SUBOPT_SERVER_OR, INADDRSZ)))
236 if ((sopt = option_find1(option_ptr(opt, 0), option_ptr(opt, option_len(opt)), search, 1)) &&
724 (opt = option_find1(option_ptr(opt, 0), option_ptr(opt, option_len(opt)), SUBOPT_PXE_BOOT_ITEM, 4)))
1448 static unsigned char *option_find1(unsigned char *p, unsigned char *end, int opt, int minsize) function
    [all...]

Completed in 39 milliseconds