Home
last modified time | relevance | path

Searched refs:SCTP_DEBUG_OUTPUT2 (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_output.c2320 SCTPDBG(SCTP_DEBUG_OUTPUT2, "Is destination preferred:"); in sctp_is_ifa_addr_preferred()
2321 SCTPDBG_ADDR(SCTP_DEBUG_OUTPUT2, &ifa->address.sa); in sctp_is_ifa_addr_preferred()
3074 SCTPDBG(SCTP_DEBUG_OUTPUT2,"ifn from route:%p ifn_index:%d\n", ifn, ifn_index); in sctp_choose_boundall()
3078 SCTPDBG(SCTP_DEBUG_OUTPUT2,"No ifn emit interface?\n"); in sctp_choose_boundall()
3081 SCTPDBG(SCTP_DEBUG_OUTPUT2,"ifn_index:%d name:%s is emit interface\n", in sctp_choose_boundall()
3092 SCTPDBG(SCTP_DEBUG_OUTPUT2, "Found %d preferred source addresses for intf:%s\n", in sctp_choose_boundall()
3113 SCTPDBG(SCTP_DEBUG_OUTPUT2, "cur_addr_num:%d\n", cur_addr_num); in sctp_choose_boundall()
3132 SCTPDBG(SCTP_DEBUG_OUTPUT2, "Trying Plan B\n"); in sctp_choose_boundall()
3134 SCTPDBG(SCTP_DEBUG_OUTPUT2, "Examine interface %s\n", in sctp_choose_boundall()
3138 SCTPDBG(SCTP_DEBUG_OUTPUT2, "skip\n"); in sctp_choose_boundall()
[all …]
Dsctp_constants.h652 #define SCTP_DEBUG_OUTPUT2 0x00000020 macro