Searched defs:chunks_store (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctp_auth.c1438 uint8_t chunks_store[SCTP_PARAM_BUFFER_SIZE]; local
1492 if (plen > sizeof(chunks_store))
1495 (struct sctp_paramhdr *)chunks_store, min(plen,sizeof(chunks_store)));
1919 uint8_t chunks_store[SCTP_SMALL_CHUNK_STORE]; local
1923 (struct sctp_paramhdr *)chunks_store,
1924 min(plen,sizeof(chunks_store)));
H A Dsctp_pcb.c7100 uint8_t chunks_store[SCTP_PARAM_BUFFER_SIZE]; local
7565 if (plen > sizeof(chunks_store))
7572 (struct sctp_paramhdr *)chunks_store,
7573 min(plen,sizeof(chunks_store)));

Completed in 139 milliseconds