Home
last modified time | relevance | path

Searched defs:waiting_tcp (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/usr.sbin/unbound/services/
H A Doutside_network.h369 struct waiting_tcp { struct
374 struct waiting_tcp* next_waiting; argument
380 struct waiting_tcp* write_wait_prev, *write_wait_next; argument
384 * this struct is key and sorted by ID (from waiting_tcp.id). */ argument
401 * allocated after the waiting_tcp structure. argument
403 uint8_t* pkt;
405 size_t pkt_len;
410 comm_point_callback_type* cb;
412 void* cb_arg;
414 int ssl_upstream;
[all …]
/openbsd-src/sbin/unwind/libunbound/services/
H A Doutside_network.h369 struct waiting_tcp { struct
374 struct waiting_tcp* next_waiting; argument
380 struct waiting_tcp* write_wait_prev, *write_wait_next; argument
384 * this struct is key and sorted by ID (from waiting_tcp.id). */ argument
401 * allocated after the waiting_tcp structure. argument
403 uint8_t* pkt;
405 size_t pkt_len;
410 comm_point_callback_type* cb;
412 void* cb_arg;
414 int ssl_upstream;
[all …]