Searched defs:ocs_list_s (Results 1 – 1 of 1) sorted by relevance
74 struct ocs_list_s { struct76 ocs_list_t *next; /*<< pointer to head of list (or next if link) */77 ocs_list_t *prev; /*<< pointer to tail of list (or previous if link) */78 uint32_t offset; /*<< offset in bytes to the link element of the objects in list */