Searched refs:IP_OFFMASK (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/cmd/ipf/lib/common/
H A Dprintpacket.c11 #ifndef IP_OFFMASK
12 # define IP_OFFMASK 0x3fff macro
54 if (off & IP_OFFMASK)
57 if (!(off & IP_OFFMASK))
62 if (!(off & IP_OFFMASK)) {
/illumos-gate/usr/src/boot/include/netinet/
H A Dip.h65 #define IP_OFFMASK 0x1fff /* mask for fragmenting bits */ macro
/illumos-gate/usr/src/uts/common/io/myri10ge/drv/
H A Dmyri10ge_lro.c34 #define IP_OFFMASK 0x1fff macro
161 if (ip->ip_off & htons(IP_MF|IP_OFFMASK))
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipmon.c1115 off = ipoff & IP_OFFMASK;
1188 if (!(ipoff & IP_OFFMASK) &&
1203 } else if (!(ipoff & IP_OFFMASK) &&
1225 if (ipoff & IP_OFFMASK) {
1230 (ipoff & IP_OFFMASK) << 3,
1243 if (off & IP_OFFMASK)
1246 plen - hl, (off & IP_OFFMASK) << 3,
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dpppd.h904 #define IP_OFFMASK 0x1fff macro
H A Dipcp.c1955 if ((get_ipoff(pkt) & IP_OFFMASK) != 0) {
H A Dsys-solaris.c1588 if ((get_ipoff(bp) & IP_OFFMASK) != 0) {
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_compat.h1540 #ifndef IP_OFFMASK
1541 # define IP_OFFMASK 0x1fff macro
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dfil.c1014 if ((ntohs(oip->ip_off) & IP_OFFMASK) != 0)
1357 off &= IP_MF|IP_OFFMASK;
1364 off &= IP_OFFMASK;

Completed in 116 milliseconds