Home
last modified time | relevance | path

Searched refs:IP_OFFMASK (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/cmd/ipf/lib/
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/libsa/
H A Dip.c161 if ((ntohs(p->ipq_hdr->ip_off) & IP_OFFMASK) < in ip_reasm_add()
162 (ntohs(ip->ip_off) & IP_OFFMASK)) { in ip_reasm_add()
274 (ntohs(ip->ip_off) & IP_OFFMASK) == 0) { in readipv4()
322 ipr->ip_total_size = (8 * (ntohs(ip->ip_off) & IP_OFFMASK)); in readipv4()
350 if ((ntohs(ipq->ipq_hdr->ip_off) & IP_OFFMASK) != n / 8) { in readipv4()
/illumos-gate/usr/src/uts/common/io/myri10ge/drv/
H A Dmyri10ge_lro.c29 #define IP_OFFMASK 0x1fff macro
156 if (ip->ip_off & htons(IP_MF|IP_OFFMASK)) in myri10ge_lro_rx()
/illumos-gate/usr/src/boot/include/netinet/
H A Dip.h65 #define IP_OFFMASK 0x1fff /* mask for fragmenting bits */ macro
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipmon.c1119 off = ipoff & IP_OFFMASK;
1192 if (!(ipoff & IP_OFFMASK) &&
1207 } else if (!(ipoff & IP_OFFMASK) &&
1229 if (ipoff & IP_OFFMASK) {
1234 (ipoff & IP_OFFMASK) << 3,
1247 if (off & IP_OFFMASK)
1250 plen - hl, (off & IP_OFFMASK) << 3,
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dpppd.h911 #define IP_OFFMASK 0x1fff macro
H A Dipcp.c1948 if ((get_ipoff(pkt) & IP_OFFMASK) != 0) {
H A Dsys-solaris.c1529 if ((get_ipoff(bp) & IP_OFFMASK) != 0) { in dump_packet()
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_compat.h1545 #ifndef IP_OFFMASK
1546 # define IP_OFFMASK 0x1fff macro
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dfil.c1015 if ((ntohs(oip->ip_off) & IP_OFFMASK) != 0)
1358 off &= IP_MF|IP_OFFMASK;
1365 off &= IP_OFFMASK;