Home
last modified time | relevance | path

Searched refs:MCTP_MESSAGE_TO_DST (Results 1 – 3 of 3) sorted by relevance

/openbmc/libmctp/tests/
H A Dtest_astlpc.c304 rc = mctp_message_tx(ctx.host.mctp, 8, MCTP_MESSAGE_TO_DST, tag, msg, in astlpc_test_simple_message_host_to_bmc()
647 rc = mctp_message_tx(ctx.host.mctp, 8, MCTP_MESSAGE_TO_DST, tag, msg, in astlpc_test_host_tx_bmc_gone()
1132 rc = mctp_message_tx(host->mctp, 8, MCTP_MESSAGE_TO_DST, tag, ctx.msg, in astlpc_test_send_large_packet()
1195 rc = mctp_message_tx(ctx.bmc.mctp, 9, MCTP_MESSAGE_TO_DST, tag, msg, in astlpc_test_negotiate_mtu_high_low()
1204 rc = mctp_message_tx(ctx.bmc.mctp, 9, MCTP_MESSAGE_TO_DST, tag, msg, in astlpc_test_negotiate_mtu_high_low()
1239 rc = mctp_message_tx(ctx.bmc.mctp, 9, MCTP_MESSAGE_TO_DST, tag, msg, in astlpc_test_negotiate_mtu_high_low()
1321 rc = mctp_message_tx(ctx.host.mctp, 8, MCTP_MESSAGE_TO_DST, tag, msg, in astlpc_test_corrupt_host_tx()
/openbmc/libmctp/
H A Dlibmctp.h41 #define MCTP_MESSAGE_TO_DST false macro
/openbmc/libmctp/utils/
H A Dmctp-demux-daemon.c416 rx_message(eid, MCTP_MESSAGE_TO_DST, 0, ctx, ctx->buf + 1, in client_process_recv()