Home
last modified time | relevance | path

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

/external/syslinux/gpxe/src/net/
Ddhcpopts.c87 if ( ( option->tag == DHCP_END ) || ( option->tag == DHCP_PAD ) ) { in dhcp_option_len()
124 if ( tag == DHCP_PAD ) in find_dhcp_option_with_encap()
274 if ( tag == DHCP_PAD ) in set_dhcp_option()
420 if ( option->tag != DHCP_PAD ) in dhcpopt_update_len()
/external/syslinux/gpxe/src/include/gpxe/
Ddhcp.h59 #define DHCP_PAD 0 macro