ip_off 784 dev/ic/hme.c if (ip->ip_off & htons(IP_MF | IP_OFFMASK)) ip_off 1886 dev/pci/if_sk.c if (ip->ip_off & htons(IP_MF | IP_OFFMASK)) ip_off 2389 net/if_bridge.c ip_mtudisc && (ip->ip_off & htons(IP_DF)) && ip_off 2651 net/if_bridge.c if (ip->ip_off & htons(IP_DF)) { ip_off 2774 net/if_bridge.c ip->ip_off &= htons(IP_DF); ip_off 1578 net/if_pfsync.c ip->ip_off = htons(IP_DF); ip_off 1671 net/pf.c h->ip_off = htons(ip_mtudisc ? IP_DF : 0); ip_off 4257 net/pf.c if (h2.ip_off & htons(IP_OFFMASK)) { ip_off 4776 net/pf.c u_int16_t fragoff = (ntohs(h->ip_off) & IP_OFFMASK) << 3; ip_off 5090 net/pf.c if (ip->ip_off & htons(IP_DF)) { ip_off 5416 net/pf.c if (h->ip_off & htons(IP_MF | IP_OFFMASK)) { ip_off 319 net/pf_norm.c #define FR_IP_OFF(fr) ((ntohs((fr)->fr_ip->ip_off) & IP_OFFMASK) << 3) ip_off 329 net/pf_norm.c u_int16_t off = (ntohs(ip->ip_off) & IP_OFFMASK) << 3; ip_off 391 net/pf_norm.c ip->ip_off = htons(ntohs(ip->ip_off) + (precut >> 3)); ip_off 392 net/pf_norm.c off = (ntohs(ip->ip_off) & IP_OFFMASK) << 3; ip_off 409 net/pf_norm.c frea->fr_ip->ip_off = htons(ntohs(frea->fr_ip->ip_off) + ip_off 526 net/pf_norm.c u_int16_t off = ntohs(h->ip_off) << 3; ip_off 646 net/pf_norm.c h->ip_off = htons(ntohs(h->ip_off) + ip_off 824 net/pf_norm.c int mff = (ntohs(h->ip_off) & IP_MF); ip_off 826 net/pf_norm.c u_int16_t fragoff = (ntohs(h->ip_off) & IP_OFFMASK) << 3; ip_off 829 net/pf_norm.c int ip_off; ip_off 869 net/pf_norm.c if (r->rule_flag & PFRULE_NODF && h->ip_off & htons(IP_DF)) { ip_off 870 net/pf_norm.c u_int16_t ip_off = h->ip_off; ip_off 872 net/pf_norm.c h->ip_off &= htons(~IP_DF); ip_off 873 net/pf_norm.c h->ip_sum = pf_cksum_fixup(h->ip_sum, ip_off, h->ip_off, 0); ip_off 884 net/pf_norm.c if (h->ip_off & htons(IP_DF)) { ip_off 890 net/pf_norm.c ip_off = (ntohs(h->ip_off) & IP_OFFMASK) << 3; ip_off 977 net/pf_norm.c if (h->ip_off & ~htons(IP_DF)) { ip_off 978 net/pf_norm.c u_int16_t ip_off = h->ip_off; ip_off 980 net/pf_norm.c h->ip_off &= htons(IP_DF); ip_off 981 net/pf_norm.c h->ip_sum = pf_cksum_fixup(h->ip_sum, ip_off, h->ip_off, 0); ip_off 128 net/pf_osfp.c if ((ip->ip_off & htons(IP_OFFMASK)) != 0) ip_off 141 net/pf_osfp.c if (ip->ip_off & htons(IP_DF)) ip_off 195 net/slcompress.c if ((ip->ip_off & htons(0x3fff)) || m->m_len < 40) ip_off 522 netinet/igmp.c ip->ip_off = 0; ip_off 59 netinet/ip.h u_int16_t ip_off; /* fragment offset field */ ip_off 238 netinet/ip_ah.c ip->ip_off &= htons(IP_DF); ip_off 240 netinet/ip_ah.c ip->ip_off = 0; ip_off 1054 netinet/ip_carp.c ip->ip_off = htons(IP_DF); ip_off 373 netinet/ip_ether.c ipo->ip_off = 0; ip_off 157 netinet/ip_icmp.c if (oip->ip_off & htons(IP_OFFMASK)) ip_off 255 netinet/ip_icmp.c nip->ip_off = 0; ip_off 538 netinet/ip_input.c if (ip->ip_off &~ htons(IP_DF | IP_RF)) { ip_off 567 netinet/ip_input.c mff = (ip->ip_off & htons(IP_MF)) != 0; ip_off 580 netinet/ip_input.c ip->ip_off = htons(ntohs(ip->ip_off) << 3); ip_off 587 netinet/ip_input.c if (mff || ip->ip_off) { ip_off 800 netinet/ip_input.c if (ntohs(q->ipqe_ip->ip_off) > ntohs(ipqe->ipqe_ip->ip_off)) ip_off 809 netinet/ip_input.c i = ntohs(p->ipqe_ip->ip_off) + ntohs(p->ipqe_ip->ip_len) - ip_off 810 netinet/ip_input.c ntohs(ipqe->ipqe_ip->ip_off); ip_off 815 netinet/ip_input.c ipqe->ipqe_ip->ip_off = ip_off 816 netinet/ip_input.c htons(ntohs(ipqe->ipqe_ip->ip_off) + i); ip_off 827 netinet/ip_input.c ntohs(ipqe->ipqe_ip->ip_off) + ntohs(ipqe->ipqe_ip->ip_len) > ip_off 828 netinet/ip_input.c ntohs(q->ipqe_ip->ip_off); q = nq) { ip_off 829 netinet/ip_input.c i = (ntohs(ipqe->ipqe_ip->ip_off) + ip_off 830 netinet/ip_input.c ntohs(ipqe->ipqe_ip->ip_len)) - ntohs(q->ipqe_ip->ip_off); ip_off 834 netinet/ip_input.c q->ipqe_ip->ip_off = ip_off 835 netinet/ip_input.c htons(ntohs(q->ipqe_ip->ip_off) + i); ip_off 859 netinet/ip_input.c if (ntohs(q->ipqe_ip->ip_off) != next) ip_off 451 netinet/ip_ipip.c offsetof(struct ip, ip_off), ip_off 452 netinet/ip_ipip.c sizeof(u_int16_t), (caddr_t) &ipo->ip_off); ip_off 453 netinet/ip_ipip.c NTOHS(ipo->ip_off); ip_off 454 netinet/ip_ipip.c ipo->ip_off &= ~(IP_DF | IP_MF | IP_OFFMASK); ip_off 455 netinet/ip_ipip.c HTONS(ipo->ip_off); ip_off 467 netinet/ip_ipip.c ipo->ip_off = 0; ip_off 3136 netinet/ip_mroute.c if (ntohs(ip->ip_off) & IP_DF) ip_off 3137 netinet/ip_mroute.c ip_outer->ip_off |= htons(IP_DF); ip_off 154 netinet/ip_output.c ip->ip_off &= htons(IP_DF); ip_off 565 netinet/ip_output.c ip->ip_off |= htons(IP_DF); ip_off 603 netinet/ip_output.c if (ip_mtudisc && (ip->ip_off & htons(IP_DF)) && tdb->tdb_mtu && ip_off 745 netinet/ip_output.c if (ip->ip_off & htons(IP_DF)) { ip_off 856 netinet/ip_output.c mhip->ip_off = ((off - hlen) >> 3) + ip_off 857 netinet/ip_output.c (ntohs(ip->ip_off) & ~IP_MF); ip_off 858 netinet/ip_output.c if (ip->ip_off & htons(IP_MF)) ip_off 859 netinet/ip_output.c mhip->ip_off |= IP_MF; ip_off 863 netinet/ip_output.c mhip->ip_off |= IP_MF; ip_off 873 netinet/ip_output.c mhip->ip_off = htons((u_int16_t)mhip->ip_off); ip_off 894 netinet/ip_output.c ip->ip_off |= htons(IP_MF); ip_off 194 netinet/ipsec_output.c setdf = ip->ip_off & htons(IP_DF); ip_off 276 netinet/ipsec_output.c ip->ip_off |= htons(IP_DF); ip_off 215 netinet/raw_ip.c ip->ip_off = htons(0);