OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sc_iss
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/netinet/
tcp_syncache.h
173
tcp_seq
sc_iss
;
member in struct:syn_cache
tcp_syncache.c
575
if ((th->th_ack != sc->
sc_iss
+ 1) ||
717
tp->iss = sc->
sc_iss
;
837
/* If the sequence number !=
sc_iss
, then it's a bogus ICMP msg */
838
if (ntohl(th->th_seq) != sc->
sc_iss
) {
975
sc->
sc_iss
= tcp_new_iss1(&dstin->sin_addr,
986
sc->
sc_iss
= tcp_new_iss1(&dstin6->sin6_addr,
1165
th->th_seq = htonl(sc->
sc_iss
);
Completed in 20 milliseconds
Indexes created Sun Feb 22 16:20:20 UTC 2026