Home
last modified time | relevance | path

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

/netbsd-src/sys/netinet/
H A Dtcp_syncache.h180 #define SCF_TIMESTAMP 0x0002 /* peer will do timestamps */ macro
H A Dtcp_syncache.c705 if (sc->sc_flags & SCF_TIMESTAMP) in syn_cache_get()
1001 sc->sc_flags |= SCF_TIMESTAMP; in syn_cache_add()
1195 if (sc->sc_flags & SCF_TIMESTAMP) { in syn_cache_respond()