Searched defs:head (Results 1 – 5 of 5) sorted by relevance
56 btstack_linked_item_t * head; member
200 static inline void list_add( list_head_t *new, list_head_t *head ) { in list_add()204 static inline void list_add_tail( list_head_t *new, list_head_t *head ) { in list_add_tail()216 static inline bool list_empty( list_head_t *head ) { in list_empty()220 static inline list_head_t *list_pop_front( list_head_t *head ) { in list_pop_front()
176 netbuf_chain(struct netbuf *head, struct netbuf *tail) in netbuf_chain()
202 uint16_t head; member
315 struct mqtt_request_t *head = NULL; in mqtt_append_request() local