Searched refs:IP6F_OFF_MASK (Results 1 – 6 of 6) sorted by relevance
115 #define IP6F_OFF_MASK 0xfff8 /* mask out offset from _offlg */ macro119 #define IP6F_OFF_MASK 0xf8ff /* mask out offset from _offlg */ macro
568 if ((ipv6ext_frag->ip6f_offlg & IP6F_OFF_MASK) != 0) in print_ipv6_extensions()811 fragoffset = ntohs(ipv6ext_frag->ip6f_offlg & IP6F_OFF_MASK); in prt_fragment_hdr()
744 #define IP6F_OFF_MASK 0xf8ff macro1342 #if !defined(IP6F_OFF_MASK)1343 # define IP6F_OFF_MASK 0xf8ff macro
2097 if ((frag_off & IP6F_OFF_MASK) != 0) { in mac_mmc_parse_l3()
6407 firstbyte = ntohs(fraghdr->ip6f_offlg & IP6F_OFF_MASK); in ipsec_fragcache_add()6554 IP6F_OFF_MASK); in ipsec_fragcache_add()6758 IP6F_OFF_MASK); in ipsec_fragcache_add()
650 fin->fin_off = ntohs(frag->ip6f_offlg & IP6F_OFF_MASK);