Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dip6.h244 #define IP6F_MORE_FRAG 0x0001 /* more-fragments flag */ macro
248 #define IP6F_MORE_FRAG 0x0100 /* more-fragments flag */ macro
/freebsd/contrib/tcpdump/
H A Dip6.h210 #define IP6F_MORE_FRAG 0x0001 /* more-fragments flag */ macro
/freebsd/sys/netinet6/
H A Dfrag6.c479 if ((ip6f->ip6f_offlg & IP6F_MORE_FRAG) && in frag6_input()
714 ip6af->ip6af_mff = (ip6f->ip6f_offlg & IP6F_MORE_FRAG) ? true : false; in frag6_input()
H A Dip6_output.c283 ip6f->ip6f_offlg |= IP6F_MORE_FRAG; in ip6_fragment()
/freebsd/sys/netpfil/ipfw/nat64/
H A Dnat64_translate.c526 if (frag->ip6f_offlg & IP6F_MORE_FRAG) in nat64_init_ip4hdr()
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/ipfw/
H A Dip_fw_log.c323 ip6f_mf = offset & IP6F_MORE_FRAG; in ipfw_log_syslog()
H A Dip_fw2.c1682 IP6F_MORE_FRAG; in ipfw_chk()
/freebsd/sys/netpfil/pf/
H A Dpf_norm.c855 frent->fe_mff = fraghdr->ip6f_offlg & IP6F_MORE_FRAG; in pf_reassemble6()
H A Dpf.c9728 if (frag.ip6f_offlg & IP6F_MORE_FRAG) in pf_walk_header6()
/freebsd/sys/netpfil/ipfilter/netinet/
H A Dfil.c801 if ((frag->ip6f_offlg & IP6F_MORE_FRAG) != 0) { in ipf_pr_fragment6()