Searched refs:SCTP_DEBUG_USR (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/usrsctp/usrsctplib/
H A Duser_recv_thread.c130 SCTPDBG(SCTP_DEBUG_USR, "Address family %d not supported.\n", sa->sa_family);
262 SCTPDBG(SCTP_DEBUG_USR, "Address family %d not supported.\n", rtmsg->ifa_family);
427 SCTPDBG(SCTP_DEBUG_USR, "%s: Received %d bytes.", __func__, n);
428 SCTPDBG(SCTP_DEBUG_USR, " - calling sctp_common_input_processing with off=%d\n", offset);
614 SCTPDBG(SCTP_DEBUG_USR, "%s: Received %d bytes.", __func__, n);
615 SCTPDBG(SCTP_DEBUG_USR, " - calling sctp_common_input_processing with off=%d\n", offset);
822 SCTPDBG(SCTP_DEBUG_USR, "%s: Received %d bytes.", __func__, n);
823 SCTPDBG(SCTP_DEBUG_USR, " - calling sctp_common_input_processing with off=%d\n", offset);
1013 SCTPDBG(SCTP_DEBUG_USR, "%s: Received %d bytes.", __func__, n);
1014 SCTPDBG(SCTP_DEBUG_USR, "
[all...]
H A Duser_mbuf.c251 SCTPDBG(SCTP_DEBUG_USR, "%s: %p mbuf already has cluster\n", __func__, (void *)m);
276 SCTPDBG(SCTP_DEBUG_USR, "Memory allocation failure in %s\n", __func__);
593 SCTP_DEBUG_USR(SCTP_DEBUG_USR, "Printing mbuf chain %p.\n", (void *)m);
595 SCTP_DEBUG_USR(SCTP_DEBUG_USR, "%p: m_len = %ld, m_type = %x, m_next = %p.\n", (void *)m, m->m_len, m->m_type, (void *)m->m_next);
597 SCTP_DEBUG_USR(SCTP_DEBUG_USR, "%p: extend_size = %d, extend_buffer = %p, ref_cnt = %d.\n", (void *)m, m->m_ext.ext_size, (void *)m->m_ext.ext_buf, *(m->m_ext.ref_cnt));
817 SCTP_DEBUG_USR(SCTP_DEBUG_USR, "befor
[all...]
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctp_userspace.c68 SCTPDBG(SCTP_DEBUG_USR, "GetAdaptersAddresses() sizing failed with error code %d, AdapterAddrsSize = %d\n", Err, AdapterAddrsSize);
73 SCTPDBG(SCTP_DEBUG_USR, "Memory allocation error!\n");
77 SCTPDBG(SCTP_DEBUG_USR, "GetAdaptersAddresses() failed with error code %d\n", Err);
119 SCTPDBG(SCTP_DEBUG_USR, "GetAdaptersV4Addresses() sizing failed with error code %d and AdapterAddrsSize = %d\n", Err, AdapterAddrsSize);
125 SCTPDBG(SCTP_DEBUG_USR, "Memory allocation error!\n");
130 SCTPDBG(SCTP_DEBUG_USR, "GetAdaptersV4Addresses() failed with error code %d\n", Err);
138 SCTPDBG(SCTP_DEBUG_USR, "Can't allocate memory\n");
153 SCTPDBG(SCTP_DEBUG_USR, "GetAdaptersV6Addresses() sizing failed with error code %d AdapterAddrsSize = %d\n", Err, AdapterAddrsSize);
159 SCTPDBG(SCTP_DEBUG_USR, "Memory allocation error!\n");
164 SCTPDBG(SCTP_DEBUG_USR, "GetAdaptersV6Addresse
[all...]
H A Dsctp_constants.h736 #define SCTP_DEBUG_USR 0x80000000 macro

Completed in 115 milliseconds