Searched defs:IP6_VERSION (Results 1 – 2 of 2) sorted by relevance
/external/syslinux/gpxe/src/include/gpxe/ | ||
D | ip6.h | 17 #define IP6_VERSION 0x6 macro |
/external/tcpdump/ | ||
D | ip6.h | 91 #define IP6_VERSION(ip6_hdr) (((ip6_hdr)->ip6_vfc & 0xf0) >> 4) macro |