HomeSort by: relevance | last modified time | path
    Searched defs:doq_table (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/unbound/dist/daemon/
daemon.h 61 struct doq_table;
156 struct doq_table* doq_table; member in struct:daemon
  /src/external/bsd/unbound/dist/services/
listen_dnsport.h 204 * @param doq_table: the doq connection table, with shared information.
219 struct doq_table* doq_table,
485 struct doq_table { struct
506 /** the list of write interested connections, hold the doq_table.lock
529 struct doq_table* doq_table_create(struct config_file* cfg,
533 void doq_table_delete(struct doq_table* table);
590 struct doq_table* table;
718 void doq_conn_delete(struct doq_conn* conn, struct doq_table* table);
743 * caller must hold doq_table.conid_lock. *
    [all...]

Completed in 26 milliseconds