Searched refs:ip6f_mf (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/sys/netpfil/ipfw/
H A Dip_fw_log.c300 u_short ip6f_mf; local
305 ip6f_mf = offset & IP6F_MORE_FRAG;
387 if (offset || ip6f_mf)
392 ntohs(offset) << 3, ip6f_mf ? "+" : "");
H A Dip_fw2.c1390 * For IPv6 offset|ip6f_mf == 0 means there is no Fragment Header
1397 u_short ip6f_mf = 0; local
1579 ip6f_mf = ((struct ip6_frag *)ulp)->ip6f_offlg &
1582 offset == 0 && ip6f_mf == 0) {
2434 oif, offset | ip6f_mf, tablearg, ip);

Completed in 111 milliseconds