Searched defs:dest (Results 1 – 3 of 3) sorted by relevance
/libmctp-latest/ |
D | core.c | 42 uint8_t dest; member 184 uint8_t dest, uint8_t tag) in mctp_msg_ctx_lookup() 200 uint8_t dest, uint8_t tag) in mctp_msg_ctx_create() 341 static struct mctp_bus *find_bus_for_eid(struct mctp *mctp, mctp_eid_t dest in find_bus_for_eid() 476 static inline bool mctp_rx_dest_is_local(struct mctp_bus *bus, mctp_eid_t dest) in mctp_rx_dest_is_local() 494 mctp_eid_t dest, bool tag_owner, uint8_t msg_tag, void *buf, in mctp_rx() 769 mctp_eid_t dest, bool tag_owner, in mctp_message_tx_on_bus()
|
D | libmctp.h | 24 uint8_t dest; member
|
/libmctp-latest/tests/ |
D | test_eid.c | 36 static void create_packet(struct mctp_hdr *pkt, mctp_eid_t src, mctp_eid_t dest) in create_packet()
|