Home
last modified time | relevance | path

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

/external/syslinux/gpxe/src/net/
Ddhcpopts.c48 DHCP_ENCAPSULATED ( tag ) ); in dhcp_tag_name()
161 tag = DHCP_ENCAPSULATED ( tag ); in find_dhcp_option_with_encap()
/external/syslinux/gpxe/src/include/gpxe/
Dfeatures.h101 DHCP_FEATURE ( DHCP_ENCAPSULATED ( DHCP_EB_VERSION ), __VA_ARGS__ )
Ddhcp.h45 #define DHCP_ENCAPSULATED( encap_opt ) ( (encap_opt) & 0xff ) macro