Home
last modified time | relevance | path

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

/NextBSD/sys/netinet/
HDsctp_input.c4138 uint8_t cstore[SCTP_CHUNK_BUFFER_SIZE]; in sctp_handle_stream_reset() local
4199 ph = (struct sctp_paramhdr *)sctp_m_getptr(m, offset, min(param_len, sizeof(cstore)), in sctp_handle_stream_reset()
4200 (uint8_t *) & cstore); in sctp_handle_stream_reset()
4207 if (param_len > sizeof(cstore)) { in sctp_handle_stream_reset()
/NextBSD/contrib/gcc/
HDChangeLog-19996721 * expr.h (enum optab_index): Add cbranch, cmov, cstore optabs and