Home | History | Annotate | Download | only in tcpdump

Lines Matching refs:nxt

78         struct tcp_seq_hash *nxt;
92 struct tcp_seq_hash6 *nxt;
279 th->nxt; th = th->nxt)
284 if (!th->nxt || (flags & TH_SYN)) {
286 if (th->nxt == NULL) {
287 th->nxt = (struct tcp_seq_hash6 *)
289 if (th->nxt == NULL)
335 th->nxt; th = th->nxt)
340 if (!th->nxt || (flags & TH_SYN)) {
342 if (th->nxt == NULL) {
343 th->nxt = (struct tcp_seq_hash *)
345 if (th->nxt == NULL)
815 uint8_t nxt;
849 nxt = 0;
850 MD5_Update(&ctx, (char *)&nxt, sizeof(nxt));
851 MD5_Update(&ctx, (char *)&nxt, sizeof(nxt));
852 MD5_Update(&ctx, (char *)&nxt, sizeof(nxt));
853 nxt = IPPROTO_TCP;
854 MD5_Update(&ctx, (char *)&nxt, sizeof(nxt));