Home
last modified time | relevance | path

Searched refs:SCTP_NUMBER_OF_SECRETS (Results 1 – 4 of 4) sorted by path

/freebsd/sys/netinet/
H A Dsctp_constants.h681 #define SCTP_NUMBER_OF_SECRETS 8 /* or 8 * 4 = 32 octets */ macro
H A Dsctp_pcb.c2575 for (i = 0; i < SCTP_NUMBER_OF_SECRETS; i++) { in sctp_inpcb_alloc()
H A Dsctp_pcb.h268 uint32_t secret_key[SCTP_HOW_MANY_SECRETS][SCTP_NUMBER_OF_SECRETS];
H A Dsctputil.c1956 for (i = 0; i < SCTP_NUMBER_OF_SECRETS; i++) { in sctp_timeout_handler()