Home
last modified time | relevance | path

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

/dflybsd-src/contrib/tcpdump/
H A Dprint-ip6.c252 if (IP6_VERSION(ip6) != 6) { in ip6_print()
253 ND_PRINT("version error: %u != 6", IP6_VERSION(ip6)); in ip6_print()
H A Dip6.h91 #define IP6_VERSION(ip6_hdr) ((GET_U_1((ip6_hdr)->ip6_vfc) & 0xf0) >> 4) macro