Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet6/
H A Dfrag6.c420 if ((ip6f->ip6f_offlg & IP6F_MORE_FRAG) && in frag6_input()
438 if ((ip6f->ip6f_offlg & ~IP6F_RESERVED_MASK) == 0) { in frag6_input()
491 fragoff = ntohs(ip6f->ip6f_offlg & IP6F_OFF_MASK); in frag6_input()
603 offsetof(struct ip6_frag, ip6f_offlg)); in frag6_input()
620 offsetof(struct ip6_frag, ip6f_offlg)); in frag6_input()
662 offsetof(struct ip6_frag, ip6f_offlg)); in frag6_input()
672 ip6af->ip6af_mff = (ip6f->ip6f_offlg & IP6F_MORE_FRAG) ? true : false; in frag6_input()
H A Din6_rss.c279 if ((ip6f->ip6f_offlg & ~IP6F_RESERVED_MASK) == 0) { in rss_mbuf_software_hash_v6()
H A Dip6_output.c301 ip6f->ip6f_offlg = htons((u_short)((off - hlen) & ~7)); in ip6_fragment()
305 ip6f->ip6f_offlg |= IP6F_MORE_FRAG; in ip6_fragment()
H A Dip6_input.c1659 if (fh.ip6f_offlg & IP6F_OFF_MASK) in ip6_nexthdr()
H A Dicmp6.c1029 if (fh->ip6f_offlg & IP6F_OFF_MASK) in icmp6_notify_error()
/f-stack/freebsd/netinet/
H A Dip6.h234 u_int16_t ip6f_offlg; /* offset, reserved, and flag */ member
/f-stack/freebsd/netpfil/ipfw/nat64/
H A Dnat64_translate.c526 ip->ip_off = htons(ntohs(frag->ip6f_offlg) >> 3); in nat64_init_ip4hdr()
527 if (frag->ip6f_offlg & IP6F_MORE_FRAG) in nat64_init_ip4hdr()
589 ip6f.ip6f_offlg = ntohs(offset); in nat64_fragment6()
591 ip6f.ip6f_offlg |= IP6F_MORE_FRAG; in nat64_fragment6()
1634 if ((frag->ip6f_offlg & IP6F_MORE_FRAG) != 0 && in nat64_do_handle_ip6()
/f-stack/freebsd/netpfil/pf/
H A Dpf_norm.c841 frent->fe_off = ntohs(fraghdr->ip6f_offlg & IP6F_OFF_MASK); in pf_reassemble6()
842 frent->fe_mff = fraghdr->ip6f_offlg & IP6F_MORE_FRAG; in pf_reassemble6()
/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw2.c1605 offset = ((struct ip6_frag *)ulp)->ip6f_offlg & in ipfw_chk()
1607 ip6f_mf = ((struct ip6_frag *)ulp)->ip6f_offlg & in ipfw_chk()
/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dfil.c818 if ((frag->ip6f_offlg & IP6F_MORE_FRAG) != 0) {
831 fin->fin_off = ntohs(frag->ip6f_offlg & IP6F_OFF_MASK);