Home
last modified time | relevance | path

Searched refs:this_tcphdr (Results 1 – 2 of 2) sorted by relevance

/dports/net/libnids/libnids-1.24/src/
H A Dlibnids-track-established.patch196 + if (this_tcphdr->th_flags & TH_ACK)
240 this_tcphdr);
250 + ntohs(this_tcphdr->th_sport),
255 + ntohs(this_tcphdr->th_dport)
266 - !(this_tcphdr->th_flags & TH_RST))
277 + this_tcphdr->th_flags & TH_ACK
336 + ntohl(this_tcphdr->th_seq),
337 + ntohl(this_tcphdr->th_ack),
428 + datalen, datalen > 10 ? 10 : datalen, (char *) (this_tcphdr) + 4 * this_tcphdr->th_off);
432 (char *) (this_tcphdr) + 4 * this_tcphdr->th_off,
[all …]
H A Dtcp.c197 int len = 4 * this_tcphdr->th_off; in get_ts()
224 int len = 4 * this_tcphdr->th_off; in get_wscale()
510 (this_tcphdr->th_flags & TH_FIN), in tcp_queue()
722 this_tcphdr); in process_tcp()
730 this_tcphdr); in process_tcp()
736 this_tcphdr); in process_tcp()
745 this_tcphdr); in process_tcp()
754 !(this_tcphdr->th_flags & TH_ACK) && in process_tcp()
755 !(this_tcphdr->th_flags & TH_RST)) in process_tcp()
896 (char *) (this_tcphdr) + 4 * this_tcphdr->th_off, in process_tcp()
[all …]