Searched refs:local_eid (Results 1 – 6 of 6) sorted by relevance
/openbmc/libmctp/tests/ |
H A D | test_eid.c | 47 const mctp_eid_t local_eid = 8; in main() local 55 mctp_test_stack_init(&ctx->mctp, &ctx->binding, local_eid); in main() 62 create_packet(&pktbuf.hdr, remote_eid, local_eid); in main()
|
H A D | test_seq.c | 105 const mctp_eid_t local_eid = 8; in run_one_test() local 116 mctp_test_stack_init(&ctx->mctp, &ctx->binding, local_eid); in run_one_test() 122 pktbuf.hdr.dest = local_eid; in run_one_test()
|
/openbmc/libmctp/utils/ |
H A D | mctp-astlpc-daemon.c | 14 static const mctp_eid_t local_eid = 8; variable 65 mctp_astlpc_register_bus(astlpc, mctp, local_eid); in main()
|
H A D | mctp-demux-daemon.c | 68 int local_eid; member 417 if (eid == ctx->local_eid) in client_process_recv() 441 rc = ctx->binding->init(ctx->mctp, ctx->binding, ctx->local_eid, argc, in binding_init() 598 ctx->local_eid = local_eid_default; in main() 626 ctx->local_eid = atoi(optarg); in main()
|
/openbmc/linux/net/smc/ |
H A D | smc_clc.h | 450 u8 *peer_eid, u8 *local_eid);
|
H A D | smc_clc.c | 318 u8 *peer_eid, u8 *local_eid) in smc_clc_match_eid() argument 325 if (peer_eid && local_eid && in smc_clc_match_eid() 328 !memcmp(peer_eid, local_eid, SMC_MAX_EID_LEN)) { in smc_clc_match_eid()
|