Searched refs:LIST_INSERT_HEAD (Results 1 - 13 of 13) sorted by relevance

/vbox/src/VBox/Devices/Network/slirp/
H A Dslirp_dns.c144 LIST_INSERT_HEAD(&pData->pDomainList, pDomain, dd_list);
221 LIST_INSERT_HEAD(&pData->pDomainList, pDomain, dd_list);
H A Dmisc.c178 LIST_INSERT_HEAD(&zone->used_items, it, list);
224 LIST_INSERT_HEAD(&zone->free_items, it, list);
261 LIST_INSERT_HEAD(&zone->free_items, it, list);
339 LIST_INSERT_HEAD(&zone->free_items, it, list);
462 LIST_INSERT_HEAD(&master_zone->free_items, it, list);
H A Dip_icmp.c288 LIST_INSERT_HEAD(&pData->icmp_msg_head, icm, im_list);
349 LIST_INSERT_HEAD(&pData->icmp_msg_head, icm, im_list);
H A Dslirp.c1637 LIST_INSERT_HEAD(&pData->port_forward_rule_head, rule, list);
1966 LIST_INSERT_HEAD(&pData->DNSMapHead, pDnsMapping, MapList);
2013 LIST_INSERT_HEAD(&pData->arp_cache, ac, list);
H A Dqueue.h409 #define LIST_INSERT_HEAD(head, elm, field) do { \ macro
H A Dtcp_input.c238 LIST_INSERT_HEAD(&tp->t_segq, te, tqe_q);
/vbox/src/VBox/Devices/Audio/
H A Dsys-queue.h93 #define LIST_INSERT_HEAD(head, elm, field) { \ macro
H A Daudio.c854 LIST_INSERT_HEAD (&hw_cap->sw_head, sw, entries);
855 LIST_INSERT_HEAD (&hw->cap_head, sc, entries);
1651 LIST_INSERT_HEAD (&s->card_head, card, entries);
1810 LIST_INSERT_HEAD (&cap->cb_head, cb, entries);
1856 LIST_INSERT_HEAD (&s->cap_head, cap, entries);
1857 LIST_INSERT_HEAD (&cap->cb_head, cb, entries);
H A Daudio_template.h189 LIST_INSERT_HEAD (&hw->sw_head, sw, entries);
298 LIST_INSERT_HEAD (&s->glue (hw_head_, TYPE), hw, entries);
/vbox/src/VBox/Devices/Network/slirp/libalias/
H A Dalias_mod.c181 LIST_INSERT_HEAD(&handler_chain, p, entries);
H A Dalias_dns.c422 LIST_INSERT_HEAD(&pData->DNSMapHead, pDnsMapping, MapList);
H A Dalias_db.c1092 LIST_INSERT_HEAD(&la->linkTableOut[start_point], lnk, list_out);
1096 LIST_INSERT_HEAD(&la->linkTableIn[start_point], lnk, list_in);
2558 LIST_INSERT_HEAD(&instancehead, la, instancelist);
/vbox/src/VBox/Additions/solaris/DRM/include/
H A Dqueue.h390 #define LIST_INSERT_HEAD(head, elm, field) do { \ macro

Completed in 85 milliseconds