taglinefilesource code
t11295net/inet/tcp.cstruct tcphdr *t1;
t11332net/inet/tcp.ct1 =(struct tcphdr *) buff->data;
t11347net/inet/tcp.ct1 =(struct tcphdr *)((char *)t1 +tmp);
t11349net/inet/tcp.cmemcpy(t1, th, sizeof(*t1));
t11355net/inet/tcp.ct1->dest = th->source;
t11356net/inet/tcp.ct1->source = th->dest;
t11357net/inet/tcp.ct1->seq = ntohl(sequence);
t11358net/inet/tcp.ct1->ack = 1;
t11360net/inet/tcp.ct1->window = ntohs(sk->window);
t11361net/inet/tcp.ct1->res1 = 0;
t11362net/inet/tcp.ct1->res2 = 0;
t11363net/inet/tcp.ct1->rst = 0;
t11364net/inet/tcp.ct1->urg = 0;
t11365net/inet/tcp.ct1->syn = 0;
t11366net/inet/tcp.ct1->psh = 0;
t11367net/inet/tcp.ct1->fin = 0;
t11395net/inet/tcp.ct1->ack_seq = ntohl(ack);
t11396net/inet/tcp.ct1->doff = sizeof(*t1)/4;
t11397net/inet/tcp.ctcp_send_check(t1, sk->saddr, daddr, sizeof(*t1), sk);
t11791net/inet/tcp.cstruct tcphdr *t1;
t11834net/inet/tcp.ct1 =(struct tcphdr *)(buff->data +tmp);
t11836net/inet/tcp.cmemcpy(t1,(void *) &sk->dummy_th, sizeof(*t1));
t11837net/inet/tcp.ct1->seq = htonl(sk->sent_seq);
t11838net/inet/tcp.ct1->ack = 1;
t11839net/inet/tcp.ct1->res1 = 0;
t11840net/inet/tcp.ct1->res2 = 0;
t11841net/inet/tcp.ct1->rst = 0;
t11842net/inet/tcp.ct1->urg = 0;
t11843net/inet/tcp.ct1->syn = 0;
t11844net/inet/tcp.ct1->psh = 0;
t11848net/inet/tcp.ct1->window = ntohs(sk->window);
t11849net/inet/tcp.ct1->ack_seq = ntohl(sk->acked_seq);
t11850net/inet/tcp.ct1->doff = sizeof(*t1)/4;
t11851net/inet/tcp.ctcp_send_check(t1, sk->saddr, sk->daddr, sizeof(*t1), sk);
t12301net/inet/tcp.cstruct tcphdr *t1;
t12323net/inet/tcp.cbuff->len = sizeof(*t1);
t12325net/inet/tcp.ct1 =(struct tcphdr *) buff->data;
t12358net/inet/tcp.ct1 =(struct tcphdr *)((char *)t1 +tmp);
t12361net/inet/tcp.cmemcpy(t1, th, sizeof(*t1));
t12362net/inet/tcp.ct1->seq = ntohl(sk->write_seq);
t12365net/inet/tcp.ct1->ack = 1;
t12366net/inet/tcp.ct1->ack_seq = ntohl(sk->acked_seq);
t12367net/inet/tcp.ct1->window = ntohs(sk->window=tcp_select_window(sk));
t12368net/inet/tcp.ct1->fin = 1;
t12369net/inet/tcp.ct1->rst = 0;
t12370net/inet/tcp.ct1->doff = sizeof(*t1)/4;
t12371net/inet/tcp.ctcp_send_check(t1, sk->saddr, sk->daddr, sizeof(*t1), sk);
t12491net/inet/tcp.cstruct tcphdr *t1;
t12511net/inet/tcp.cbuff->len = sizeof(*t1);
t12516net/inet/tcp.ct1 =(struct tcphdr *) buff->data;
t12531net/inet/tcp.ct1 =(struct tcphdr *)((char *)t1 +tmp);
t12533net/inet/tcp.cmemcpy(t1, th, sizeof(*t1));
t12539net/inet/tcp.ct1->dest = th->source;
t12540net/inet/tcp.ct1->source = th->dest;
t12541net/inet/tcp.ct1->rst = 1;  
t12542net/inet/tcp.ct1->window = 0;
t12546net/inet/tcp.ct1->ack = 0;
t12547net/inet/tcp.ct1->seq = th->ack_seq;
t12548net/inet/tcp.ct1->ack_seq = 0;
t12552net/inet/tcp.ct1->ack = 1;
t12554net/inet/tcp.ct1->ack_seq=htonl(th->seq);
t12556net/inet/tcp.ct1->ack_seq=htonl(th->seq+1);
t12557net/inet/tcp.ct1->seq=0;
t12560net/inet/tcp.ct1->syn = 0;
t12561net/inet/tcp.ct1->urg = 0;
t12562net/inet/tcp.ct1->fin = 0;
t12563net/inet/tcp.ct1->psh = 0;
t12564net/inet/tcp.ct1->doff = sizeof(*t1)/4;
t12565net/inet/tcp.ctcp_send_check(t1, saddr, daddr, sizeof(*t1), NULL);
t12665net/inet/tcp.cstruct tcphdr *t1;
t12856net/inet/tcp.ct1 =(struct tcphdr *) buff->data;
t12883net/inet/tcp.ct1 =(struct tcphdr *)((char *)t1 +tmp);
t12885net/inet/tcp.cmemcpy(t1, skb->h.th, sizeof(*t1));
t12890net/inet/tcp.ct1->dest = skb->h.th->source;
t12891net/inet/tcp.ct1->source = newsk->dummy_th.source;
t12892net/inet/tcp.ct1->seq = ntohl(newsk->write_seq++);
t12893net/inet/tcp.ct1->ack = 1;
t12896net/inet/tcp.ct1->window = ntohs(newsk->window);
t12897net/inet/tcp.ct1->res1 = 0;
t12898net/inet/tcp.ct1->res2 = 0;
t12899net/inet/tcp.ct1->rst = 0;
t12900net/inet/tcp.ct1->urg = 0;
t12901net/inet/tcp.ct1->psh = 0;
t12902net/inet/tcp.ct1->syn = 1;
t12903net/inet/tcp.ct1->ack_seq = ntohl(skb->h.th->seq+1);
t12904net/inet/tcp.ct1->doff = sizeof(*t1)/4+1;
t12905net/inet/tcp.cptr =(unsigned char *)(t1+1);
t12911net/inet/tcp.ctcp_send_check(t1, daddr, saddr, sizeof(*t1)+4, newsk);
t14249net/inet/tcp.cstruct tcphdr *t1;
t14297net/inet/tcp.ct1 = (struct tcphdr *) buff->data;
t14320net/inet/tcp.ct1 = (struct tcphdr *)((char *)t1 +tmp);
t14322net/inet/tcp.cmemcpy(t1,(void *)&(sk->dummy_th), sizeof(*t1));
t14323net/inet/tcp.ct1->seq = ntohl(sk->write_seq++);
t14326net/inet/tcp.ct1->ack = 0;
t14327net/inet/tcp.ct1->window = 2;
t14328net/inet/tcp.ct1->res1=0;
t14329net/inet/tcp.ct1->res2=0;
t14330net/inet/tcp.ct1->rst = 0;
t14331net/inet/tcp.ct1->urg = 0;
t14332net/inet/tcp.ct1->psh = 0;
t14333net/inet/tcp.ct1->syn = 1;
t14334net/inet/tcp.ct1->urg_ptr = 0;
t14335net/inet/tcp.ct1->doff = 6;
t14371net/inet/tcp.cptr = (unsigned char *)(t1+1);
t14376net/inet/tcp.ctcp_send_check(t1, sk->saddr, sk->daddr,
t14889net/inet/tcp.cstruct tcphdr *t1;
t14921net/inet/tcp.ct1 = (struct tcphdr *) buff->data;
t14933net/inet/tcp.ct1 = (struct tcphdr *)((char *)t1 +tmp);
t14935net/inet/tcp.cmemcpy(t1,(void *) &sk->dummy_th, sizeof(*t1));
t14942net/inet/tcp.ct1->seq = htonl(sk->sent_seq-1);
t14943net/inet/tcp.ct1->ack = 1; 
t14944net/inet/tcp.ct1->res1= 0;
t14945net/inet/tcp.ct1->res2= 0;
t14946net/inet/tcp.ct1->rst = 0;
t14947net/inet/tcp.ct1->urg = 0;
t14948net/inet/tcp.ct1->psh = 0;
t14949net/inet/tcp.ct1->fin = 0;  /* We are sending a 'previous' sequence, and 0 bytes of data - thus no FIN bit */
t14950net/inet/tcp.ct1->syn = 0;
t14951net/inet/tcp.ct1->ack_seq = ntohl(sk->acked_seq);
t14952net/inet/tcp.ct1->window = ntohs(tcp_select_window(sk));
t14953net/inet/tcp.ct1->doff = sizeof(*t1)/4;
t14954net/inet/tcp.ctcp_send_check(t1, sk->saddr, sk->daddr, sizeof(*t1), sk);