Searched refs:ip6_vfc (Results 1 – 4 of 4) sorted by relevance
90 #define ip6_vfc ip6_ctlun.ip6_un2_vfc macro91 #define IP6_VERSION(ip6_hdr) (((ip6_hdr)->ip6_vfc & 0xf0) >> 4)
92 #define ip6_vfc ip6_ctlun.ip6_un2_vfc macro
77 printf("version = %x\n",header->ip6_vfc >> 4); in dump_ip6()
161 ip6->ip6_vfc = 6 << 4; in fill_ip6_header()