taglinefilesource code
t1571net/tcp/tcp.cstruct tcp_header *t1;
t1597net/tcp/tcp.ct1 = (struct tcp_header *)(buff + 1);
t1607net/tcp/tcp.ct1 = (struct tcp_header *)((char *)t1 +tmp);
t1609net/tcp/tcp.cmemcpy (t1, th, sizeof (*t1)); /* this should probably be removed. */
t1612net/tcp/tcp.ct1->dest = th->source;
t1613net/tcp/tcp.ct1->source = th->dest;
t1614net/tcp/tcp.ct1->seq = net32(sequence);
t1615net/tcp/tcp.ct1->ack = 1;
t1617net/tcp/tcp.ct1->window = net16(sk->window);
t1618net/tcp/tcp.ct1->res1=0;
t1619net/tcp/tcp.ct1->res2=0;
t1620net/tcp/tcp.ct1->rst = 0;
t1621net/tcp/tcp.ct1->urg = 0;
t1622net/tcp/tcp.ct1->syn = 0;
t1623net/tcp/tcp.ct1->psh = 0;
t1624net/tcp/tcp.ct1->fin = 0;
t1638net/tcp/tcp.ct1->ack_seq = net32(ack);
t1639net/tcp/tcp.ct1->doff = sizeof (*t1)/4;
t1640net/tcp/tcp.ctcp_send_check (t1, sk->saddr, daddr, sizeof (*t1), sk);
t1985net/tcp/tcp.cstruct tcp_header *t1;
t11023net/tcp/tcp.ct1 = (struct tcp_header *)((char *)(buff+1) +tmp);
t11025net/tcp/tcp.cmemcpy (t1,(void *) &sk->dummy_th, sizeof (*t1));
t11026net/tcp/tcp.ct1->seq = net32(sk->send_seq);
t11027net/tcp/tcp.ct1->ack = 1;
t11028net/tcp/tcp.ct1->res1=0;
t11029net/tcp/tcp.ct1->res2=0;
t11030net/tcp/tcp.ct1->rst = 0;
t11031net/tcp/tcp.ct1->urg = 0;
t11032net/tcp/tcp.ct1->syn = 0;
t11033net/tcp/tcp.ct1->psh = 0;
t11037net/tcp/tcp.ct1->window = net16(sk->window);
t11038net/tcp/tcp.ct1->ack_seq = net32(sk->acked_seq);
t11039net/tcp/tcp.ct1->doff = sizeof (*t1)/4;
t11040net/tcp/tcp.ctcp_send_check (t1, sk->saddr, sk->daddr, sizeof (*t1), sk);
t11429net/tcp/tcp.cstruct tcp_header *t1,*th;
t11466net/tcp/tcp.cbuff->len = sizeof (*t1);
t11468net/tcp/tcp.ct1=(struct tcp_header *)(buff + 1);
t11481net/tcp/tcp.ct1 = (struct tcp_header *)((char *)t1 +tmp);
t11485net/tcp/tcp.cmemcpy (t1, th, sizeof (*t1));
t11487net/tcp/tcp.ct1->seq = net32(sk->send_seq);
t11491net/tcp/tcp.ct1->ack = 1;
t11493net/tcp/tcp.ct1->ack_seq = net32(sk->acked_seq);
t11494net/tcp/tcp.ct1->window = net16(sk->prot->rspace(sk));
t11495net/tcp/tcp.ct1->fin = 1;
t11496net/tcp/tcp.ct1->rst = 0;
t11498net/tcp/tcp.ct1->doff = sizeof (*t1)/4;
t11499net/tcp/tcp.ctcp_send_check (t1, sk->saddr, sk->daddr, sizeof (*t1), sk);
t11558net/tcp/tcp.cstruct tcp_header *t1;
t11567net/tcp/tcp.cbuff->len = sizeof (*t1);
t11571net/tcp/tcp.ct1=(struct tcp_header *)(buff + 1);
t11580net/tcp/tcp.ct1 = (struct tcp_header *)((char *)t1 +tmp);
t11582net/tcp/tcp.cmemcpy (t1, th, sizeof (*t1));
t11584net/tcp/tcp.ct1->dest = th->source;
t11585net/tcp/tcp.ct1->source = th->dest;
t11586net/tcp/tcp.ct1->seq = th->ack_seq; /* add one so it will be in
t11588net/tcp/tcp.ct1->rst = 1;
t11589net/tcp/tcp.ct1->ack = 0;
t11590net/tcp/tcp.ct1->syn = 0;
t11591net/tcp/tcp.ct1->urg = 0;
t11592net/tcp/tcp.ct1->fin = 0;
t11593net/tcp/tcp.ct1->psh = 0;
t11594net/tcp/tcp.ct1->doff = sizeof (*t1)/4;
t11595net/tcp/tcp.ctcp_send_check (t1, saddr, daddr, sizeof (*t1), NULL);
t11612net/tcp/tcp.cstruct tcp_header *t1;
t11747net/tcp/tcp.ct1=(struct tcp_header *)(buff + 1);
t11766net/tcp/tcp.ct1 = (struct tcp_header *)((char *)t1 +tmp);
t11768net/tcp/tcp.cmemcpy (t1, skb->h.th, sizeof (*t1));
t11771net/tcp/tcp.ct1->dest = skb->h.th->source;
t11772net/tcp/tcp.ct1->source = newsk->dummy_th.source;
t11773net/tcp/tcp.ct1->seq = net32(newsk->send_seq++);
t11774net/tcp/tcp.ct1->ack = 1;
t11776net/tcp/tcp.ct1->window = net16(newsk->window);
t11777net/tcp/tcp.ct1->res1=0;
t11778net/tcp/tcp.ct1->res2=0;
t11779net/tcp/tcp.ct1->rst = 0;
t11780net/tcp/tcp.ct1->urg = 0;
t11781net/tcp/tcp.ct1->psh = 0;
t11782net/tcp/tcp.ct1->syn = 1;
t11783net/tcp/tcp.ct1->ack_seq = net32(skb->h.th->seq+1);
t11784net/tcp/tcp.ct1->doff = sizeof (*t1)/4+1;
t11786net/tcp/tcp.cptr = (unsigned char *)(t1+1);
t11792net/tcp/tcp.ctcp_send_check (t1, daddr, saddr, sizeof (*t1)+4, newsk);
t11827net/tcp/tcp.cstruct tcp_header *t1,*th;
t11920net/tcp/tcp.cbuff->len = sizeof (*t1);
t11921net/tcp/tcp.ct1=(struct tcp_header *)(buff + 1);
t11934net/tcp/tcp.ct1 = (struct tcp_header *)((char *)t1 +tmp);
t11937net/tcp/tcp.cmemcpy (t1, th, sizeof (*t1));
t11938net/tcp/tcp.ct1->seq = net32(sk->send_seq);
t11941net/tcp/tcp.ct1->ack = 1;
t11945net/tcp/tcp.ct1->ack_seq = net32(sk->acked_seq);
t11946net/tcp/tcp.ct1->window = net16(sk->prot->rspace(sk));
t11947net/tcp/tcp.ct1->fin = 1;
t11948net/tcp/tcp.ct1->rst = need_reset;
t11949net/tcp/tcp.ct1->doff = sizeof (*t1)/4;
t11950net/tcp/tcp.ctcp_send_check (t1, sk->saddr, sk->daddr, sizeof (*t1), sk);
t12589net/tcp/tcp.ct1 = (struct tcp_header *)(buff + 1);
t12600net/tcp/tcp.ct1 = (struct tcp_header *)((char *)t1 +tmp);
t12602net/tcp/tcp.cmemcpy (t1, th, sizeof (*t1));
t12605net/tcp/tcp.ct1->dest = th->source;
t12606net/tcp/tcp.ct1->source = th->dest;
t12609net/tcp/tcp.ct1->seq = net32(sk->send_seq);
t12615net/tcp/tcp.ct1->window = net16(sk->prot->rspace(sk));
t12617net/tcp/tcp.ct1->res1=0;
t12618net/tcp/tcp.ct1->res2=0;
t12619net/tcp/tcp.ct1->rst = 0;
t12620net/tcp/tcp.ct1->urg = 0;
t12621net/tcp/tcp.ct1->syn = 0;
t12622net/tcp/tcp.ct1->psh = 0;
t12623net/tcp/tcp.ct1->ack = 1; 
t12624net/tcp/tcp.ct1->fin = 0;
t12625net/tcp/tcp.ct1->ack_seq = net32(sk->acked_seq);
t12627net/tcp/tcp.ct1->doff = sizeof (*t1)/4;
t12628net/tcp/tcp.ctcp_send_check (t1, sk->saddr, sk->daddr, sizeof (*t1), sk);
t12712net/tcp/tcp.cstruct tcp_header *t1;
t12739net/tcp/tcp.ct1=(struct tcp_header *)(buff + 1);
t12752net/tcp/tcp.ct1 = (struct tcp_header *)((char *)t1 +tmp);
t12754net/tcp/tcp.cmemcpy (t1, (void *)&(sk->dummy_th), sizeof (*t1));
t12755net/tcp/tcp.ct1->seq = net32(sk->send_seq++);
t12757net/tcp/tcp.ct1->ack = 0;
t12758net/tcp/tcp.ct1->window = 2;
t12759net/tcp/tcp.ct1->res1=0;
t12760net/tcp/tcp.ct1->res2=0;
t12761net/tcp/tcp.ct1->rst = 0;
t12762net/tcp/tcp.ct1->urg = 0;
t12763net/tcp/tcp.ct1->psh = 0;
t12764net/tcp/tcp.ct1->syn = 1;
t12765net/tcp/tcp.ct1->urg_ptr = 0;
t12766net/tcp/tcp.ct1->doff =6;
t12768net/tcp/tcp.cptr=(unsigned char *)(t1+1);
t12774net/tcp/tcp.ctcp_send_check (t1, sk->saddr, sk->daddr,
t13306net/tcp/tcp.cstruct tcp_header *t1;
t13322net/tcp/tcp.ct1=(struct tcp_header *)(buff + 1);
t13334net/tcp/tcp.ct1 = (struct tcp_header *)((char *)t1 +tmp);
t13336net/tcp/tcp.cmemcpy (t1,(void *) &sk->dummy_th, sizeof (*t1));
t13340net/tcp/tcp.ct1->seq = net32(sk->send_seq-1);
t13341net/tcp/tcp.ct1->ack = 1; 
t13342net/tcp/tcp.ct1->res1= 0;
t13343net/tcp/tcp.ct1->res2= 0;
t13344net/tcp/tcp.ct1->rst = 0;
t13345net/tcp/tcp.ct1->urg = 0;
t13346net/tcp/tcp.ct1->psh = 0;
t13347net/tcp/tcp.ct1->fin = 0;
t13348net/tcp/tcp.ct1->syn = 0;
t13349net/tcp/tcp.ct1->ack_seq = net32(sk->acked_seq);
t13350net/tcp/tcp.ct1->window = net16(sk->prot->rspace(sk));
t13351net/tcp/tcp.ct1->doff = sizeof (*t1)/4;
t13352net/tcp/tcp.ctcp_send_check (t1, sk->saddr, sk->daddr, sizeof (*t1), sk);