Home
last modified time | relevance | path

Searched refs:req_options (Results 1 – 1 of 1) sorted by relevance

/external/dnsmasq/src/
Drfc2131.c104 unsigned char* real_end, unsigned char* req_options, char* hostname,
130 unsigned char* req_options = NULL; in dhcp_reply() local
735 req_options = (unsigned char*) daemon->dhcp_buff2; in dhcp_reply()
736 memcpy(req_options, option_ptr(opt, 0), option_len(opt)); in dhcp_reply()
737 req_options[option_len(opt)] = OPTION_END; in dhcp_reply()
865 do_options(context, mess, end, req_options, offer_hostname, get_domain(mess->yiaddr), in dhcp_reply()
1094 do_options(context, mess, end, req_options, hostname, get_domain(mess->yiaddr), in dhcp_reply()
1145 do_options(context, mess, end, req_options, hostname, get_domain(mess->ciaddr), domain, in dhcp_reply()
1748 unsigned char* req_options, char* hostname, char* domain, in do_options() argument
1763 if ((daemon->options & OPT_LOG_OPTS) && req_options) { in do_options()
[all …]