HomeSort by relevance Sort by last modified time
    Searched refs:TAILQ_HEAD (Results 1 - 25 of 141) sorted by null

1 2 3 4 5 6

  /external/libevent/include/event2/
keyvalq_struct.h 45 #ifndef TAILQ_HEAD
47 #define TAILQ_HEAD(name, type) \
65 TAILQ_HEAD (evkeyvalq, evkeyval);
73 #undef TAILQ_HEAD
event_struct.h 77 #ifndef TAILQ_HEAD
79 #define TAILQ_HEAD(name, type) \
127 TAILQ_HEAD (event_list, event);
134 #undef TAILQ_HEAD
  /external/ipsec-tools/src/racoon/
throttle.h 43 TAILQ_HEAD(throttle_list, throttle_entry);
genlist.h 43 TAILQ_HEAD(genlist, genlist_entry);
evt.h 72 TAILQ_HEAD(evtlist, evt);
schedule.c 69 static TAILQ_HEAD(_schedtree, sched) sctree;
  /external/libevent/
http-internal.h 95 TAILQ_HEAD(evcon_requestq, evhttp_request) requests;
120 TAILQ_HEAD(evconq, evhttp_connection);
141 TAILQ_HEAD(boundq, evhttp_bound_socket) sockets;
143 TAILQ_HEAD(httpcbq, evhttp_cb) callbacks;
148 TAILQ_HEAD(vhostsq, evhttp) virtualhosts;
150 TAILQ_HEAD(aliasq, evhttp_server_alias) aliases;
evrpc-internal.h 48 TAILQ_HEAD(evrpc_hook_list, evrpc_hook);
57 TAILQ_HEAD(evrpc_pause_list, evrpc_hook_ctx);
78 TAILQ_HEAD(evrpc_list, evrpc) registered_rpcs;
94 TAILQ_HEAD(evrpc_requestq, evrpc_request_wrapper) (requests);
112 TAILQ_HEAD(evrpc_meta_list, evrpc_meta);
defer-internal.h 67 TAILQ_HEAD (deferred_cb_list, deferred_cb) deferred_cb_list;
evbuffer-internal.h 149 TAILQ_HEAD(evbuffer_cb_queue, evbuffer_cb_entry) callbacks;
bufferevent-internal.h 68 TAILQ_HEAD(rlim_group_member_list, bufferevent_private) members;
event-internal.h 305 TAILQ_HEAD(event_configq, event_config_entry) entries;
  /external/dhcpcd-6.8.2/
control.h 42 TAILQ_HEAD(fd_data_head, fd_data);
52 TAILQ_HEAD(fd_list_head, fd_list);
eloop.h 67 TAILQ_HEAD (event_head, eloop_event) events;
70 TAILQ_HEAD (timeout_head, eloop_timeout) timeouts;
arp.h 69 TAILQ_HEAD(arp_statehead, arp_state);
auth.h 58 TAILQ_HEAD(token_head, token);
ipv4.h 50 TAILQ_HEAD(rt_head, rt);
60 TAILQ_HEAD(ipv4_addrhead, ipv4_addr);
ipv6nd.h 58 TAILQ_HEAD(, ra_opt) options;
63 TAILQ_HEAD(ra_head, ra);
ipv6.h 119 TAILQ_HEAD(ipv6_addrhead, ipv6_addr);
148 TAILQ_HEAD(rt6_head, rt6);
155 TAILQ_HEAD(ll_callback_head, ll_callback);
dhcpcd.h 83 TAILQ_HEAD(if_head, interface);
  /device/linaro/bootloader/edk2/StdLib/Include/Ipf/machine/
pmap.h 93 TAILQ_HEAD(,pv_entry) pm_pvlist; /* list of mappings in pmap */
vmparam.h 119 TAILQ_HEAD(,pv_entry) pv_list; /* pv_entry list */
  /external/dhcpcd-6.8.2/compat/
queue.h 44 #ifndef TAILQ_HEAD
50 #define TAILQ_HEAD(name, type) _TAILQ_HEAD(name, struct type,)
61 #endif /* !TAILQ_HEAD */
  /external/openssh/
packet.h 77 TAILQ_HEAD(, key_entry) private_keys;
78 TAILQ_HEAD(, key_entry) public_keys;
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
pool.h 111 TAILQ_HEAD(, pool) pa_list; /* list of pools using this allocator */

Completed in 326 milliseconds

1 2 3 4 5 6