Home
last modified time | relevance | path

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

/external/dnsmasq/src/
Drfc2131.c730 struct dhcp_opt opt71; in dhcp_reply() local
765 opt71.val = save71; in dhcp_reply()
766 opt71.opt = SUBOPT_PXE_BOOT_ITEM; in dhcp_reply()
767 opt71.len = 4; in dhcp_reply()
768 opt71.flags = DHOPT_VENDOR_MATCH; in dhcp_reply()
769 opt71.netid = NULL; in dhcp_reply()
770 opt71.next = daemon->dhcp_opts; in dhcp_reply()
771 do_encap_opts(&opt71, OPTION_VENDOR_CLASS_OPT, DHOPT_VENDOR_MATCH, mess, end, 0); in dhcp_reply()