Home
last modified time | relevance | path

Searched defs:IP6_VERSION (Results 1 – 2 of 2) sorted by relevance

/external/syslinux/gpxe/src/include/gpxe/
Dip6.h17 #define IP6_VERSION 0x6 macro
/external/tcpdump/
Dip6.h91 #define IP6_VERSION(ip6_hdr) (((ip6_hdr)->ip6_vfc & 0xf0) >> 4) macro