HomeSort by: relevance | last modified time | path
    Searched refs:IP_OFFMASK (Results 1 - 18 of 18) sorted by relevancy

  /src/sys/arch/mvme68k/stand/sboot/
etherfun.h 80 #define IP_OFFMASK 0x1fff /* mask for fragmenting bits */
  /src/sys/netinet/
ip.h 68 #define IP_OFFMASK 0x1fff /* mask for fragmenting bits */
ip_reass.c 634 off = (ntohs(ip->ip_off) & IP_OFFMASK) << 3;
ip_output.c 853 ipoff = ntohs(ip->ip_off) & IP_OFFMASK;
  /src/sys/dist/pf/net/
pf_norm.c 356 #define FR_IP_OFF(fr) ((ntohs((fr)->fr_ip->ip_off) & IP_OFFMASK) << 3)
366 u_int16_t off = (ntohs(ip->ip_off) & IP_OFFMASK) << 3;
429 off = (ntohs(ip->ip_off) & IP_OFFMASK) << 3;
866 u_int16_t fragoff = (ntohs(h->ip_off) & IP_OFFMASK) << 3;
pf_osfp.c 136 if ((ip->ip_off & htons(IP_OFFMASK)) != 0)
pf.c 4506 if (h2.ip_off & htons(IP_OFFMASK)) {
5025 u_int16_t fragoff = (ntohs(h->ip_off) & IP_OFFMASK) << 3;
5798 if (h->ip_off & htons(IP_MF | IP_OFFMASK)) {
  /src/sys/netipsec/
xform_ipip.c 393 ipo->ip_off &= ~ htons(IP_DF | IP_MF | IP_OFFMASK);
ipsec.c 878 if (ip->ip_off & htons(IP_MF | IP_OFFMASK))
886 if (ih.ip_off & htons(IP_MF | IP_OFFMASK))
  /src/sys/external/bsd/ipf/netinet/
ip_compat.h 496 #ifndef IP_OFFMASK
497 # define IP_OFFMASK 0x1fff
fil.c 1292 if ((ntohs(oip->ip_off) & IP_OFFMASK) != 0) {
1294 DT2(ipf_fi_bad_icmp_err, fr_info_t, fin, u_int, (ntohs(oip->ip_off) & IP_OFFMASK));
1728 off &= IP_MF|IP_OFFMASK;
1732 off &= IP_OFFMASK;
  /src/sys/kern/
uipc_mbufdebug.c 587 (*pr)("IP: Offset = %u\n", (offset & IP_OFFMASK));
  /src/sys/dev/ic/
hme.c 783 (ntohs(ip->ip_off) & (IP_MF | IP_OFFMASK)) != 0)
i82557.c 1268 (ntohs(ip->ip_off) & (IP_MF | IP_OFFMASK)) != 0)
gem.c 1881 (ntohs(ip->ip_off) & (IP_MF | IP_OFFMASK)))
  /src/sys/altq/
altq_subr.c 904 if (ip_off & IP_OFFMASK) {
  /src/sys/arch/sgimips/mace/
if_mec.c 1781 (ntohs(ip->ip_off) & (IP_MF | IP_OFFMASK)) != 0)
  /src/sys/dev/pci/
if_ti.c 2001 if ((ip->ip_off & htons(IP_MF | IP_OFFMASK)) == 0) {

Completed in 38 milliseconds