HomeSort by relevance Sort by last modified time
    Searched refs:SCTP_PACKET_LOG_SIZE (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_bsd_addr.c 983 if (total_len> SCTP_PACKET_LOG_SIZE) {
998 if (newval >= SCTP_PACKET_LOG_SIZE) {
1012 if (newval >= SCTP_PACKET_LOG_SIZE) {
1025 if (thisend >= SCTP_PACKET_LOG_SIZE) {
1096 this_copy = min((length - sizeof(int)), SCTP_PACKET_LOG_SIZE);
sctp.h 614 #define SCTP_PACKET_LOG_SIZE 65536
sctp_pcb.h 304 uint8_t packet_log_buffer[SCTP_PACKET_LOG_SIZE];
sctp_usrreq.c 177 bzero(&SCTP_BASE_VAR(packet_log_buffer), SCTP_PACKET_LOG_SIZE);
    [all...]

Completed in 55 milliseconds