Home | History | Annotate | Download | only in netinet

Lines Matching defs:th

115 	struct tcphdr *th;
133 th = NULL;
142 th = (struct tcphdr *)((char *)&td->td_ti +
151 th = (struct tcphdr *)((char *)&td->td_ti6 +
170 if (th == 0)
172 seq = th->th_seq;
173 ack = th->th_ack;
186 printf("@%x, urp=%x", ack, th->th_urp);
187 flags = th->th_flags;
191 #define pf(f) { if (th->th_flags&__CONCAT(TH_,f)) { \