Searched defs:cmsg (Results 1 – 3 of 3) sorted by relevance
58 int32_t CanRxBoxAddMsg(struct CanRxBox *rbox, struct CanMsg *cmsg) in CanRxBoxAddMsg()87 int32_t CanRxBoxGetMsg(struct CanRxBox *rbox, struct CanMsg **cmsg, uint32_t tms) in CanRxBoxGetMsg()107 static bool CanFilterMatch(const struct CanFilter *filter, const struct CanMsg *cmsg) in CanFilterMatch()126 static bool CanRxBoxMsgMatch(struct CanRxBox *rbox, const struct CanMsg *cmsg) in CanRxBoxMsgMatch()
22 struct CanMsg cmsg; member
116 struct CanMsg *cmsg = NULL; in CanClientReadMsg() local