Searched defs:head (Results 1 – 4 of 4) sorted by relevance
| /sys/include/ |
| D | queue.h | 123 #define QMD_TRACE_HEAD(head) do { \ argument 139 #define QMD_TRACE_HEAD(head) argument 154 #define SLIST_HEAD_INITIALIZER(head) \ argument 165 #define SLIST_EMPTY(head) ((head)->slh_first == NULL) argument 167 #define SLIST_FIRST(head) ((head)->slh_first) argument 169 #define SLIST_FOREACH(var, head, field) \ argument 174 #define SLIST_FOREACH_FROM(var, head, field) \ argument 179 #define SLIST_FOREACH_SAFE(var, head, field, tvar) \ argument 184 #define SLIST_FOREACH_FROM_SAFE(var, head, field, tvar) \ argument 189 #define SLIST_FOREACH_PREVPTR(var, varp, head, field) \ argument [all …]
|
| /lib/liblwip/src/api/ |
| D | netbuf.c | 174 netbuf_chain(struct netbuf *head, struct netbuf *tail) in netbuf_chain()
|
| /lib/liblwip/src/include/lwip/ |
| D | snmp_structs.h | 184 struct mib_list_node *head; member
|
| D | snmp_msg.h | 114 struct snmp_varbind *head; member
|