Home | History | Annotate | Download | only in trpt

Lines Matching defs:th

387 	struct tcphdr *th = NULL;
401 th = (struct tcphdr *)(ip + 1);
408 th = (struct tcphdr *)(ip6 + 1);
440 hbuf, ntohs(th->th_sport));
450 hbuf, ntohs(th->th_dport));
452 seq = th->th_seq;
453 ack = th->th_ack;
460 win = th->th_win;
476 flags = th->th_flags;
480 if (th->th_flags&flag) { \