Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/
Duser_recv_thread.c253 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 …]
Duser_mbuf.c250 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);
730SCTP_DEBUG_USR(SCTP_DEBUG_USR, "%p: m_len = %ld, m_type = %x, m_next = %p.\n", (void *)m, m->m_len…
732SCTP_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/
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.h679 #define SCTP_DEBUG_USR 0x80000000 macro