HomeSort by relevance Sort by last modified time
    Searched refs:DHCP_ENCAPSULATOR (Results 1 - 2 of 2) sorted by null

  /external/syslinux/gpxe/src/net/
dhcpopts.c 47 DHCP_ENCAPSULATOR ( tag ),
157 ( option->tag == DHCP_ENCAPSULATOR ( tag ) ) ) {
268 unsigned int encap_tag = DHCP_ENCAPSULATOR ( tag );
  /external/syslinux/gpxe/src/include/gpxe/
dhcp.h 43 #define DHCP_ENCAPSULATOR( encap_opt ) ( (encap_opt) >> 8 )
47 #define DHCP_IS_ENCAP_OPT( opt ) DHCP_ENCAPSULATOR( opt )

Completed in 133 milliseconds