Home
last modified time | relevance | path

Searched refs:ip6f_offlg (Results 1 – 14 of 14) sorted by relevance

/freebsd/contrib/tcpdump/
H A Dprint-frag6.c48 GET_BE_U_2(dp->ip6f_offlg) & IP6F_OFF_MASK, in frag6_print()
53 GET_BE_U_2(dp->ip6f_offlg) & IP6F_OFF_MASK, in frag6_print()
59 if ((GET_BE_U_2(dp->ip6f_offlg) & IP6F_OFF_MASK) != 0) in frag6_print()
H A Dip6.h204 nd_uint16_t ip6f_offlg; /* offset, reserved, and flag */ member
H A Dprint-icmp6.c1366 if (!ND_TTEST_2(fragh->ip6f_offlg)) in get_upperlayer()
1369 if ((GET_BE_U_2(fragh->ip6f_offlg) & IP6F_OFF_MASK) != 0) in get_upperlayer()
/freebsd/sys/netinet6/
H A Dfrag6.c479 if ((ip6f->ip6f_offlg & IP6F_MORE_FRAG) && in frag6_input()
497 if ((ip6f->ip6f_offlg & ~IP6F_RESERVED_MASK) == 0) { in frag6_input()
550 fragoff = ntohs(ip6f->ip6f_offlg & IP6F_OFF_MASK); in frag6_input()
653 offsetof(struct ip6_frag, ip6f_offlg)); in frag6_input()
663 offsetof(struct ip6_frag, ip6f_offlg)); in frag6_input()
705 offsetof(struct ip6_frag, ip6f_offlg)); in frag6_input()
714 ip6af->ip6af_mff = (ip6f->ip6f_offlg & IP6F_MORE_FRAG) ? true : false; in frag6_input()
H A Din6_rss.c271 if ((ip6f->ip6f_offlg & ~IP6F_RESERVED_MASK) == 0) { in rss_mbuf_software_hash_v6()
H A Dip6_output.c279 ip6f->ip6f_offlg = htons((u_short)((off - hlen) & ~7)); in ip6_fragment()
283 ip6f->ip6f_offlg |= IP6F_MORE_FRAG; in ip6_fragment()
H A Dip6_input.c1658 if (fh.ip6f_offlg & IP6F_OFF_MASK) in ip6_nexthdr()
H A Dicmp6.c1050 if (fh->ip6f_offlg & IP6F_OFF_MASK) in icmp6_notify_error()
/freebsd/sys/netinet/
H A Dip6.h237 u_int16_t ip6f_offlg; /* offset, reserved, and flag */ member
/freebsd/usr.sbin/ppp/
H A Dtcpmss.c201 ntohs(pfrag->ip6f_offlg & IP6F_OFF_MASK) == 0) in tcpmss_Check()
/freebsd/sys/netpfil/ipfw/nat64/
H A Dnat64_translate.c525 ip->ip_off = htons(ntohs(frag->ip6f_offlg) >> 3); in nat64_init_ip4hdr()
526 if (frag->ip6f_offlg & IP6F_MORE_FRAG) in nat64_init_ip4hdr()
588 ip6f.ip6f_offlg = ntohs(offset); in nat64_fragment6()
590 ip6f.ip6f_offlg |= IP6F_MORE_FRAG; in nat64_fragment6()
1629 if ((frag->ip6f_offlg & IP6F_MORE_FRAG) != 0 && in nat64_do_handle_ip6()
/freebsd/sys/netpfil/pf/
H A Dpf_norm.c843 frent->fe_off = ntohs(fraghdr->ip6f_offlg & IP6F_OFF_MASK); in pf_reassemble6()
844 frent->fe_mff = fraghdr->ip6f_offlg & IP6F_MORE_FRAG; in pf_reassemble6()
/freebsd/sys/netpfil/ipfw/
H A Dip_fw2.c1639 offset = ((struct ip6_frag *)ulp)->ip6f_offlg & in ipfw_chk()
1641 ip6f_mf = ((struct ip6_frag *)ulp)->ip6f_offlg & in ipfw_chk()
/freebsd/sys/netpfil/ipfilter/netinet/
H A Dfil.c801 if ((frag->ip6f_offlg & IP6F_MORE_FRAG) != 0) { in ipf_pr_fragment6()
814 fin->fin_off = ntohs(frag->ip6f_offlg & IP6F_OFF_MASK); in ipf_pr_fragment6()