Home
last modified time | relevance | path

Searched refs:ISC_LIST (Results 1 – 14 of 14) sorted by relevance

/freebsd-12.1/contrib/ntp/lib/isc/include/isc/
H A Dtypes.h50 typedef ISC_LIST(isc_buffer_t) isc_bufferlist_t; /*%< Buffer List */
56 typedef ISC_LIST(isc_event_t) isc_eventlist_t; /*%< Event List */
94 typedef ISC_LIST(isc_task_t) isc_tasklist_t; /*%< Task List */
H A Dsockaddr.h45 typedef ISC_LIST(struct isc_sockaddr) isc_sockaddrlist_t;
H A Dutil.h189 #define LIST(type) ISC_LIST(type)
H A Dlist.h31 #define ISC_LIST(type) struct { type *head, *tail; } macro
/freebsd-12.1/contrib/ntp/lib/isc/win32/include/isc/
H A Dcondition.h42 ISC_LIST(isc_condition_thread_t) threadlist;
/freebsd-12.1/contrib/ntp/lib/isc/
H A Dlog.c119 ISC_LIST(isc_logchannel_t) channels;
120 ISC_LIST(isc_logchannellist_t) *channellists;
158 ISC_LIST(isc_logmessage_t) messages;
553 sizeof(ISC_LIST(isc_logchannellist_t))); in isc_logconfig_destroy()
1121 bytes = lctx->category_count * sizeof(ISC_LIST(isc_logchannellist_t)); in sync_channellist()
1132 sizeof(ISC_LIST(isc_logchannellist_t)); in sync_channellist()
H A Dresult.c112 static ISC_LIST(resulttable) tables;
H A Dratelimiter.c48 ISC_LIST(isc_event_t) pending;
H A Dhttpd.c148 ISC_LIST(isc_httpd_t) running; /*%< running clients */
152 ISC_LIST(isc_httpdurl_t) urls; /*%< urls we manage */
H A Dmem.c111 typedef ISC_LIST(debuglink_t) debuglist_t;
116 static ISC_LIST(isc__mem_t) contexts;
150 ISC_LIST(isc__mempool_t) pools;
H A Dentropy.c110 ISC_LIST(isc_entropysource_t) sources;
H A Dtask.c133 typedef ISC_LIST(isc__task_t) isc__tasklist_t;
/freebsd-12.1/contrib/ntp/lib/isc/win32/
H A Dsocket.c258 ISC_LIST(isc_socketevent_t) send_list;
259 ISC_LIST(isc_socketevent_t) recv_list;
260 ISC_LIST(isc_socket_newconnev_t) accept_list;
305 ISC_LIST(buflist_t) bufferlist; /*%< list of buffers */
326 ISC_LIST(isc_socket_t) socklist;
/freebsd-12.1/contrib/ntp/lib/isc/unix/
H A Dsocket.c316 ISC_LIST(isc_socketevent_t) send_list;
317 ISC_LIST(isc_socketevent_t) recv_list;
318 ISC_LIST(isc_socket_newconnev_t) accept_list;
396 ISC_LIST(isc__socket_t) socklist;