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

  /src/external/bsd/unbound/dist/services/
listen_dnsport.h 321 struct tcp_req_info { struct
381 struct tcp_req_info* tcp_req_info_create(struct sldns_buffer* spoolbuf);
388 void tcp_req_info_delete(struct tcp_req_info* req);
395 void tcp_req_info_clear(struct tcp_req_info* req);
398 * Remove mesh state entry from list in tcp_req_info.
403 void tcp_req_info_remove_mesh_state(struct tcp_req_info* req,
410 void tcp_req_info_handle_writedone(struct tcp_req_info* req);
416 void tcp_req_info_handle_readdone(struct tcp_req_info* req);
429 int tcp_req_info_add_meshstate(struct tcp_req_info* req,
436 void tcp_req_info_send_reply(struct tcp_req_info* req)
    [all...]
  /src/external/bsd/unbound/dist/util/
netevent.h 405 struct tcp_req_info* tcp_req_info; member in struct:comm_point
633 * @param spoolbuf: shared spool buffer for tcp_req_info structures.

Completed in 26 milliseconds