Home
last modified time | relevance | path

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

/openbsd/sys/netinet/
H A Dtcp_var.h256 u_int32_t sc_modulate; /* [I] our timestamp modulator */ member
H A Dtcp_input.c3655 tp->ts_modulate = sc->sc_modulate; in syn_cache_get()
3922 sc->sc_modulate = arc4random(); in syn_cache_add()
4120 *lp++ = htonl(now + sc->sc_modulate); in syn_cache_respond()