Home
last modified time | relevance | path

Searched refs:IP_MF (Results 1 – 25 of 26) sorted by relevance

12

/f-stack/freebsd/netinet/
H A Dip.h66 #define IP_MF 0x2000 /* more fragments flag */ macro
H A Din_rss.c255 if (ip->ip_off & htons(IP_MF | IP_OFFMASK)) in rss_mbuf_software_hash_v4()
H A Dip_reass.c226 ((ip->ip_off & htons(IP_MF)) && (ntohs(ip->ip_len) & 0x7) != 0)) { in ip_reass()
232 if (ip->ip_off & htons(IP_MF)) in ip_reass()
H A Dip_output.c1015 mhip->ip_off |= IP_MF; in ip_fragment()
1046 ip->ip_off = htons(ip_off | IP_MF); in ip_fragment()
H A Dip_icmp.c239 if (oip->ip_off & htons(~(IP_MF|IP_DF))) in icmp_error()
H A Dip_input.c807 if (ip->ip_off & htons(IP_MF | IP_OFFMASK)) { in ip_input()
H A Dtcp_lro.c414 if (ip4->ip_off & htons(IP_MF|IP_OFFMASK)) in tcp_lro_rx_ipv4()
/f-stack/tools/compat/include/netinet/
H A Dip.h66 #define IP_MF 0x2000 /* more fragments flag */ macro
/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw_log.c403 if (ipoff & (IP_MF | IP_OFFMASK)) in ipfw_log()
408 (ipoff & IP_MF) ? "+" : ""); in ipfw_log()
H A Dip_fw_pfil.c474 if (ntohs(ip->ip_off) & (IP_MF | IP_OFFMASK)) { in ipfw_divert()
H A Dip_fw2.c3173 if ((ip_off & (IP_MF | IP_OFFMASK)) == 0) in ipfw_chk()
/f-stack/freebsd/netpfil/ipfw/nat64/
H A Dnat64_translate.c528 ip->ip_off |= htons(IP_MF); in nat64_init_ip4hdr()
590 if (len < plen || (ip_off & htons(IP_MF)) != 0) in nat64_fragment6()
804 if (ip->ip_off & ~ntohs(IP_MF|IP_DF)) { in nat64_icmp_reflect()
1259 ip_off = ip->ip_off & htons(IP_OFFMASK | IP_MF); in nat64_do_handle_ip4()
1262 if ((ip->ip_off & htons(IP_MF)) != 0 && (plen & 0x7) != 0) { in nat64_do_handle_ip4()
H A Dnat64lsn.c624 if ((ret & (IP_MF | IP_OFFMASK)) != 0) { in nat64lsn_translate4()
/f-stack/freebsd/net/
H A Ddebugnet_inet.c193 if ((ip->ip_off & (IP_MF | IP_OFFMASK)) != 0) { in debugnet_handle_ip()
H A Dif_me.c590 if (ip->ip_off & htons(IP_MF | IP_OFFMASK)) { in me_transmit()
/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_compat.h829 #ifndef IP_MF
830 # define IP_MF ((u_short)0x2000) macro
H A Dip_fil_freebsd.c887 mhip->ip_off |= IP_MF;
908 ip->ip_off = htons((u_short)IP_MF);
H A Dfil.c1727 off &= IP_MF|IP_OFFMASK;
1729 int morefrag = off & IP_MF;
/f-stack/freebsd/netipsec/
H A Dipsec.c503 if (ip->ip_off & htons(IP_MF | IP_OFFMASK)) in ipsec4_get_ulp()
511 if (ih.ip_off & htons(IP_MF | IP_OFFMASK)) in ipsec4_get_ulp()
/f-stack/freebsd/netgraph/
H A Dng_checksum.c346 if (ip4->ip_off & htons(IP_MF|IP_OFFMASK)) { in checksum_ipv4()
/f-stack/freebsd/netpfil/pf/
H A Dpf_norm.c763 frent->fe_mff = ntohs(ip->ip_off) & IP_MF; in pf_reassemble()
798 ip->ip_off &= ~(IP_MF|IP_OFFMASK); in pf_reassemble()
1025 int mff = (ntohs(h->ip_off) & IP_MF); in pf_normalize_ip()
/f-stack/freebsd/net/altq/
H A Daltq_subr.c1206 if (ip_off & IP_MF)
1876 if ((ntohs(ip->ip_off) & IP_MF) == 0)
/f-stack/freebsd/netinet/libalias/
H A Dalias.c1391 if (ntohs(pip->ip_off) & IP_MF) { in LibAliasInLocked()
H A Dalias_sctp.c747 if (ntohs(pip->ip_off) & IP_MF) { in SctpAlias()
/f-stack/tools/ipfw/
H A Dipfw2.c182 { "mf", IP_MF >> 8 },

12