Searched refs:ip_off (Results 76 - 95 of 95) sorted by relevance

1234

/freebsd-11-stable/sys/netgraph/netflow/
H A Dnetflow.c731 if ((ip->ip_off & htons(IP_OFFMASK)) == 0)
/freebsd-11-stable/sys/dev/sfxge/
H A Dsfxge_rx.c711 (iph->ip_off & htons(IP_MF | IP_OFFMASK)))
/freebsd-11-stable/sys/netpfil/ipfw/
H A Dip_fw_nat.c410 if ((ip->ip_off & htons(IP_OFFMASK)) == 0 &&
H A Dip_fw_dynamic.c2383 ip->ip_off |= htons(IP_DF);
/freebsd-11-stable/sys/netinet/
H A Dtcp_output.c1434 ip->ip_off |= htons(IP_DF);
H A Dudp_usrreq.c1418 ip->ip_off |= htons(IP_DF);
H A Dip_carp.c849 ip->ip_off = htons(IP_DF);
H A Dsctp_output.c4097 ip->ip_off = htons(IP_DF);
4099 ip->ip_off = htons(0);
11181 ip->ip_off = htons(IP_DF);
/freebsd-11-stable/sys/dev/hme/
H A Dif_hme.c1242 if (ip->ip_off & htons(IP_MF | IP_OFFMASK))
/freebsd-11-stable/contrib/ipfilter/iplang/
H A Diplang_y.y881 ip->ip_off = htons(strtol(*arg, NULL, 0));
/freebsd-11-stable/sys/contrib/ipfilter/netinet/
H A Dfil.c1281 if ((ntohs(oip->ip_off) & IP_OFFMASK) != 0) {
1283 DT2(ipf_fi_bad_icmp_err, fr_info_t, fin, u_int, (ntohs(oip->ip_off) & IP_OFFMASK));
1700 off = ntohs(ip->ip_off);
3391 /* Expects ip_len and ip_off to be in network byte order when called. */
H A Dip_nat.c5678 sum2 += ntohs(ip->ip_off) & IP_DF;
7362 ip->ip_off = 0;
/freebsd-11-stable/sys/dev/cas/
H A Dif_cas.c575 if (ip->ip_off & htons(IP_MF | IP_OFFMASK))
/freebsd-11-stable/sys/dev/gem/
H A Dif_gem.c513 if (ip->ip_off & htons(IP_MF | IP_OFFMASK))
/freebsd-11-stable/sys/dev/nxge/
H A Dif_nxge.c2555 if(header_ip->ip_off & htons(IP_MF | IP_OFFMASK))
/freebsd-11-stable/sys/netpfil/pf/
H A Dif_pfsync.c1459 ip->ip_off = htons(IP_DF);
/freebsd-11-stable/sys/net/
H A Dif_vxlan.c2349 ip->ip_off = 0;
/freebsd-11-stable/sys/dev/hyperv/netvsc/
H A Dif_hn.c843 (ntohs(ip->ip_off) & IP_DF) == 0) {
4835 if (ntohs(ip->ip_off) & (IP_OFFMASK | IP_MF))
/freebsd-11-stable/tools/tools/netmap/
H A Dpkt-gen.c1057 ip.ip_off = htons(IP_DF); /* Don't fragment */
/freebsd-11-stable/sys/dev/msk/
H A Dif_msk.c3156 if (ip->ip_off & htons(IP_MF | IP_OFFMASK))

Completed in 570 milliseconds

1234