taglinefilesource code
dummy_th220net/tcp/sock.cif (sk->dummy_th.source == num) return (1);
dummy_th837net/tcp/sock.csk->dummy_th.doff = sizeof (sk->dummy_th)/4;
dummy_th838net/tcp/sock.csk->dummy_th.res1=0;
dummy_th839net/tcp/sock.csk->dummy_th.res2=0;
dummy_th840net/tcp/sock.csk->dummy_th.urg_ptr = 0;
dummy_th841net/tcp/sock.csk->dummy_th.fin = 0;
dummy_th842net/tcp/sock.csk->dummy_th.syn = 0;
dummy_th843net/tcp/sock.csk->dummy_th.rst = 0;
dummy_th844net/tcp/sock.csk->dummy_th.psh = 0;
dummy_th845net/tcp/sock.csk->dummy_th.ack = 0;
dummy_th846net/tcp/sock.csk->dummy_th.urg = 0;
dummy_th847net/tcp/sock.csk->dummy_th.dest = 0;
dummy_th863net/tcp/sock.csk->dummy_th.source = net16(sk->num);
dummy_th980net/tcp/sock.csk->dummy_th.source = net16(sk->num);
dummy_th982net/tcp/sock.csk->dummy_th.dest = 0;
dummy_th1120net/tcp/sock.csin.sin_port = sk->dummy_th.dest;
dummy_th1125net/tcp/sock.csin.sin_port = sk->dummy_th.source;
dummy_th1608net/tcp/sock.cif (s->dummy_th.dest != rnum && s->dummy_th.dest != 0)
dummy_th73net/tcp/sock.hstruct tcp_header dummy_th; /* I may be able to get rid of this. */
dummy_th416net/tcp/tcp.cmemcpy (th,(void *) &(sk->dummy_th), sizeof (*th));
dummy_th652net/tcp/tcp.cmemcpy (t1,(void *) &sk->dummy_th, sizeof (*t1));
dummy_th1082net/tcp/tcp.cnewsk->dummy_th.source = skb->h.th->dest;
dummy_th1083net/tcp/tcp.cnewsk->dummy_th.dest = skb->h.th->source;
dummy_th1089net/tcp/tcp.cnewsk->dummy_th.res1=0;
dummy_th1090net/tcp/tcp.cnewsk->dummy_th.doff=6;
dummy_th1091net/tcp/tcp.cnewsk->dummy_th.fin=0;
dummy_th1092net/tcp/tcp.cnewsk->dummy_th.syn=0;
dummy_th1093net/tcp/tcp.cnewsk->dummy_th.rst=0;
dummy_th1094net/tcp/tcp.cnewsk->dummy_th.psh=0;
dummy_th1095net/tcp/tcp.cnewsk->dummy_th.ack=0;
dummy_th1096net/tcp/tcp.cnewsk->dummy_th.urg=0;
dummy_th1097net/tcp/tcp.cnewsk->dummy_th.res2=0;
dummy_th1159net/tcp/tcp.ct1->source = newsk->dummy_th.source;
dummy_th1277net/tcp/tcp.cth=(struct tcp_header *)&sk->dummy_th;
dummy_th1925net/tcp/tcp.csk->dummy_th.dest = sin.sin_port;
dummy_th1952net/tcp/tcp.cmemcpy (t1, (void *)&(sk->dummy_th), sizeof (*t1));
dummy_th2379net/tcp/tcp.csk->dummy_th.dest = th->source;
dummy_th2470net/tcp/tcp.cmemcpy (t1,(void *) &sk->dummy_th, sizeof (*t1));
dummy_th203net/tcp/udp.csk->dummy_th.source, daddr);
dummy_th224net/tcp/udp.cuh -> source = sk->dummy_th.source;
dummy_th290net/tcp/udp.csin.sin_port = sk->dummy_th.dest;
dummy_th361net/tcp/udp.cuh->source = sk->dummy_th.source;
dummy_th481net/tcp/udp.csk->dummy_th.dest = sin.sin_port;