taglinefilesource code
tcph119include/net/head_explode.hextern __inline__ unsigned char *tcp_explode(unsigned char *tcph, struct tcp_header *tcp)
tcph121include/net/head_explode.htcph=exp_getu16(tcph,&tcp->source);
tcph122include/net/head_explode.htcph=exp_getu16(tcph,&tcp->dest);
tcph123include/net/head_explode.htcph=exp_getu32(tcph,&tcp->seq);
tcph124include/net/head_explode.htcph=exp_getu32(tcph,&tcp->ack_seq);
tcph125include/net/head_explode.htcph=exp_getu16(tcph,&tcp->u.bitmask);
tcph126include/net/head_explode.htcph=exp_getu16(tcph,&tcp->window);
tcph127include/net/head_explode.htcph=exp_getn16(tcph,&tcp->check);
tcph128include/net/head_explode.htcph=exp_getu16(tcph,&tcp->urg_ptr);
tcph129include/net/head_explode.hreturn tcph;
tcph134include/net/head_explode.hudph=exp_getu16(tcph,&udp->source);