MCPcopy Create free account
hub / github.com/F-Stack/f-stack / sctp_misc_ints

Function sctp_misc_ints

freebsd/netinet/sctputil.c:488–497  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

486#endif
487
488void
489sctp_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
499void
500sctp_wakeup_log(struct sctp_tcb *stcb, uint32_t wake_cnt, int from)

Callers 15

sctp_clean_up_datalistFunction · 0.85
sctp_move_to_outqueueFunction · 0.85
send_forward_tsnFunction · 0.85
sctp_lower_sosendFunction · 0.85
sctp_process_init_ackFunction · 0.85
sctp_handle_init_ackFunction · 0.85
sctp_handle_cookie_ackFunction · 0.85
process_chunk_dropFunction · 0.85
sctp_process_controlFunction · 0.85
sctp_sorecvmsgFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected