tag | line | file | source code |
h | 371 | net/tcp/arp.c | arp = skb->h.arp; |
h | 375 | net/tcp/dev.c | skb->h.raw = (unsigned char *)(skb+1) + skb->dev->hard_header_len; |
h | 396 | net/tcp/dev.c | skb2->h.raw = (void *)((unsigned long)skb2 |
h | 397 | net/tcp/dev.c | + (unsigned long)skb->h.raw |
h | 196 | net/tcp/icmp.c | buff = skb1->h.raw; |
h | 820 | net/tcp/ip.c | iph=skb->h.iph; |
h | 858 | net/tcp/ip.c | skb->h.raw += iph->ihl*4; |
h | 882 | net/tcp/ip.c | skb2->h.raw = (void *)((unsigned long)skb2 |
h | 883 | net/tcp/ip.c | + (unsigned long)skb->h.raw |
h | 426 | net/tcp/raw.c | memcpy_tofs (to, skb->h.raw, copied); |
h | 182 | net/tcp/sock.h | } h; |
h | 279 | net/tcp/tcp.c | if (before (counted, skb->h.th->seq)) break; |
h | 280 | net/tcp/tcp.c | sum = skb->len - ( counted - skb->h.th->seq); |
h | 281 | net/tcp/tcp.c | if (skb->h.th->syn) sum ++; |
h | 282 | net/tcp/tcp.c | if (skb->h.th->urg) |
h | 284 | net/tcp/tcp.c | sum -= net16(skb->h.th->urg_ptr); |
h | 289 | net/tcp/tcp.c | if (skb->h.th->syn) amount --; |
h | 292 | net/tcp/tcp.c | if (amount && skb->h.th->psh) break; |
h | 418 | net/tcp/tcp.c | if (sk->copied_seq+1 == skb->h.th->seq && skb->h.th->urg) |
h | 531 | net/tcp/tcp.c | tcp_send_check (skb->h.th, sk->saddr, sk->daddr, |
h | 532 | net/tcp/tcp.c | skb->len-(unsigned long)skb->h.th + |
h | 535 | net/tcp/tcp.c | skb->h.seq = sk->send_seq; |
h | 794 | net/tcp/tcp.c | if (skb->len - (unsigned long)skb->h.th + |
h | 895 | net/tcp/tcp.c | skb->h.th =(struct tcp_header *) buff; |
h | 931 | net/tcp/tcp.c | skb->h.seq = sk->send_seq; |
h | 1180 | net/tcp/tcp.c | if (skb->h.th->urg && !skb->urg_used) |
h | 1182 | net/tcp/tcp.c | if (skb->h.th->urg_ptr == 0) |
h | 1184 | net/tcp/tcp.c | skb->h.th->urg_ptr = net16(skb->len); |
h | 1186 | net/tcp/tcp.c | amt = min(net16(skb->h.th->urg_ptr),len); |
h | 1188 | net/tcp/tcp.c | memcpy_tofs (to, (unsigned char *)(skb->h.th) + |
h | 1189 | net/tcp/tcp.c | skb->h.th->doff*4, amt); |
h | 1243 | net/tcp/tcp.c | while ( skb == NULL || before (sk->copied_seq+1, skb->h.th->seq) || |
h | 1321 | net/tcp/tcp.c | before (sk->copied_seq+1, sk->rqueue->next->h.th->seq) ) |
h | 1351 | net/tcp/tcp.c | offset = sk->copied_seq+1 - skb->h.th->seq; |
h | 1353 | net/tcp/tcp.c | if (skb->h.th->syn) offset --; |
h | 1358 | net/tcp/tcp.c | if (skb->h.th->urg) |
h | 1362 | net/tcp/tcp.c | sk->copied_seq += net16(skb->h.th->urg_ptr); |
h | 1363 | net/tcp/tcp.c | offset += net16(skb->h.th->urg_ptr); |
h | 1381 | net/tcp/tcp.c | memcpy_tofs(to, ((unsigned char *)skb->h.th) + |
h | 1382 | net/tcp/tcp.c | skb->h.th->doff*4 + |
h | 1395 | net/tcp/tcp.c | (!skb->h.th->urg || skb->urg_used) && |
h | 1401 | net/tcp/tcp.c | if ( skb->h.th->psh || skb->h.th->urg) |
h | 1490 | net/tcp/tcp.c | buff->h.seq = sk->send_seq; |
h | 1617 | net/tcp/tcp.c | th = skb->h.th; |
h | 1682 | net/tcp/tcp.c | newsk->acked_seq = skb->h.th->seq+1; |
h | 1683 | net/tcp/tcp.c | newsk->fin_seq = skb->h.th->seq; |
h | 1684 | net/tcp/tcp.c | newsk->copied_seq = skb->h.th->seq; |
h | 1694 | net/tcp/tcp.c | newsk->dummy_th.source = skb->h.th->dest; |
h | 1695 | net/tcp/tcp.c | newsk->dummy_th.dest = skb->h.th->source; |
h | 1710 | net/tcp/tcp.c | newsk->acked_seq = skb->h.th->seq+1; |
h | 1711 | net/tcp/tcp.c | newsk->copied_seq = skb->h.th->seq; |
h | 1713 | net/tcp/tcp.c | if (skb->h.th->doff == 5) |
h | 1719 | net/tcp/tcp.c | ptr = (unsigned char *)(skb->h.th + 1); |
h | 1768 | net/tcp/tcp.c | memcpy (t1, skb->h.th, sizeof (*t1)); |
h | 1769 | net/tcp/tcp.c | buff->h.seq = newsk->send_seq; |
h | 1771 | net/tcp/tcp.c | t1->dest = skb->h.th->source; |
h | 1783 | net/tcp/tcp.c | t1->ack_seq = net32(skb->h.th->seq+1); |
h | 1850 | net/tcp/tcp.c | after (skb->h.th->seq + skb->len + 1, sk->copied_seq)) |
h | 1940 | net/tcp/tcp.c | buff->h.seq = sk->send_seq; |
h | 1995 | net/tcp/tcp.c | while (sk->wfront != NULL && before (sk->wfront->h.seq, sk->window_seq) && |
h | 2060 | net/tcp/tcp.c | if (after( skb->h.seq, sk->window_seq)) |
h | 2143 | net/tcp/tcp.c | if (before (sk->send_head->h.seq, ack+1)) |
h | 2223 | net/tcp/tcp.c | if (after (sk->window_seq, sk->wfront->h.seq)) |
h | 2311 | net/tcp/tcp.c | th = skb->h.th; |
h | 2331 | net/tcp/tcp.c | tcp_reset (sk->saddr, sk->daddr, skb->h.th, |
h | 2365 | net/tcp/tcp.c | PRINTK (("skb1->h.th->seq = %d\n", skb1->h.th->seq)); |
h | 2366 | net/tcp/tcp.c | if (after ( th->seq+1, skb1->h.th->seq)) |
h | 2411 | net/tcp/tcp.c | if (skb->h.th->fin) |
h | 2421 | net/tcp/tcp.c | if (before(skb2->h.th->seq, sk->acked_seq+1)) |
h | 2423 | net/tcp/tcp.c | if (after (skb2->h.th->ack_seq, sk->acked_seq)) |
h | 2424 | net/tcp/tcp.c | sk->acked_seq = skb2->h.th->ack_seq; |
h | 2428 | net/tcp/tcp.c | if (skb2->h.th->fin) |
h | 2614 | net/tcp/tcp.c | buff->h.seq = sk->send_seq; |
h | 2756 | net/tcp/tcp.c | buff->h.seq = sk->send_seq; |
h | 2884 | net/tcp/tcp.c | th = skb->h.th; |
h | 283 | net/tcp/udp.c | skb->h.raw = (unsigned char *)(skb+1); |
h | 285 | net/tcp/udp.c | uh = skb->h.uh; |
h | 586 | net/tcp/udp.c | memcpy_tofs (to, skb->h.raw + sizeof (struct udp_header), copied); |
h | 592 | net/tcp/udp.c | addr.sin_port = skb->h.uh->source; |
h | 651 | net/tcp/udp.c | uh = (struct udp_header *) skb->h.uh; |
h | 117 | zBoot/inflate.c | int h; /* table level */ |
h | 199 | zBoot/inflate.c | h = -1; /* no tables yet--level -1 */ |
h | 219 | zBoot/inflate.c | h++; |
h | 245 | zBoot/inflate.c | if (h) |
h | 253 | zBoot/inflate.c | u[h] = ++q; /* table starts after link */ |
h | 257 | zBoot/inflate.c | if (h) |
h | 259 | zBoot/inflate.c | x[h] = i; /* save pattern for backing up */ |
h | 264 | zBoot/inflate.c | u[h-1][j] = r; /* connect to last table */ |
h | 297 | zBoot/inflate.c | while ((i & ((1 << w) - 1)) != x[h]) |
h | 299 | zBoot/inflate.c | h--; /* don't need to update q */ |
h | 782 | zBoot/inflate.c | unsigned h; /* maximum struct huft's malloc'ed */ |
h | 792 | zBoot/inflate.c | h = 0; |
h | 797 | zBoot/inflate.c | if (hufts > h) |
h | 798 | zBoot/inflate.c | h = hufts; |
h | 815 | zBoot/inflate.c | fprintf(stderr, "<%u> ", h); |
h | 58 | zBoot/unzip.c | uch *h = inbuf + inptr; /* first local header */ |
h | 63 | zBoot/unzip.c | inptr += LOCHDR + SH(h + LOCFIL) + SH(h + LOCEXT); |
h | 65 | zBoot/unzip.c | if (inptr > insize || LG(h) != LOCSIG) { |
h | 68 | zBoot/unzip.c | method = h[LOCHOW]; |
h | 74 | zBoot/unzip.c | if ((decrypt = h[LOCFLG] & CRPFLG) != 0) { |
h | 81 | zBoot/unzip.c | extended = (h[LOCFLG] & EXTFLG) != 0; |