Searched refs:ip_hl (Results 1 – 19 of 19) sorted by relevance
99 hlen = ip->ip_hl << 2; in ip_input()272 int hlen = ip->ip_hl << 2; in ip_reass()408 m->m_len += (ip->ip_hl << 2); in ip_reass()409 m->m_data -= (ip->ip_hl << 2); in ip_reass()515 cnt = (ip->ip_hl << 2) - sizeof (struct ip);711 olen = (ip->ip_hl<<2) - sizeof (struct ip);717 ip->ip_hl = sizeof(struct ip) >> 2;
232 shlen=ip->ip_hl << 2; in icmp_error()299 ip->ip_hl = hlen >> 2; in icmp_error()325 int hlen = ip->ip_hl << 2; in icmp_reflect()352 ip->ip_hl = hlen >> 2; in icmp_reflect()
80 u_int ip_hl:4; /* header length */ member82 u_int ip_hl:4; /* header length */
107 #define ICMP_ADVLEN(p) (8 + ((p)->icmp_ip.ip_hl << 2) + 8)
80 ip->ip_hl = hlen >> 2; in ip_output()
230 shlen=ip->ip_hl << 2; in icmp_error()297 ip->ip_hl = hlen >> 2; in icmp_error()323 int hlen = ip->ip_hl << 2; in icmp_reflect()350 ip->ip_hl = hlen >> 2; in icmp_reflect()
78 ip_hl:4; /* header length */ member80 u_int ip_hl:4, /* header length */
105 #define ICMP_ADVLEN(p) (8 + ((p)->icmp_ip.ip_hl << 2) + 8)
153 #define ICMP_ADVLEN(p) (8 + ((p)->icmp_ip.ip_hl << 2) + 8)
206 ip.ip_hl = sizeof(struct ip) / 4; in send_via_bpf()
739 ip->ip_hl = sizeof(*ip) >> 2; in make_udp_packet()795 packet.ip.ip_hl = 0; in valid_udp_packet()
365 u_char ip_hl:4, ip_v:4; member
6625 offset = (ip->ip_hl << 2) + sizeof(struct sctphdr);6633 sh = (struct sctphdr *)((caddr_t)ip + (ip->ip_hl << 2));
4218 ip->ip_hl = (sizeof(struct ip) >> 2);11575 ip->ip_hl = (sizeof(struct ip) >> 2);
533 sh = (struct sctphdr *)((caddr_t)ip + (ip->ip_hl << 2));
261 extralen += sizeof(*udp) + ip->ip_hl;
654 - Enable "ip_hl vs. ip_vhl" workaround for OSF4 too.