Home
last modified time | relevance | path

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

/dragonfly/sys/netinet/
H A Dtcp_subr.c1506 tcp_seq icmpseq = htonl(th->th_seq); in tcp_ctlinput() local
1509 if (SEQ_GEQ(icmpseq, tp->snd_una) && in tcp_ctlinput()
1510 SEQ_LT(icmpseq, tp->snd_max)) in tcp_ctlinput()