Home
last modified time | relevance | path

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

/external/dnsmasq/src/
Drfc2131.c33 #define OPTION_HOSTNAME 12 macro
484 } else if ((opt = option_find(mess, sz, OPTION_HOSTNAME, 1))) { in dhcp_reply()
1040 if ((opt = option_find(mess, sz, OPTION_HOSTNAME, 1))) { in dhcp_reply()
1872 if (in_list(req_options, OPTION_HOSTNAME) && in do_options()
1873 !option_find2(netid, config_opts, OPTION_HOSTNAME)) in do_options()
1874 option_put_string(mess, end, OPTION_HOSTNAME, hostname, null_term); in do_options()
1932 optno == OPTION_DNSSERVER || optno == OPTION_DOMAINNAME || optno == OPTION_HOSTNAME)) in do_options()