Symbol: IP_HL
usr/src/cmd/ipf/lib/ipft_ef.c
124
slen = IP_HL(ip) + extra;
usr/src/cmd/ipf/lib/ipft_td.c
170
slen = IP_HL(ip) + extra + ip->ip_len;
usr/src/cmd/ipf/lib/ipft_tx.c
315
olen = buildopts(*cpp, ipopts, (IP_HL(ip) - 5) << 2);
usr/src/cmd/ipf/lib/ipft_tx.c
318
IP_HL_A(ip, IP_HL(ip) + (olen >> 2));
usr/src/cmd/ipf/lib/ipft_tx.c
322
bcopy((char *)tcp, ((char *)ip) + (IP_HL(ip) << 2),
usr/src/cmd/ipf/lib/ipft_tx.c
325
bcopy((char *)ic, ((char *)ip) + (IP_HL(ip) << 2),
usr/src/cmd/ipf/lib/printpacket.c
52
tcp = (struct tcphdr *)((char *)ip + (IP_HL(ip) << 2));
usr/src/cmd/ipf/lib/printpacket.c
53
printf("ip %d(%d) %d", ntohs(ip->ip_len), IP_HL(ip) << 2, ip->ip_p);
usr/src/cmd/ipf/tools/ipftest.c
226
hlen = IP_HL(ip) << 2;
usr/src/cmd/ipf/tools/ipftest.c
775
ip->ip_sum = ipf_cksum((u_short *)ip, IP_HL(ip) << 2);
usr/src/cmd/ipf/tools/ipftest.c
778
csump += IP_HL(ip) << 2;
usr/src/cmd/ipf/tools/ipmon.c
1117
hl = IP_HL(ip) << 2;
usr/src/cmd/ipf/tools/ipmon.c
1206
proto, IP_HL(ipc) << 2, i);
usr/src/cmd/ipf/tools/ipmon.c
1218
IP_HL(ipc) << 2, i,
usr/src/cmd/ipf/tools/ipmon.c
1227
IP_HL(ipc) << 2, i);
usr/src/cmd/ipf/tools/ipmon.c
1233
i - (IP_HL(ipc) << 2),
usr/src/cmd/ipf/tools/ipmon_y.y
473
tcp = (tcphdr_t *)((char *)ip + (IP_HL(ip) << 2));
usr/src/uts/common/inet/ipf/fil.c
1128
off = IP_HL(ip) << 2;
usr/src/uts/common/inet/ipf/fil.c
2965
hlen = IP_HL(ip) << 2;
usr/src/uts/common/inet/ipf/ip_nat.c
2883
minlen = IP_HL(oip) << 2;
usr/src/uts/common/inet/ipf/ip_nat.c
2921
orgicmp = (icmphdr_t *)((char *)oip + (IP_HL(oip) << 2));
usr/src/uts/common/inet/ipf/ip_nat.c
2955
tcp = (tcphdr_t *)((char *)oip + (IP_HL(oip) << 2));
usr/src/uts/common/inet/ipf/ip_nat.c
3019
udp = (udphdr_t *)((((char *)oip) + (IP_HL(oip) << 2)));
usr/src/uts/common/inet/ipf/ip_proxy.c
741
nlen -= (IP_HL(ip) << 2) + (TCP_OFF(tcp) << 2);
usr/src/uts/common/inet/ipf/ip_state.c
2399
if (fin->fin_plen < ICMPERR_MAXPKTLEN + ((IP_HL(oip) - 5) << 2))
usr/src/uts/common/inet/ipf/ip_state.c
2406
if ((len <= 0) || ((IP_HL(oip) << 2) > len))
usr/src/uts/common/inet/ipf/ip_state.c
2463
(void) fr_makefrip(IP_HL(oip) << 2, oip, &ofin);
usr/src/uts/common/inet/ipf/ip_state.c
2496
icmp = (icmphdr_t *)((char *)oip + (IP_HL(oip) << 2));
usr/src/uts/common/inet/ipf/ip_state.c
2548
tcp = (tcphdr_t *)((char *)oip + (IP_HL(oip) << 2));
usr/src/uts/common/inet/ipf/netinet/ip_compat.h
1783
#ifndef IP_HL
usr/src/uts/common/inet/ipf/netinet/ip_compat.h
1801
#define IPMINLEN(i, h) ((i)->ip_len >= (IP_HL(i) * 4 + sizeof(struct h)))