Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dsctp_output.c2262 SCTPDBG(SCTP_DEBUG_OUTPUT2, "Is destination preferred:"); in sctp_is_ifa_addr_preferred()
2263 SCTPDBG_ADDR(SCTP_DEBUG_OUTPUT2, &ifa->address.sa); in sctp_is_ifa_addr_preferred()
2981 SCTPDBG(SCTP_DEBUG_OUTPUT2, "ifn from route:%p ifn_index:%d\n", ifn, ifn_index); in sctp_choose_boundall()
2985 SCTPDBG(SCTP_DEBUG_OUTPUT2, "No ifn emit interface?\n"); in sctp_choose_boundall()
2988 SCTPDBG(SCTP_DEBUG_OUTPUT2, "ifn_index:%d name:%s is emit interface\n", in sctp_choose_boundall()
2999 SCTPDBG(SCTP_DEBUG_OUTPUT2, "Found %d preferred source addresses for intf:%s\n", in sctp_choose_boundall()
3020 SCTPDBG(SCTP_DEBUG_OUTPUT2, "cur_addr_num:%d\n", cur_addr_num); in sctp_choose_boundall()
3039 SCTPDBG(SCTP_DEBUG_OUTPUT2, "Trying Plan B\n"); in sctp_choose_boundall()
3041 SCTPDBG(SCTP_DEBUG_OUTPUT2, "Examine interface %s\n", in sctp_choose_boundall()
3045 SCTPDBG(SCTP_DEBUG_OUTPUT2, "skip\n"); in sctp_choose_boundall()
[all …]
H A Dsctp_constants.h627 #define SCTP_DEBUG_OUTPUT2 0x00000020 macro