Home
last modified time | relevance | path

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

/external/syslinux/gpxe/src/net/
Ddhcpopts.c45 if ( DHCP_IS_ENCAP_OPT ( tag ) ) { in dhcp_tag_name()
156 if ( DHCP_IS_ENCAP_OPT ( tag ) && in find_dhcp_option_with_encap()
/external/syslinux/gpxe/src/include/gpxe/
Ddhcp.h47 #define DHCP_IS_ENCAP_OPT( opt ) DHCP_ENCAPSULATOR( opt ) macro