| 486 | #endif |
| 487 | |
| 488 | void |
| 489 | sctp_misc_ints(uint8_t from, uint32_t a, uint32_t b, uint32_t c, uint32_t d) |
| 490 | { |
| 491 | #if defined(SCTP_LOCAL_TRACE_BUF) |
| 492 | SCTP_CTR6(KTR_SCTP, "SCTP:%d[%d]:%x-%x-%x-%x", |
| 493 | SCTP_LOG_MISC_EVENT, |
| 494 | from, |
| 495 | a, b, c, d); |
| 496 | #endif |
| 497 | } |
| 498 | |
| 499 | void |
| 500 | sctp_wakeup_log(struct sctp_tcb *stcb, uint32_t wake_cnt, int from) |
no outgoing calls
no test coverage detected