Searched refs:option_find1 (Results 1 – 1 of 1) sorted by relevance
/external/dnsmasq/src/ |
D | rfc2131.c | 99 static unsigned char* option_find1(unsigned char* p, unsigned char* end, int opt, int minsize); 202 if ((sopt = option_find1(option_ptr(opt, 0), option_ptr(opt, option_len(opt)), in dhcp_reply() 207 if ((sopt = option_find1(option_ptr(opt, 0), option_ptr(opt, option_len(opt)), in dhcp_reply() 224 if ((sopt = option_find1(option_ptr(opt, 0), option_ptr(opt, option_len(opt)), in dhcp_reply() 641 (opt = option_find1(option_ptr(opt, 0), option_ptr(opt, option_len(opt)), in dhcp_reply() 1270 static unsigned char* option_find1(unsigned char* p, unsigned char* end, int opt, int minsize) { in option_find1() function 1293 if ((ret = option_find1(&mess->options[0] + sizeof(u32), ((unsigned char*) mess) + size, in option_find() 1298 if (!(overload = option_find1(&mess->options[0] + sizeof(u32), ((unsigned char*) mess) + size, in option_find() 1304 (ret = option_find1(&mess->file[0], &mess->file[128], opt_type, minsize))) in option_find() 1309 (ret = option_find1(&mess->sname[0], &mess->sname[64], opt_type, minsize))) in option_find()
|