Home
last modified time | relevance | path

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

/external/usrsctp/usrsctplib/
Duser_recv_thread.c250 SCTPDBG(SCTP_DEBUG_USR, "Address family %d not supported.\n", rtmsg->ifa_family);
415 SCTPDBG(SCTP_DEBUG_USR, "%s: Received %d bytes.", __func__, n); in recv_function_raw()
416 SCTPDBG(SCTP_DEBUG_USR, " - calling sctp_common_input_processing with off=%d\n", offset); in recv_function_raw()
433 SCTPDBG(SCTP_DEBUG_USR, "%s: Exiting SCTP/IP4 rcv", __func__); in recv_function_raw()
601 SCTPDBG(SCTP_DEBUG_USR, "%s: Received %d bytes.", __func__, n); in recv_function_raw6()
602 SCTPDBG(SCTP_DEBUG_USR, " - calling sctp_common_input_processing with off=%d\n", offset); in recv_function_raw6()
619 SCTPDBG(SCTP_DEBUG_USR, "%s: Exiting SCTP/IP6 rcv", __func__); in recv_function_raw6()
807 SCTPDBG(SCTP_DEBUG_USR, "%s: Received %d bytes.", __func__, n); in recv_function_udp()
808 SCTPDBG(SCTP_DEBUG_USR, " - calling sctp_common_input_processing with off=%d\n", offset); in recv_function_udp()
825 SCTPDBG(SCTP_DEBUG_USR, "%s: Exiting SCTP/UDP/IP4 rcv", __func__); in recv_function_udp()
[all …]
Duser_mbuf.c251 SCTPDBG(SCTP_DEBUG_USR, "%s: %p mbuf already has cluster\n", __func__, (void *)m); in m_clget()
276 SCTPDBG(SCTP_DEBUG_USR, "Memory allocation failure in %s\n", __func__); in m_clget()
749 SCTP_DEBUG_USR(SCTP_DEBUG_USR, "Printing mbuf chain %p.\n", (void *)m);
751SCTP_DEBUG_USR(SCTP_DEBUG_USR, "%p: m_len = %ld, m_type = %x, m_next = %p.\n", (void *)m, m->m_len…
753SCTP_DEBUG_USR(SCTP_DEBUG_USR, "%p: extend_size = %d, extend_buffer = %p, ref_cnt = %d.\n", (void …
972 SCTP_DEBUG_USR(SCTP_DEBUG_USR, "before:"); in m_pulldown()
974 SCTP_DEBUG_USR(SCTP_DEBUG_USR, " %d", t->m_len); in m_pulldown()
975 SCTP_DEBUG_USR(SCTP_DEBUG_USR, "\n"); in m_pulldown()
1096 SCTP_DEBUG_USR(SCTP_DEBUG_USR, "after:"); in m_pulldown()
1098 SCTP_DEBUG_USR(SCTP_DEBUG_USR, "%c%d", t == n ? '*' : ' ', t->m_len); in m_pulldown()
[all …]
/external/usrsctp/usrsctplib/netinet/
Dsctp_userspace.c155 …SCTPDBG(SCTP_DEBUG_USR, "GetAdaptersAddresses() sizing failed with error code %d, AdapterAddrsSize… in sctp_userspace_get_mtu_from_ifn()
161 SCTPDBG(SCTP_DEBUG_USR, "Memory allocation error!\n"); in sctp_userspace_get_mtu_from_ifn()
166 SCTPDBG(SCTP_DEBUG_USR, "GetAdaptersAddresses() failed with error code %d\n", Err); in sctp_userspace_get_mtu_from_ifn()
Dsctp_constants.h684 #define SCTP_DEBUG_USR 0x80000000 macro