Home
last modified time | relevance | path

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

/external/dnsmasq/src/
Drfc2131.c47 #define OPTION_VENDOR_ID 60 macro
594 mopt = OPTION_VENDOR_ID; in dhcp_reply()
612 match_vendor_opts(option_find(mess, sz, OPTION_VENDOR_ID, 1), daemon->dhcp_opts); in dhcp_reply()
615 if (sanitise(option_find(mess, sz, OPTION_VENDOR_ID, 1), daemon->namebuff)) in dhcp_reply()
631 if (daemon->enable_pxe && (opt = option_find(mess, sz, OPTION_VENDOR_ID, 9)) && in dhcp_reply()
1030 if ((opt = option_find(mess, sz, OPTION_VENDOR_ID, 1))) { in dhcp_reply()
1599 option_put_string(mess, end, OPTION_VENDOR_ID, "PXEClient", 0); in pxe_misc()
1936 if (pxe_arch != -1 && optno == OPTION_VENDOR_ID) continue; in do_options()
1948 if (optno == OPTION_VENDOR_ID) match_vendor_opts(p - 2, config_opts); in do_options()
/external/autotest/client/cros/
Ddhcp_packet.py350 OPTION_VENDOR_ID = RawOption("vendor_id", 60) variable
483 OPTION_VENDOR_ID,