Home
last modified time | relevance | path

Searched refs:SCTP_CHUNK_BUFFER_SIZE (Results 1 – 3 of 3) sorted by relevance

/external/usrsctp/usrsctplib/netinet/
Dsctp_constants.h709 #define SCTP_CHUNK_BUFFER_SIZE 512 macro
Dsctp_input.c2185 uint8_t auth_chunk_buf[SCTP_CHUNK_BUFFER_SIZE];
2380 if (auth_len <= SCTP_CHUNK_BUFFER_SIZE) {
4388 uint8_t cstore[SCTP_CHUNK_BUFFER_SIZE];
4747 uint8_t chunk_buf[SCTP_CHUNK_BUFFER_SIZE];
4855 if (auth_len <= SCTP_CHUNK_BUFFER_SIZE) {
Dsctputil.c3269 if (abort_len > SCTP_CHUNK_BUFFER_SIZE) { in sctp_notify_assoc_change()
3270 abort_len = SCTP_CHUNK_BUFFER_SIZE; in sctp_notify_assoc_change()
4200 if (chunk_len > SCTP_CHUNK_BUFFER_SIZE) { in sctp_notify_remote_error()
4201 chunk_len = SCTP_CHUNK_BUFFER_SIZE; in sctp_notify_remote_error()