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