Home
last modified time | relevance | path

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

/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
Dsctp_output.c2321 SCTPDBG(SCTP_DEBUG_OUTPUT2, "Is destination preferred:"); in sctp_is_ifa_addr_preferred()
2322 SCTPDBG_ADDR(SCTP_DEBUG_OUTPUT2, &ifa->address.sa); in sctp_is_ifa_addr_preferred()
3075 SCTPDBG(SCTP_DEBUG_OUTPUT2,"ifn from route:%p ifn_index:%d\n", ifn, ifn_index); in sctp_choose_boundall()
3079 SCTPDBG(SCTP_DEBUG_OUTPUT2,"No ifn emit interface?\n"); in sctp_choose_boundall()
3082 SCTPDBG(SCTP_DEBUG_OUTPUT2,"ifn_index:%d name:%s is emit interface\n", in sctp_choose_boundall()
3093 SCTPDBG(SCTP_DEBUG_OUTPUT2, "Found %d preferred source addresses for intf:%s\n", in sctp_choose_boundall()
3114 SCTPDBG(SCTP_DEBUG_OUTPUT2, "cur_addr_num:%d\n", cur_addr_num); in sctp_choose_boundall()
3133 SCTPDBG(SCTP_DEBUG_OUTPUT2, "Trying Plan B\n"); in sctp_choose_boundall()
3135 SCTPDBG(SCTP_DEBUG_OUTPUT2, "Examine interface %s\n", in sctp_choose_boundall()
3139 SCTPDBG(SCTP_DEBUG_OUTPUT2, "skip\n"); in sctp_choose_boundall()
[all …]
Dsctp_constants.h676 #define SCTP_DEBUG_OUTPUT2 0x00000020 macro