Home
last modified time | relevance | path

Searched refs:SCTP_NUMBER_OF_SECRETS (Results 1 – 5 of 5) sorted by relevance

/f-stack/tools/compat/include/netinet/
H A Dsctp_constants.h686 #define SCTP_NUMBER_OF_SECRETS 8 /* or 8 * 4 = 32 octets */ macro
/f-stack/freebsd/netinet/
H A Dsctp_pcb.h271 uint32_t secret_key[SCTP_HOW_MANY_SECRETS][SCTP_NUMBER_OF_SECRETS];
H A Dsctp_constants.h686 #define SCTP_NUMBER_OF_SECRETS 8 /* or 8 * 4 = 32 octets */ macro
H A Dsctp_pcb.c2581 for (i = 0; i < SCTP_NUMBER_OF_SECRETS; i++) { in sctp_inpcb_alloc()
H A Dsctputil.c1942 for (i = 0; i < SCTP_NUMBER_OF_SECRETS; i++) { in sctp_timeout_handler()