Home
last modified time | relevance | path

Searched refs:SCTP_PACKET_LOG_SIZE (Results 1 – 4 of 4) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_bsd_addr.c873 if (total_len> SCTP_PACKET_LOG_SIZE) {
888 if (newval >= SCTP_PACKET_LOG_SIZE) {
902 if (newval >= SCTP_PACKET_LOG_SIZE) {
915 if (thisend >= SCTP_PACKET_LOG_SIZE) {
986 this_copy = min((length - sizeof(int)), SCTP_PACKET_LOG_SIZE);
Dsctp.h628 #define SCTP_PACKET_LOG_SIZE 65536 macro
Dsctp_pcb.h301 uint8_t packet_log_buffer[SCTP_PACKET_LOG_SIZE];
Dsctp_usrreq.c152 memset(&SCTP_BASE_VAR(packet_log_buffer), 0, SCTP_PACKET_LOG_SIZE); in sctp_init()