taglinefilesource code
t1733net/inet/tcp.cstruct tcphdr *t1;
t1759net/inet/tcp.ct1 =(struct tcphdr *) buff->data;
t1771net/inet/tcp.ct1 =(struct tcphdr *)((char *)t1 +tmp);
t1774net/inet/tcp.cmemcpy(t1, th, sizeof(*t1)); /* this should probably be removed */
t1780net/inet/tcp.ct1->dest = th->source;
t1781net/inet/tcp.ct1->source = th->dest;
t1782net/inet/tcp.ct1->seq = ntohl(sequence);
t1783net/inet/tcp.ct1->ack = 1;
t1785net/inet/tcp.ct1->window = ntohs(sk->window);
t1786net/inet/tcp.ct1->res1 = 0;
t1787net/inet/tcp.ct1->res2 = 0;
t1788net/inet/tcp.ct1->rst = 0;
t1789net/inet/tcp.ct1->urg = 0;
t1790net/inet/tcp.ct1->syn = 0;
t1791net/inet/tcp.ct1->psh = 0;
t1792net/inet/tcp.ct1->fin = 0;
t1807net/inet/tcp.ct1->ack_seq = ntohl(ack);
t1808net/inet/tcp.ct1->doff = sizeof(*t1)/4;
t1809net/inet/tcp.ctcp_send_check(t1, sk->saddr, daddr, sizeof(*t1), sk);
t11193net/inet/tcp.cstruct tcphdr *t1;
t11236net/inet/tcp.ct1 =(struct tcphdr *)(buff->data +tmp);
t11238net/inet/tcp.cmemcpy(t1,(void *) &sk->dummy_th, sizeof(*t1));
t11239net/inet/tcp.ct1->seq = htonl(sk->sent_seq);
t11240net/inet/tcp.ct1->ack = 1;
t11241net/inet/tcp.ct1->res1 = 0;
t11242net/inet/tcp.ct1->res2 = 0;
t11243net/inet/tcp.ct1->rst = 0;
t11244net/inet/tcp.ct1->urg = 0;
t11245net/inet/tcp.ct1->syn = 0;
t11246net/inet/tcp.ct1->psh = 0;
t11250net/inet/tcp.ct1->window = ntohs(sk->window);
t11251net/inet/tcp.ct1->ack_seq = ntohl(sk->acked_seq);
t11252net/inet/tcp.ct1->doff = sizeof(*t1)/4;
t11253net/inet/tcp.ctcp_send_check(t1, sk->saddr, sk->daddr, sizeof(*t1), sk);
t11568net/inet/tcp.cstruct tcphdr *t1, *th;
t11622net/inet/tcp.cbuff->len = sizeof(*t1);
t11624net/inet/tcp.ct1 =(struct tcphdr *) buff->data;
t11659net/inet/tcp.ct1 =(struct tcphdr *)((char *)t1 +tmp);
t11662net/inet/tcp.cmemcpy(t1, th, sizeof(*t1));
t11663net/inet/tcp.ct1->seq = ntohl(sk->write_seq);
t11666net/inet/tcp.ct1->ack = 1;
t11667net/inet/tcp.ct1->ack_seq = ntohl(sk->acked_seq);
t11668net/inet/tcp.ct1->window = ntohs(sk->window=tcp_select_window(sk)/*sk->prot->rspace(sk)*/);
t11669net/inet/tcp.ct1->fin = 1;
t11670net/inet/tcp.ct1->rst = 0;
t11671net/inet/tcp.ct1->doff = sizeof(*t1)/4;
t11672net/inet/tcp.ctcp_send_check(t1, sk->saddr, sk->daddr, sizeof(*t1), sk);
t11744net/inet/tcp.cstruct tcphdr *t1;
t11757net/inet/tcp.cbuff->len = sizeof(*t1);
t11762net/inet/tcp.ct1 =(struct tcphdr *) buff->data;
t11777net/inet/tcp.ct1 =(struct tcphdr *)((char *)t1 +tmp);
t11779net/inet/tcp.cmemcpy(t1, th, sizeof(*t1));
t11785net/inet/tcp.ct1->dest = th->source;
t11786net/inet/tcp.ct1->source = th->dest;
t11787net/inet/tcp.ct1->rst = 1;  
t11788net/inet/tcp.ct1->window = 0;
t11792net/inet/tcp.ct1->ack = 0;
t11793net/inet/tcp.ct1->seq = th->ack_seq;
t11794net/inet/tcp.ct1->ack_seq = 0;
t11798net/inet/tcp.ct1->ack = 1;
t11800net/inet/tcp.ct1->ack_seq=htonl(th->seq);
t11802net/inet/tcp.ct1->ack_seq=htonl(th->seq+1);
t11803net/inet/tcp.ct1->seq=0;
t11806net/inet/tcp.ct1->syn = 0;
t11807net/inet/tcp.ct1->urg = 0;
t11808net/inet/tcp.ct1->fin = 0;
t11809net/inet/tcp.ct1->psh = 0;
t11810net/inet/tcp.ct1->doff = sizeof(*t1)/4;
t11811net/inet/tcp.ctcp_send_check(t1, saddr, daddr, sizeof(*t1), NULL);
t11898net/inet/tcp.cstruct tcphdr *t1;
t12080net/inet/tcp.ct1 =(struct tcphdr *) buff->data;
t12107net/inet/tcp.ct1 =(struct tcphdr *)((char *)t1 +tmp);
t12109net/inet/tcp.cmemcpy(t1, skb->h.th, sizeof(*t1));
t12114net/inet/tcp.ct1->dest = skb->h.th->source;
t12115net/inet/tcp.ct1->source = newsk->dummy_th.source;
t12116net/inet/tcp.ct1->seq = ntohl(newsk->write_seq++);
t12117net/inet/tcp.ct1->ack = 1;
t12120net/inet/tcp.ct1->window = ntohs(newsk->window);
t12121net/inet/tcp.ct1->res1 = 0;
t12122net/inet/tcp.ct1->res2 = 0;
t12123net/inet/tcp.ct1->rst = 0;
t12124net/inet/tcp.ct1->urg = 0;
t12125net/inet/tcp.ct1->psh = 0;
t12126net/inet/tcp.ct1->syn = 1;
t12127net/inet/tcp.ct1->ack_seq = ntohl(skb->h.th->seq+1);
t12128net/inet/tcp.ct1->doff = sizeof(*t1)/4+1;
t12129net/inet/tcp.cptr =(unsigned char *)(t1+1);
t12135net/inet/tcp.ctcp_send_check(t1, daddr, saddr, sizeof(*t1)+4, newsk);
t12159net/inet/tcp.cstruct tcphdr *t1, *th;
t12271net/inet/tcp.cbuff->len = sizeof(*t1);
t12273net/inet/tcp.ct1 =(struct tcphdr *) buff->data;
t12303net/inet/tcp.ct1 =(struct tcphdr *)((char *)t1 +tmp);
t12306net/inet/tcp.cmemcpy(t1, th, sizeof(*t1));
t12307net/inet/tcp.ct1->seq = ntohl(sk->write_seq);
t12310net/inet/tcp.ct1->ack = 1;
t12317net/inet/tcp.ct1->ack_seq = ntohl(sk->acked_seq);
t12318net/inet/tcp.ct1->window = ntohs(sk->window=tcp_select_window(sk)/*sk->prot->rspace(sk)*/);
t12319net/inet/tcp.ct1->fin = 1;
t12320net/inet/tcp.ct1->rst = need_reset;
t12321net/inet/tcp.ct1->doff = sizeof(*t1)/4;
t12322net/inet/tcp.ctcp_send_check(t1, sk->saddr, sk->daddr, sizeof(*t1), sk);
t13452net/inet/tcp.cstruct tcphdr *t1;
t13507net/inet/tcp.ct1 = (struct tcphdr *) buff->data;
t13530net/inet/tcp.ct1 = (struct tcphdr *)((char *)t1 +tmp);
t13532net/inet/tcp.cmemcpy(t1,(void *)&(sk->dummy_th), sizeof(*t1));
t13533net/inet/tcp.ct1->seq = ntohl(sk->write_seq++);
t13536net/inet/tcp.ct1->ack = 0;
t13537net/inet/tcp.ct1->window = 2;
t13538net/inet/tcp.ct1->res1=0;
t13539net/inet/tcp.ct1->res2=0;
t13540net/inet/tcp.ct1->rst = 0;
t13541net/inet/tcp.ct1->urg = 0;
t13542net/inet/tcp.ct1->psh = 0;
t13543net/inet/tcp.ct1->syn = 1;
t13544net/inet/tcp.ct1->urg_ptr = 0;
t13545net/inet/tcp.ct1->doff = 6;
t13581net/inet/tcp.cptr = (unsigned char *)(t1+1);
t13586net/inet/tcp.ctcp_send_check(t1, sk->saddr, sk->daddr,
t14205net/inet/tcp.cstruct tcphdr *t1;
t14235net/inet/tcp.ct1 = (struct tcphdr *) buff->data;
t14247net/inet/tcp.ct1 = (struct tcphdr *)((char *)t1 +tmp);
t14249net/inet/tcp.cmemcpy(t1,(void *) &sk->dummy_th, sizeof(*t1));
t14255net/inet/tcp.ct1->seq = htonl(sk->sent_seq-1);
t14256net/inet/tcp.ct1->ack = 1; 
t14257net/inet/tcp.ct1->res1= 0;
t14258net/inet/tcp.ct1->res2= 0;
t14259net/inet/tcp.ct1->rst = 0;
t14260net/inet/tcp.ct1->urg = 0;
t14261net/inet/tcp.ct1->psh = 0;
t14262net/inet/tcp.ct1->fin = 0;
t14263net/inet/tcp.ct1->syn = 0;
t14264net/inet/tcp.ct1->ack_seq = ntohl(sk->acked_seq);
t14265net/inet/tcp.ct1->window = ntohs(tcp_select_window(sk)/*sk->prot->rspace(sk)*/);
t14266net/inet/tcp.ct1->doff = sizeof(*t1)/4;
t14267net/inet/tcp.ctcp_send_check(t1, sk->saddr, sk->daddr, sizeof(*t1), sk);