Home
last modified time | relevance | path

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

/openbmc/libmctp/tests/
H A Dtest_eid.c48 const mctp_eid_t remote_eid = 9; in main() local
62 create_packet(&pktbuf.hdr, remote_eid, local_eid); in main()
67 assert(ctx->src_eid == remote_eid); in main()
72 create_packet(&pktbuf.hdr, remote_eid, other_eid); in main()
H A Dtest_seq.c106 const mctp_eid_t remote_eid = 9; in run_one_test() local
123 pktbuf.hdr.src = remote_eid; in run_one_test()
/openbmc/libmctp/utils/
H A Dmctp-astlpc-daemon.c15 static const mctp_eid_t remote_eid = 9; variable
93 tx_message(ctx, remote_eid, buf, rc); in main()
102 (void)remote_eid; in main()