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
671 mopt = OPTION_VENDOR_ID; in dhcp_reply()
691 match_vendor_opts(option_find(mess, sz, OPTION_VENDOR_ID, 1), daemon->dhcp_opts); in dhcp_reply()
695 if (sanitise(option_find(mess, sz, OPTION_VENDOR_ID, 1), daemon->namebuff)) in dhcp_reply()
712 (opt = option_find(mess, sz, OPTION_VENDOR_ID, 9)) && in dhcp_reply()
1160 if ((opt = option_find(mess, sz, OPTION_VENDOR_ID, 1))) in dhcp_reply()
1842 option_put_string(mess, end, OPTION_VENDOR_ID, "PXEClient", 0); in pxe_misc()
2252 if (pxe_arch != -1 && optno == OPTION_VENDOR_ID) in do_options()
2266 if (optno == OPTION_VENDOR_ID) in do_options()
/external/autotest/client/cros/
Ddhcp_packet.py344 OPTION_VENDOR_ID = RawOption("vendor_id", 60) variable
477 OPTION_VENDOR_ID,