Searched defs:hdlc_api (Results 1 – 2 of 2) sorted by relevance
29 struct hdlc_api { struct33 struct net_if_api iface_api;44 int (*register_rx_cb)(hdlc_rx_callback_t hdlc_rx_callback, void *param);73 BUILD_ASSERT(offsetof(struct hdlc_api, iface_api) == 0); argument
177 struct hdlc_api *hdlc_api; member in ot::Hdlc::HdlcInterface