Home
last modified time | relevance | path

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

/external/chromium_org/third_party/usrsctp/usrsctplib/
Duser_recv_thread.c130 SCTPDBG(SCTP_DEBUG_USR, "Address family %d not supported.\n", sa->sa_family); in sctp_handle_ifamsg()
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); in recv_function_raw()
428 SCTPDBG(SCTP_DEBUG_USR, " - calling sctp_common_input_processing with off=%d\n", offset); in recv_function_raw()
614 SCTPDBG(SCTP_DEBUG_USR, "%s: Received %d bytes.", __func__, n); in recv_function_raw6()
615 SCTPDBG(SCTP_DEBUG_USR, " - calling sctp_common_input_processing with off=%d\n", offset); in recv_function_raw6()
822 SCTPDBG(SCTP_DEBUG_USR, "%s: Received %d bytes.", __func__, n); in recv_function_udp()
823 SCTPDBG(SCTP_DEBUG_USR, " - calling sctp_common_input_processing with off=%d\n", offset); in recv_function_udp()
1013 SCTPDBG(SCTP_DEBUG_USR, "%s: Received %d bytes.", __func__, n); in recv_function_udp6()
1014 …SCTPDBG(SCTP_DEBUG_USR, " - calling sctp_common_input_processing with off=%d\n", (int)sizeof(struc… in recv_function_udp6()
[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()
593 SCTP_DEBUG_USR(SCTP_DEBUG_USR, "Printing mbuf chain %p.\n", (void *)m);
595SCTP_DEBUG_USR(SCTP_DEBUG_USR, "%p: m_len = %ld, m_type = %x, m_next = %p.\n", (void *)m, m->m_len…
597SCTP_DEBUG_USR(SCTP_DEBUG_USR, "%p: extend_size = %d, extend_buffer = %p, ref_cnt = %d.\n", (void …
817 SCTP_DEBUG_USR(SCTP_DEBUG_USR, "before:"); in m_pulldown()
819 SCTP_DEBUG_USR(SCTP_DEBUG_USR, " %d", t->m_len); in m_pulldown()
820 SCTP_DEBUG_USR(SCTP_DEBUG_USR, "\n"); in m_pulldown()
941 SCTP_DEBUG_USR(SCTP_DEBUG_USR, "after:"); in m_pulldown()
943 SCTP_DEBUG_USR(SCTP_DEBUG_USR, "%c%d", t == n ? '*' : ' ', t->m_len); in m_pulldown()
[all …]
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
Dsctp_userspace.c68 …SCTPDBG(SCTP_DEBUG_USR, "GetAdaptersAddresses() sizing failed with error code %d, AdapterAddrsSize… in sctp_userspace_get_mtu_from_ifn()
73 SCTPDBG(SCTP_DEBUG_USR, "Memory allocation error!\n"); in sctp_userspace_get_mtu_from_ifn()
77 SCTPDBG(SCTP_DEBUG_USR, "GetAdaptersAddresses() failed with error code %d\n", Err); in sctp_userspace_get_mtu_from_ifn()
119 …SCTPDBG(SCTP_DEBUG_USR, "GetAdaptersV4Addresses() sizing failed with error code %d and AdapterAddr… in Win_getifaddrs()
125 SCTPDBG(SCTP_DEBUG_USR, "Memory allocation error!\n"); in Win_getifaddrs()
130 SCTPDBG(SCTP_DEBUG_USR, "GetAdaptersV4Addresses() failed with error code %d\n", Err); in Win_getifaddrs()
138 SCTPDBG(SCTP_DEBUG_USR, "Can't allocate memory\n"); in Win_getifaddrs()
153 …SCTPDBG(SCTP_DEBUG_USR, "GetAdaptersV6Addresses() sizing failed with error code %d AdapterAddrsSiz… in Win_getifaddrs()
159 SCTPDBG(SCTP_DEBUG_USR, "Memory allocation error!\n"); in Win_getifaddrs()
164 SCTPDBG(SCTP_DEBUG_USR, "GetAdaptersV6Addresses() failed with error code %d\n", Err); in Win_getifaddrs()
[all …]
Dsctp_constants.h703 #define SCTP_DEBUG_USR 0x80000000 macro