Searched refs:OPTION_VENDOR_CLASS_OPT (Results 1 – 1 of 1) sorted by relevance
/external/dnsmasq/src/ |
D | rfc2131.c | 36 #define OPTION_VENDOR_CLASS_OPT 43 macro 640 (opt = option_find(mess, sz, OPTION_VENDOR_CLASS_OPT, 1)) && in dhcp_reply() 684 do_encap_opts(&opt71, OPTION_VENDOR_CLASS_OPT, DHOPT_VENDOR_MATCH, mess, end, 0); in dhcp_reply() 721 do_encap_opts(pxe_opts(pxearch, netid), OPTION_VENDOR_CLASS_OPT, DHOPT_VENDOR_MATCH, in dhcp_reply() 1981 if (in_list(req_options, OPTION_VENDOR_CLASS_OPT)) force_encap = 1; in do_options() 1989 do_encap_opts(config_opts, OPTION_VENDOR_CLASS_OPT, DHOPT_VENDOR_MATCH, mess, end, in do_options()
|