Home
last modified time | relevance | path

Searched defs:callback_arg (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/usr.sbin/unbound/util/
H A Dnetevent.c3950 comm_point_create_udp(struct comm_base * base,int fd,sldns_buffer * buffer,int pp2_enabled,comm_point_callback_type * callback,void * callback_arg,struct unbound_socket * socket) global() argument
4014 comm_point_create_udp_ancil(struct comm_base * base,int fd,sldns_buffer * buffer,int pp2_enabled,comm_point_callback_type * callback,void * callback_arg,struct unbound_socket * socket) global() argument
4079 comm_point_create_tcp_handler(struct comm_base * base,struct comm_point * parent,size_t bufsize,struct sldns_buffer * spoolbuf,comm_point_callback_type * callback,void * callback_arg,struct unbound_socket * socket) global() argument
4177 comm_point_create_http_handler(struct comm_base * base,struct comm_point * parent,size_t bufsize,int harden_large_queries,uint32_t http_max_streams,char * http_endpoint,comm_point_callback_type * callback,void * callback_arg,struct unbound_socket * socket) global() argument
4300 comm_point_create_tcp(struct comm_base * base,int fd,int num,int idle_timeout,int harden_large_queries,uint32_t http_max_streams,char * http_endpoint,struct tcl_list * tcp_conn_limit,size_t bufsize,struct sldns_buffer * spoolbuf,enum listen_type port_type,int pp2_enabled,comm_point_callback_type * callback,void * callback_arg,struct unbound_socket * socket) global() argument
4397 comm_point_create_tcp_out(struct comm_base * base,size_t bufsize,comm_point_callback_type * callback,void * callback_arg) global() argument
4464 comm_point_create_http_out(struct comm_base * base,size_t bufsize,comm_point_callback_type * callback,void * callback_arg,sldns_buffer * temp) global() argument
4535 comm_point_create_local(struct comm_base * base,int fd,size_t bufsize,comm_point_callback_type * callback,void * callback_arg) global() argument
4603 comm_point_create_raw(struct comm_base * base,int fd,int writing,comm_point_callback_type * callback,void * callback_arg) global() argument
[all...]
/openbsd-src/sbin/unwind/libunbound/util/
H A Dnetevent.c3950 comm_point_create_udp(struct comm_base * base,int fd,sldns_buffer * buffer,int pp2_enabled,comm_point_callback_type * callback,void * callback_arg,struct unbound_socket * socket) global() argument
4014 comm_point_create_udp_ancil(struct comm_base * base,int fd,sldns_buffer * buffer,int pp2_enabled,comm_point_callback_type * callback,void * callback_arg,struct unbound_socket * socket) global() argument
4079 comm_point_create_tcp_handler(struct comm_base * base,struct comm_point * parent,size_t bufsize,struct sldns_buffer * spoolbuf,comm_point_callback_type * callback,void * callback_arg,struct unbound_socket * socket) global() argument
4177 comm_point_create_http_handler(struct comm_base * base,struct comm_point * parent,size_t bufsize,int harden_large_queries,uint32_t http_max_streams,char * http_endpoint,comm_point_callback_type * callback,void * callback_arg,struct unbound_socket * socket) global() argument
4300 comm_point_create_tcp(struct comm_base * base,int fd,int num,int idle_timeout,int harden_large_queries,uint32_t http_max_streams,char * http_endpoint,struct tcl_list * tcp_conn_limit,size_t bufsize,struct sldns_buffer * spoolbuf,enum listen_type port_type,int pp2_enabled,comm_point_callback_type * callback,void * callback_arg,struct unbound_socket * socket) global() argument
4397 comm_point_create_tcp_out(struct comm_base * base,size_t bufsize,comm_point_callback_type * callback,void * callback_arg) global() argument
4464 comm_point_create_http_out(struct comm_base * base,size_t bufsize,comm_point_callback_type * callback,void * callback_arg,sldns_buffer * temp) global() argument
4535 comm_point_create_local(struct comm_base * base,int fd,size_t bufsize,comm_point_callback_type * callback,void * callback_arg) global() argument
4603 comm_point_create_raw(struct comm_base * base,int fd,int writing,comm_point_callback_type * callback,void * callback_arg) global() argument
[all...]
/openbsd-src/usr.sbin/unbound/testcode/
H A Dfake_event.c1150 int timeout, comm_point_callback_type* callback, void* callback_arg) in pending_udp_query() argument
1200 int timeout, comm_point_callback_type* callback, void* callback_arg) in pending_tcp_query() argument
1256 void* callback_arg, sldns_buffer* ATTR_UNUSED(buff), in outnet_serviced_query() argument
1421 void* ATTR_UNUSED(callback_arg)) in comm_point_create_local() argument
1433 void* ATTR_UNUSED(callback_arg)) in comm_point_create_raw() argument
1731 comm_point_create_udp(struct comm_base * ATTR_UNUSED (base),int ATTR_UNUSED (fd),sldns_buffer * ATTR_UNUSED (buffer),int ATTR_UNUSED (pp2_enabled),comm_point_callback_type * ATTR_UNUSED (callback),void * ATTR_UNUSED (callback_arg),struct unbound_socket * ATTR_UNUSED (socket)) comm_point_create_udp() argument
1741 comm_point_create_tcp_out(struct comm_base * ATTR_UNUSED (base),size_t ATTR_UNUSED (bufsize),comm_point_callback_type * ATTR_UNUSED (callback),void * ATTR_UNUSED (callback_arg)) comm_point_create_tcp_out() argument
[all...]
/openbsd-src/sys/dev/ata/
H A Datavar.h153 void *callback_arg; /* argument passed to *callback() */ member