Home
last modified time | relevance | path

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

/external/syslinux/gpxe/src/net/
Ddhcpopts.c87 if ( ( option->tag == DHCP_END ) || ( option->tag == DHCP_PAD ) ) { in dhcp_option_len()
139 if ( option->tag == DHCP_END ) { in find_dhcp_option_with_encap()
140 if ( tag == DHCP_END ) in find_dhcp_option_with_encap()
263 static const uint8_t empty_encapsulator[] = { DHCP_END }; in set_dhcp_option()
277 creation_offset = find_dhcp_option_with_encap ( options, DHCP_END, in set_dhcp_option()
/external/syslinux/gpxe/src/include/gpxe/
Ddhcp.h409 #define DHCP_END 255 macro
459 #define DHCP_ENCAP( ... ) DHCP_OPTION ( __VA_ARGS__, DHCP_END )
/external/syslinux/gpxe/src/net/udp/
Ddhcp.c91 DHCP_END