Searched refs:SCTP_DEBUG_USR (Results 1 – 4 of 4) sorted by relevance
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/ |
D | user_recv_thread.c | 253 SCTPDBG(SCTP_DEBUG_USR, "Address family %d not supported.\n", rtmsg->ifa_family); 418 SCTPDBG(SCTP_DEBUG_USR, "%s: Received %d bytes.", __func__, n); in recv_function_raw() 419 SCTPDBG(SCTP_DEBUG_USR, " - calling sctp_common_input_processing with off=%d\n", offset); in recv_function_raw() 436 SCTPDBG(SCTP_DEBUG_USR, "%s: Exiting SCTP/IP4 rcv\n", __func__); in recv_function_raw() 604 SCTPDBG(SCTP_DEBUG_USR, "%s: Received %d bytes.", __func__, n); in recv_function_raw6() 605 SCTPDBG(SCTP_DEBUG_USR, " - calling sctp_common_input_processing with off=%d\n", offset); in recv_function_raw6() 622 SCTPDBG(SCTP_DEBUG_USR, "%s: Exiting SCTP/IP6 rcv\n", __func__); in recv_function_raw6() 810 SCTPDBG(SCTP_DEBUG_USR, "%s: Received %d bytes.", __func__, n); in recv_function_udp() 811 SCTPDBG(SCTP_DEBUG_USR, " - calling sctp_common_input_processing with off=%d\n", offset); in recv_function_udp() 828 SCTPDBG(SCTP_DEBUG_USR, "%s: Exiting SCTP/UDP/IP4 rcv\n", __func__); in recv_function_udp() [all …]
|
D | user_mbuf.c | 250 SCTPDBG(SCTP_DEBUG_USR, "%s: %p mbuf already has cluster\n", __func__, (void *)m); in m_clget() 275 SCTPDBG(SCTP_DEBUG_USR, "Memory allocation failure in %s\n", __func__); in m_clget() 728 SCTP_DEBUG_USR(SCTP_DEBUG_USR, "Printing mbuf chain %p.\n", (void *)m); 730 …SCTP_DEBUG_USR(SCTP_DEBUG_USR, "%p: m_len = %ld, m_type = %x, m_next = %p.\n", (void *)m, m->m_len… 732 …SCTP_DEBUG_USR(SCTP_DEBUG_USR, "%p: extend_size = %d, extend_buffer = %p, ref_cnt = %d.\n", (void … 950 SCTP_DEBUG_USR(SCTP_DEBUG_USR, "before:"); in m_pulldown() 952 SCTP_DEBUG_USR(SCTP_DEBUG_USR, " %d", t->m_len); in m_pulldown() 953 SCTP_DEBUG_USR(SCTP_DEBUG_USR, "\n"); in m_pulldown() 1072 SCTP_DEBUG_USR(SCTP_DEBUG_USR, "after:"); in m_pulldown() 1074 SCTP_DEBUG_USR(SCTP_DEBUG_USR, "%c%d", t == n ? '*' : ' ', t->m_len); in m_pulldown() [all …]
|
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/ |
D | sctp_userspace.c | 155 …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()
|
D | sctp_constants.h | 679 #define SCTP_DEBUG_USR 0x80000000 macro
|