Home | History | Annotate | Download | only in tcpdump

Lines Matching refs:nxt

83 	struct tcp_seq_hash *nxt;
386 th->nxt; th = th->nxt)
391 if (!th->nxt || (flags & TH_SYN)) {
393 if (th->nxt == NULL) {
394 th->nxt = (struct tcp_seq_hash *)
396 if (th->nxt == NULL)
747 u_int8_t nxt;
773 nxt = 0;
774 MD5_Update(&ctx, (char *)&nxt, sizeof(nxt));
775 MD5_Update(&ctx, (char *)&nxt, sizeof(nxt));
776 MD5_Update(&ctx, (char *)&nxt, sizeof(nxt));
777 nxt = IPPROTO_TCP;
778 MD5_Update(&ctx, (char *)&nxt, sizeof(nxt));