Home
last modified time | relevance | path

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

/openbsd-src/sys/netinet/
H A Dip.h62 #define IP_MF 0x2000 /* more fragments flag */ macro
H A Dip_output.c730 (ntohs(ip->ip_off) & ~IP_MF); in ip_fragment()
731 if (ip->ip_off & htons(IP_MF)) in ip_fragment()
732 mhip->ip_off |= IP_MF; in ip_fragment()
736 mhip->ip_off |= IP_MF; in ip_fragment()
756 ip->ip_off |= htons(IP_MF); in ip_fragment()
H A Dip_ipip.c418 ipo->ip_off &= ~(IP_DF | IP_MF | IP_OFFMASK); in ipip_output()
H A Dip_input.c648 if (ISSET(ip->ip_off, htons(IP_OFFMASK | IP_MF))) { in ip_fragcheck()
663 mff = ISSET(ip->ip_off, htons(IP_MF)); in ip_fragcheck()
H A Dtcp_output.c1225 if (ISSET(ip->ip_off, htons(IP_OFFMASK | IP_MF)) || in tcp_chopper()
/openbsd-src/sbin/dhcpleased/
H A Dbpf.c171 dhcp_bpf_wfilter[7].k = htons(IP_MF|IP_OFFMASK); in get_bpf_sock()
/openbsd-src/usr.sbin/npppd/npppd/
H A Dnpppd_subr.c316 if ((ip_off & IP_MF) || ((ip_off & IP_OFFMASK) != 0)) in ip_is_idle_packet()
495 if (pip->ip_p != IPPROTO_TCP || (ip_off & IP_MF) != 0 || in adjust_tcp_mss()
/openbsd-src/usr.sbin/tcpdump/
H A Dprint-ip.c573 (off & IP_MF)? "+" : ""); in ip_print()
/openbsd-src/sys/net/
H A Dpf_norm.c800 frent->fe_mff = ntohs(ip->ip_off) & IP_MF; in pf_reassemble()
833 ip->ip_off &= ~(IP_MF|IP_OFFMASK); in pf_reassemble()
1044 u_int16_t mff = (ntohs(h->ip_off) & IP_MF); in pf_normalize_ip()
H A Dif_ethersubr.c1174 if (ISSET(ntohs(ext->ip4->ip_off), IP_MF|IP_OFFMASK)) in ether_extract_headers()
H A Dpipex.c2865 (ip_off & IP_MF) != 0 || (ip_off & IP_OFFMASK) != 0) in adjust_tcp_mss()
2952 if ((ip_off & IP_MF) || ((ip_off & IP_OFFMASK) != 0)) in ip_is_idle_packet()
H A Dpf.c6989 if ((h->ip_off & htons(IP_MF | IP_OFFMASK)) != 0 && in pf_walk_header()
7322 pd->virtual_proto = (h->ip_off & htons(IP_MF | IP_OFFMASK)) ? in pf_setup_pdesc()