Home
last modified time | relevance | path

Searched defs:head (Results 1 – 4 of 4) sorted by relevance

/sys/include/
Dqueue.h123 #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/
Dnetbuf.c174 netbuf_chain(struct netbuf *head, struct netbuf *tail) in netbuf_chain()
/lib/liblwip/src/include/lwip/
Dsnmp_structs.h184 struct mib_list_node *head; member
Dsnmp_msg.h114 struct snmp_varbind *head; member