Home
last modified time | relevance | path

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

/freebsd/contrib/tcpdump/
H A Dprint-frag6.c46 ND_PRINT("%u|", GET_BE_U_2(dp->ip6f_offlg) & IP6F_OFF_MASK); in frag6_print()
56 if ((GET_BE_U_2(dp->ip6f_offlg) & IP6F_OFF_MASK) != 0) in frag6_print()
H A Dip6.h208 #define IP6F_OFF_MASK 0xfff8 /* mask out offset from ip6f_offlg */ macro
H A Dprint-icmp6.c1367 if ((GET_BE_U_2(fragh->ip6f_offlg) & IP6F_OFF_MASK) != 0) in get_upperlayer()
/freebsd/sys/netinet/
H A Dip6.h242 #define IP6F_OFF_MASK 0xfff8 /* mask out offset from _offlg */ macro
246 #define IP6F_OFF_MASK 0xf8ff /* mask out offset from _offlg */ macro
/freebsd/usr.sbin/ppp/
H A Dtcpmss.c201 ntohs(pfrag->ip6f_offlg & IP6F_OFF_MASK) == 0) in tcpmss_Check()
/freebsd/sys/netpfil/ipfw/
H A Dip_fw_log.c324 offset &= IP6F_OFF_MASK; in ipfw_log_syslog()
H A Dip_fw2.c1680 IP6F_OFF_MASK; in ipfw_chk()
3206 ((offset & IP6F_OFF_MASK) == 0) && in ipfw_chk()
/freebsd/sys/netinet6/
H A Dfrag6.c550 fragoff = ntohs(ip6f->ip6f_offlg & IP6F_OFF_MASK); in frag6_input()
H A Dip6_input.c1668 /* IP6F_OFF_MASK = 0xfff8(BigEndian), 0xf8ff(LittleEndian) */ in ip6_nexthdr()
1669 if (fh.ip6f_offlg & IP6F_OFF_MASK) in ip6_nexthdr()
H A Dicmp6.c1053 if (fh->ip6f_offlg & IP6F_OFF_MASK) in icmp6_notify_error()
/freebsd/sys/netpfil/pf/
H A Dpf_norm.c854 frent->fe_off = ntohs(fraghdr->ip6f_offlg & IP6F_OFF_MASK); in pf_reassemble6()
H A Dpf.c9723 if (ntohs((frag.ip6f_offlg & IP6F_OFF_MASK)) != 0) { in pf_walk_header6()
/freebsd/sys/netpfil/ipfilter/netinet/
H A Dfil.c814 fin->fin_off = ntohs(frag->ip6f_offlg & IP6F_OFF_MASK); in ipf_pr_fragment6()