Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/netinet/
Dtcp_syncache.h94 #define SYNCOOKIE_SECRET_SIZE 8 /* dwords */ macro
105 u_int32_t sch_secbits_odd[SYNCOOKIE_SECRET_SIZE];
106 u_int32_t sch_secbits_even[SYNCOOKIE_SECRET_SIZE];
Dtcp_syncache.c1645 for (i = 0; i < SYNCOOKIE_SECRET_SIZE; i++) in syncookie_generate()
1667 SYNCOOKIE_SECRET_SIZE * sizeof(*secbits) - off); in syncookie_generate()
1734 SYNCOOKIE_SECRET_SIZE * sizeof(*secbits) - off); in syncookie_lookup()