Home
last modified time | relevance | path

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

/external/syslinux/gpxe/src/net/
Ddhcpopts.c116 int *encap_offset ) { in find_dhcp_option_with_encap() argument
158 if ( encap_offset ) in find_dhcp_option_with_encap()
159 *encap_offset = offset; in find_dhcp_option_with_encap()
184 int offset, int encap_offset, in resize_dhcp_option() argument
220 if ( encap_offset >= 0 ) { in resize_dhcp_option()
221 encapsulator = dhcp_option ( options, encap_offset ); in resize_dhcp_option()
265 int encap_offset = -1; in set_dhcp_option() local
282 offset = find_dhcp_option_with_encap ( options, tag, &encap_offset ); in set_dhcp_option()
294 if ( encap_offset < 0 ) in set_dhcp_option()
295 encap_offset = set_dhcp_option ( options, encap_tag, in set_dhcp_option()
[all …]