Searched refs:IP6_VERSION (Results 1 – 2 of 2) sorted by relevance
237 if (IP6_VERSION(ip6) != 6) { in ip6_print()238 ND_PRINT((ndo,"version error: %u != 6", IP6_VERSION(ip6))); in ip6_print()
91 #define IP6_VERSION(ip6_hdr) (((ip6_hdr)->ip6_vfc & 0xf0) >> 4) macro