Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dsctp_auth.c1797 uint8_t local_store[SCTP_SMALL_CHUNK_STORE]; in sctp_validate_init_auth_params() local
1800 if (plen > sizeof(local_store)) { in sctp_validate_init_auth_params()
1804 (struct sctp_paramhdr *)&local_store, in sctp_validate_init_auth_params()
H A Dsctp_pcb.c6400 uint8_t local_store[SCTP_PARAM_BUFFER_SIZE]; in sctp_load_addresses_from_init() local
6403 if (plen > sizeof(local_store)) { in sctp_load_addresses_from_init()
6407 (struct sctp_paramhdr *)&local_store, plen); in sctp_load_addresses_from_init()