Home
last modified time | relevance | path

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

/external/syslinux/gpxe/src/net/
Ddhcpopts.c47 DHCP_ENCAPSULATOR ( tag ), in dhcp_tag_name()
157 ( option->tag == DHCP_ENCAPSULATOR ( tag ) ) ) { in find_dhcp_option_with_encap()
268 unsigned int encap_tag = DHCP_ENCAPSULATOR ( tag ); in set_dhcp_option()
/external/syslinux/gpxe/src/include/gpxe/
Ddhcp.h43 #define DHCP_ENCAPSULATOR( encap_opt ) ( (encap_opt) >> 8 ) macro
47 #define DHCP_IS_ENCAP_OPT( opt ) DHCP_ENCAPSULATOR( opt )