Home
last modified time | relevance | path

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

/external/syslinux/gpxe/src/net/
Ddhcpopts.c114 static int find_dhcp_option_with_encap ( struct dhcp_options *options, in find_dhcp_option_with_encap() function
277 creation_offset = find_dhcp_option_with_encap ( options, DHCP_END, in set_dhcp_option()
282 offset = find_dhcp_option_with_encap ( options, tag, &encap_offset ); in set_dhcp_option()
384 offset = find_dhcp_option_with_encap ( options, tag, NULL ); in dhcpopt_fetch()