idm_buf_s
struct idm_buf_s *iw_buf;
struct idm_buf_s;
typedef void (idm_buf_cb_t)(struct idm_buf_s *idb, idm_status_t status);
typedef idm_status_t (transport_buf_alloc_op_t)(struct idm_buf_s *idb,
typedef idm_status_t (transport_buf_setup_op_t)(struct idm_buf_s *idb);
typedef void (transport_buf_teardown_op_t)(struct idm_buf_s *idb);
typedef void (transport_buf_free_op_t)(struct idm_buf_s *idb);
struct idm_buf_s *idb);
struct idm_buf_s *idb);