Home
last modified time | relevance | path

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

/external/dnsmasq/src/
Drfc2131.c103 unsigned char *req_options,
135 unsigned char *req_options = NULL; in dhcp_reply() local
826 req_options = (unsigned char *)daemon->dhcp_buff2; in dhcp_reply()
827 memcpy(req_options, option_ptr(opt, 0), option_len(opt)); in dhcp_reply()
828 req_options[option_len(opt)] = OPTION_END; in dhcp_reply()
964 do_options(context, mess, end, req_options, offer_hostname, get_domain(mess->yiaddr), in dhcp_reply()
1234 do_options(context, mess, end, req_options, hostname, get_domain(mess->yiaddr), in dhcp_reply()
1292 do_options(context, mess, end, req_options, hostname, get_domain(mess->ciaddr), in dhcp_reply()
2017 unsigned char *req_options, in do_options() argument
2037 if ((daemon->options & OPT_LOG_OPTS) && req_options) in do_options()
[all …]
/external/dnsmasq/contrib/lease-access/
Dlease.access.patch490 memcpy(req_options, option_ptr(opt, 0), option_len(opt));
491 req_options[option_len(opt)] = OPTION_END;