Searched refs:OPTION_HOSTNAME (Results 1 – 1 of 1) sorted by relevance
/external/dnsmasq/src/ |
D | rfc2131.c | 33 #define OPTION_HOSTNAME 12 macro 542 else if ((opt = option_find(mess, sz, OPTION_HOSTNAME, 1))) in dhcp_reply() 1172 if ((opt = option_find(mess, sz, OPTION_HOSTNAME, 1))) in dhcp_reply() 2167 if (in_list(req_options, OPTION_HOSTNAME) && in do_options() 2168 !option_find2(netid, config_opts, OPTION_HOSTNAME)) in do_options() 2169 option_put_string(mess, end, OPTION_HOSTNAME, hostname, null_term); in do_options() 2248 optno == OPTION_HOSTNAME)) in do_options()
|