Searched refs:IP_MF (Results 1 - 25 of 38) sorted by relevance

12

/freebsd-9.3-release/sys/ofed/drivers/net/mlx4/
H A Den_frag.c146 flush_session(priv, session, IP_MF);
153 flush_session(priv, session, IP_MF);
173 if (!(ntohs(iph->ip_off) & IP_MF))
189 flush_session(priv, session, IP_MF);
/freebsd-9.3-release/contrib/ipfilter/ipsd/Celler/
H A Dip_compat.h45 #ifndef IP_MF
46 # define IP_MF ((u_short)0x2000) macro
/freebsd-9.3-release/contrib/ipfilter/ipsend/.OLD/
H A Dip_compat.h45 #ifndef IP_MF
46 # define IP_MF ((u_short)0x2000) macro
/freebsd-9.3-release/contrib/tcpdump/
H A Dip.h59 #define IP_MF 0x2000 /* more fragments flag */ macro
H A Dprint-ip.c309 { IP_MF, "+" },
379 ipds->off & (IP_MF|IP_OFFMASK));
385 ipds->off & (IP_MF|IP_OFFMASK));
391 ipds->off & (IP_MF|IP_OFFMASK));
H A Dprint-esp.c614 if (EXTRACT_16BITS(&ip->ip_off) & IP_MF)
/freebsd-9.3-release/contrib/ipfilter/ipsend/
H A Diptests.c294 ip->ip_off = htons(IP_MF);
302 ip->ip_off = htons(IP_MF);
336 ip->ip_off = htons(IP_MF);
347 ip->ip_off = htons(IP_MF | (i >> 3));
367 ip->ip_off = htons(IP_MF);
381 ip->ip_off = htons(IP_MF | (i >> 3));
407 ip->ip_off = htons(IP_MF);
418 ip->ip_off = htons(IP_MF | (i >> 3));
1329 ip->ip_off = htons(IP_MF);
1338 ip->ip_off = htons(IP_MF);
[all...]
H A Dip.c210 ip->ip_off |= htons(IP_MF);
216 ip->ip_off ^= htons(IP_MF);
233 if (!(ntohs(ip->ip_off) & IP_MF))
/freebsd-9.3-release/sbin/natd/
H A Dicmp.c54 if (ntohs (failedDgram->ip_off) & ~(IP_MF | IP_DF))
/freebsd-9.3-release/sys/netinet/
H A Dip.h64 #define IP_MF 0x2000 /* more fragments flag */ macro
H A Dip_output.c811 mhip->ip_off |= IP_MF;
846 ip->ip_off |= IP_MF;
H A Dtcp_lro.c324 if (ip4->ip_off & htons(IP_MF|IP_OFFMASK))
H A Dip_input.c730 if (ip->ip_off & (IP_MF | IP_OFFMASK)) {
913 if (ip->ip_off & IP_MF) {
1069 /* Make sure the last packet didn't have the IP_MF flag */
H A Dip_icmp.c232 if (oip->ip_off & ~(IP_MF|IP_DF))
/freebsd-9.3-release/sys/netpfil/ipfw/
H A Dip_fw_log.c448 if (ipoff & (IP_MF | IP_OFFMASK))
453 (ipoff & IP_MF) ? "+" : "");
H A Dip_fw_pfil.c322 if (ntohs(ip->ip_off) & (IP_MF | IP_OFFMASK)) {
/freebsd-9.3-release/sbin/dhclient/
H A Dbpf.c243 dhcp_bpf_wfilter[7].k = htons(IP_MF|IP_OFFMASK);
/freebsd-9.3-release/sys/netipsec/
H A Dxform_ipip.c443 ipo->ip_off &= ~(IP_DF | IP_MF | IP_OFFMASK);
H A Dipsec.c599 if (ip->ip_off & (IP_MF | IP_OFFMASK))
607 if (ih.ip_off & (IP_MF | IP_OFFMASK))
/freebsd-9.3-release/sys/contrib/ipfilter/netinet/
H A Dip_frag.c525 if (!(ip->ip_off & IP_MF))
H A Dip_fil_freebsd.c1103 mhip->ip_off |= IP_MF;
1124 ip->ip_off = htons((u_short)IP_MF);
H A Dip_compat.h2161 #ifndef IP_MF
2162 # define IP_MF ((u_short)0x2000) macro
/freebsd-9.3-release/contrib/ipfilter/tools/
H A Dipmon.c1266 ipoff & IP_MF ? "+" : "",
1282 ipoff & IP_MF ? "+" : "",
/freebsd-9.3-release/sys/contrib/altq/altq/
H A Daltq_subr.c1242 if (ip_off & IP_MF)
1927 if ((ntohs(ip->ip_off) & IP_MF) == 0)
/freebsd-9.3-release/sys/net/
H A Dif_gre.c365 if (ip->ip_off & (IP_MF | IP_OFFMASK)) {

Completed in 300 milliseconds

12