Searched refs:IP6F_MORE_FRAG (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.3-release/contrib/tcpdump/
H A Dip6.h187 #define IP6F_MORE_FRAG 0x0001 /* more-fragments flag */ macro
/freebsd-10.3-release/sys/netinet/
H A Dip6.h243 #define IP6F_MORE_FRAG 0x0001 /* more-fragments flag */ macro
247 #define IP6F_MORE_FRAG 0x0100 /* more-fragments flag */ macro
/freebsd-10.3-release/sys/netinet6/
H A Dfrag6.c210 if ((ip6f->ip6f_offlg & IP6F_MORE_FRAG) &&
381 ip6af->ip6af_mff = ip6f->ip6f_offlg & IP6F_MORE_FRAG;
H A Dip6_output.c248 ip6f->ip6f_offlg |= IP6F_MORE_FRAG;
/freebsd-10.3-release/sys/netpfil/ipfw/
H A Dip_fw_log.c440 ip6f_mf = offset & IP6F_MORE_FRAG;
519 if (offset & (IP6F_OFF_MASK | IP6F_MORE_FRAG))
H A Dip_fw2.c1089 IP6F_MORE_FRAG;
/freebsd-10.3-release/sys/netpfil/pf/
H A Dpf_norm.c692 frent->fe_mff = fraghdr->ip6f_offlg & IP6F_MORE_FRAG;
/freebsd-10.3-release/sys/contrib/ipfilter/netinet/
H A Dfil.c850 if ((frag->ip6f_offlg & IP6F_MORE_FRAG) != 0) {

Completed in 191 milliseconds