Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dsctp_auth.c1790 uint8_t local_store[SCTP_SMALL_CHUNK_STORE]; in sctp_validate_init_auth_params() local
1793 if (plen > sizeof(local_store)) { in sctp_validate_init_auth_params()
1797 (struct sctp_paramhdr *)&local_store, in sctp_validate_init_auth_params()
H A Dsctp_pcb.c6290 uint8_t local_store[SCTP_PARAM_BUFFER_SIZE]; in sctp_load_addresses_from_init() local
6293 if (plen > sizeof(local_store)) { in sctp_load_addresses_from_init()
6297 (struct sctp_paramhdr *)&local_store, plen); in sctp_load_addresses_from_init()