Searched refs:IP6F_OFF_MASK (Results 1 - 12 of 12) sorted by relevance

/freebsd-10.3-release/contrib/tcpdump/
H A Dprint-frag6.c57 EXTRACT_16BITS(&dp->ip6f_offlg) & IP6F_OFF_MASK,
62 EXTRACT_16BITS(&dp->ip6f_offlg) & IP6F_OFF_MASK,
69 if ((EXTRACT_16BITS(&dp->ip6f_offlg) & IP6F_OFF_MASK) != 0)
H A Dip6.h185 #define IP6F_OFF_MASK 0xfff8 /* mask out offset from ip6f_offlg */ macro
H A Dprint-icmp6.c645 if ((EXTRACT_16BITS(&fragh->ip6f_offlg) & IP6F_OFF_MASK) != 0)
/freebsd-10.3-release/sys/netinet/
H A Dip6.h241 #define IP6F_OFF_MASK 0xfff8 /* mask out offset from _offlg */ macro
245 #define IP6F_OFF_MASK 0xf8ff /* mask out offset from _offlg */ macro
/freebsd-10.3-release/sys/netpfil/ipfw/
H A Dip_fw_log.c441 offset &= IP6F_OFF_MASK;
519 if (offset & (IP6F_OFF_MASK | IP6F_MORE_FRAG))
H A Dip_fw2.c1087 IP6F_OFF_MASK;
2298 ((offset & IP6F_OFF_MASK) == 0) &&
/freebsd-10.3-release/sys/netinet6/
H A Dfrag6.c310 fragoff = ntohs(ip6f->ip6f_offlg & IP6F_OFF_MASK);
H A Dip6_input.c1759 /* IP6F_OFF_MASK = 0xfff8(BigEndian), 0xf8ff(LittleEndian) */
1760 if (fh.ip6f_offlg & IP6F_OFF_MASK)
H A Dicmp6.c1091 if (fh->ip6f_offlg & IP6F_OFF_MASK)
/freebsd-10.3-release/sys/net/
H A Dflowtable.c365 IP6F_OFF_MASK;
/freebsd-10.3-release/sys/netpfil/pf/
H A Dpf_norm.c691 frent->fe_off = ntohs(fraghdr->ip6f_offlg & IP6F_OFF_MASK);
/freebsd-10.3-release/sys/contrib/ipfilter/netinet/
H A Dfil.c861 fin->fin_off = ntohs(frag->ip6f_offlg & IP6F_OFF_MASK);

Completed in 227 milliseconds