Home
last modified time | relevance | path

Searched refs:IP6F_OFF_MASK (Results 1 – 11 of 11) sorted by relevance

/freebsd-13.1/contrib/tcpdump/
H A Dprint-frag6.c49 EXTRACT_16BITS(&dp->ip6f_offlg) & IP6F_OFF_MASK, in frag6_print()
54 EXTRACT_16BITS(&dp->ip6f_offlg) & IP6F_OFF_MASK, in frag6_print()
60 if ((EXTRACT_16BITS(&dp->ip6f_offlg) & IP6F_OFF_MASK) != 0) in frag6_print()
H A Dip6.h197 #define IP6F_OFF_MASK 0xfff8 /* mask out offset from ip6f_offlg */ macro
H A Dprint-icmp6.c1219 if ((EXTRACT_16BITS(&fragh->ip6f_offlg) & IP6F_OFF_MASK) != 0) in get_upperlayer()
/freebsd-13.1/sys/netinet/
H A Dip6.h243 #define IP6F_OFF_MASK 0xfff8 /* mask out offset from _offlg */ macro
247 #define IP6F_OFF_MASK 0xf8ff /* mask out offset from _offlg */ macro
/freebsd-13.1/sys/netpfil/ipfw/
H A Dip_fw_log.c308 offset &= IP6F_OFF_MASK; in ipfw_log()
H A Dip_fw2.c1627 IP6F_OFF_MASK; in ipfw_chk()
3013 ((offset & IP6F_OFF_MASK) == 0) && in ipfw_chk()
/freebsd-13.1/sys/netinet6/
H A Dfrag6.c489 fragoff = ntohs(ip6f->ip6f_offlg & IP6F_OFF_MASK); in frag6_input()
H A Dip6_input.c1658 if (fh.ip6f_offlg & IP6F_OFF_MASK) in ip6_nexthdr()
H A Dicmp6.c1032 if (fh->ip6f_offlg & IP6F_OFF_MASK) in icmp6_notify_error()
/freebsd-13.1/sys/netpfil/pf/
H A Dpf_norm.c845 frent->fe_off = ntohs(fraghdr->ip6f_offlg & IP6F_OFF_MASK); in pf_reassemble6()
/freebsd-13.1/sys/netpfil/ipfilter/netinet/
H A Dfil.c820 fin->fin_off = ntohs(frag->ip6f_offlg & IP6F_OFF_MASK); in ipf_pr_fragment6()