Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_constants.h704 #define SCTP_CHUNK_BUFFER_SIZE 512 macro
Dsctp_input.c2176 uint8_t auth_chunk_buf[SCTP_CHUNK_BUFFER_SIZE];
2371 if (auth_len <= SCTP_CHUNK_BUFFER_SIZE) {
4382 uint8_t cstore[SCTP_CHUNK_BUFFER_SIZE];
4755 uint8_t chunk_buf[SCTP_CHUNK_BUFFER_SIZE];
4863 if (auth_len <= SCTP_CHUNK_BUFFER_SIZE) {
Dsctputil.c3287 if (abort_len > SCTP_CHUNK_BUFFER_SIZE) { in sctp_notify_assoc_change()
3288 abort_len = SCTP_CHUNK_BUFFER_SIZE; in sctp_notify_assoc_change()
4198 if (chunk_len > SCTP_CHUNK_BUFFER_SIZE) { in sctp_notify_remote_error()
4199 chunk_len = SCTP_CHUNK_BUFFER_SIZE; in sctp_notify_remote_error()