| /netbsd-src/regress/sys/net/frag/ |
| H A D | ip4_frag_1.c | 93 first = ((foff & IP_MF) == 0); in create_ip_packet() 165 p = create_ip_packet(target, 0 | IP_MF, 1480); in test_case_0() 184 p = create_ip_packet(target, 0 | IP_MF, 48); in test_case_1() 203 p = create_ip_packet(target, 0 | IP_MF, 48); in test_case_2() 222 p = create_ip_packet(target, 0 | IP_MF, 48); in test_case_3() 240 p = create_ip_packet(target, 0 | IP_MF, 48); in test_case_4() 243 p = create_ip_packet(target, 6 | IP_MF, 96); in test_case_4() 271 p = create_ip_packet(target, off | IP_MF, 1480); in test_case_5() 291 p = create_ip_packet(target, 0 | IP_MF, 48); in test_case_6()
|
| /netbsd-src/external/bsd/ipf/dist/ipsend/ |
| H A D | iptests.c | 297 ip->ip_off = htons(IP_MF); 305 ip->ip_off = htons(IP_MF); 339 ip->ip_off = htons(IP_MF); 350 ip->ip_off = htons(IP_MF | (i >> 3)); 370 ip->ip_off = htons(IP_MF); 384 ip->ip_off = htons(IP_MF | (i >> 3)); 410 ip->ip_off = htons(IP_MF); 421 ip->ip_off = htons(IP_MF | (i >> 3)); 1332 ip->ip_off = htons(IP_MF); 1341 ip->ip_off = htons(IP_MF); [all …]
|
| H A D | ip.c | 208 ip->ip_off |= htons(IP_MF); 214 ip->ip_off ^= htons(IP_MF); 231 if (!(ntohs(ip->ip_off) & IP_MF))
|
| /netbsd-src/external/bsd/ipf/dist/ipsd/Celler/ |
| H A D | ip_compat.h | 45 #ifndef IP_MF 46 # define IP_MF ((u_short)0x2000) macro
|
| /netbsd-src/tests/net/net/ |
| H A D | t_ip_reass.c | 285 packet2->hdr.ip_off = htons(IP_MF | 0x20); in ATF_TC_BODY() 338 ip->ip_off = htons(IP_MF | 0x10); in ATF_TC_BODY() 397 ip->ip_off = htons(IP_MF | 0x1fff); in ATF_TC_BODY()
|
| /netbsd-src/external/mpl/dhcp/dist/includes/netinet/ |
| H A D | ip.h | 56 #define IP_MF 0x2000 /* more fragments flag */ macro
|
| /netbsd-src/sys/arch/mvme68k/stand/sboot/ |
| H A D | etherfun.h | 79 #define IP_MF 0x2000 /* more fragments flag */ macro
|
| /netbsd-src/sys/netinet/ |
| H A D | ip.h | 67 #define IP_MF 0x2000 /* more fragments flag */ macro
|
| H A D | ip_output.c | 842 ipflg = ntohs(ip->ip_off) & (IP_RF|IP_DF|IP_MF); in ip_fragment() 893 mhip->ip_off |= IP_MF; in ip_fragment() 934 ip->ip_off |= htons(IP_MF); in ip_fragment()
|
| H A D | ip_reass.c | 650 mff = (ip->ip_off & htons(IP_MF)) != 0; in ip_reass_packet()
|
| H A D | ip_icmp.c | 277 if (oip->ip_off &~ htons(IP_MF|IP_DF)) in icmp_error()
|
| /netbsd-src/sys/netmpls/ |
| H A D | mpls_ttl.c | 191 if (oip->ip_off &~ htons(IP_MF|IP_DF)) in mpls_icmp_error()
|
| /netbsd-src/tests/net/icmp/ |
| H A D | t_ping.c | 425 ip->ip_off |= IP_MF; in ATF_TC_BODY()
|
| /netbsd-src/sys/kern/ |
| H A D | uipc_mbufdebug.c | 579 if (offset & IP_MF) in m_examine_ip() 580 (*pr)("IP: Flag 0x%04x (more fragment)\n", IP_MF); in m_examine_ip()
|
| /netbsd-src/sys/netipsec/ |
| H A D | xform_ipip.c | 393 ipo->ip_off &= ~ htons(IP_DF | IP_MF | IP_OFFMASK); in ipip_output()
|
| H A D | ipsec.c | 878 if (ip->ip_off & htons(IP_MF | IP_OFFMASK)) in ipsec4_get_ulp() 886 if (ih.ip_off & htons(IP_MF | IP_OFFMASK)) in ipsec4_get_ulp()
|
| /netbsd-src/sys/external/bsd/ipf/netinet/ |
| H A D | ip_compat.h | 1110 #ifndef IP_MF 1111 # define IP_MF ((u_short)0x2000) macro
|
| H A D | ip_fil_netbsd.c | 1319 mhip->ip_off |= IP_MF; in ipf_fastroute() 1342 ip->ip_off = htons((u_short)IP_MF); in ipf_fastroute()
|
| /netbsd-src/sys/altq/ |
| H A D | altq_subr.c | 978 if (ip_off & IP_MF) in extract_ports4() 1618 if ((ntohs(ip->ip_off) & IP_MF) == 0) in ip4f_lookup()
|
| /netbsd-src/external/bsd/ipf/dist/tools/ |
| H A D | ipmon.c | 1329 ipoff & IP_MF ? "+" : "", in print_ipflog() 1345 ipoff & IP_MF ? "+" : "", in print_ipflog()
|
| /netbsd-src/sys/dev/ic/ |
| H A D | hme.c | 783 (ntohs(ip->ip_off) & (IP_MF | IP_OFFMASK)) != 0) in hme_get()
|
| H A D | i82557.c | 1268 (ntohs(ip->ip_off) & (IP_MF | IP_OFFMASK)) != 0) in fxp_rx_hwcksum()
|
| H A D | gem.c | 1881 (ntohs(ip->ip_off) & (IP_MF | IP_OFFMASK))) in gem_rint()
|
| /netbsd-src/sys/arch/sgimips/mace/ |
| H A D | if_mec.c | 1781 (ntohs(ip->ip_off) & (IP_MF | IP_OFFMASK)) != 0) in mec_rxcsum()
|
| /netbsd-src/sys/dist/pf/net/ |
| H A D | pf_norm.c | 864 int mff = (ntohs(h->ip_off) & IP_MF);
|