HomeSort by: relevance | last modified time | path
    Searched refs:netio (Results 1 - 9 of 9) sorted by relevancy

  /src/external/bsd/nsd/dist/
netio.h 2 * netio.h -- network I/O support.
9 * The netio module implements event based I/O handling using
29 * the handler to the netio structure.
64 typedef struct netio netio_type;
68 struct netio struct
93 typedef void (*netio_event_handler_type)(netio_type *netio,
146 * Create a new netio instance using the specified REGION. The netio
152 * Add a new HANDLER to NETIO.
154 void netio_add_handler(netio_type *netio, netio_handler_type *handler)
    [all...]
netio.c 2 * netio.c -- network I/O support.
18 #include "netio.h"
39 netio_add_handler(netio_type *netio, netio_handler_type *handler)
43 assert(netio);
46 if (netio->deallocated) {
51 elt = netio->deallocated;
52 netio->deallocated = elt->next;
58 netio->region, sizeof(netio_handler_list_type));
61 elt->next = netio->handlers;
64 netio->handlers = elt
    [all...]
ipc.h 13 #include "netio.h"
47 void parent_handle_xfrd_command(netio_type *netio,
54 void parent_handle_reload_command(netio_type *netio,
62 void parent_handle_child_command(netio_type *netio,
ipc.c 106 parent_handle_xfrd_command(netio_type *ATTR_UNUSED(netio),
283 parent_handle_child_command(netio_type *ATTR_UNUSED(netio),
354 parent_handle_reload_command(netio_type *ATTR_UNUSED(netio),
Makefile.in 101 NSD_OBJ=$(COMMON_OBJ) $(XFRD_OBJ) $(XDP_OBJ) difffile.o ipc.o mini_event.o netio.o nsd.o server.o dbaccess.o dbcreate.o zonec.o verify.o
104 NSD_CHECKZONE_OBJ=$(COMMON_OBJ) $(XFRD_OBJ) $(XDP_OBJ) dbaccess.o dbcreate.o difffile.o ipc.o mini_event.o netio.o server.o zonec.o nsd-checkzone.o verify.o
106 CUTEST_OBJ=$(COMMON_OBJ) $(XFRD_OBJ) $(XDP_OBJ) dbaccess.o dbcreate.o difffile.o ipc.o mini_event.o netio.o server.o verify.o zonec.o cutest_dname.o cutest_dns.o cutest_iterated_hash.o cutest_run.o cutest_radtree.o cutest_rbtree.o cutest_namedb.o cutest_options.o cutest_region.o cutest_rrl.o cutest_udb.o cutest_util.o cutest_xfrd_tcp.o cutest_bitset.o cutest_popen3.o cutest_iter.o cutest_event.o cutest.o qtest.o
107 NSD_MEM_OBJ=$(COMMON_OBJ) $(XFRD_OBJ) $(XDP_OBJ) dbaccess.o dbcreate.o difffile.o ipc.o mini_event.o netio.o verify.o server.o zonec.o nsd-mem.o
536 ipc.o: $(srcdir)/ipc.c config.h $(srcdir)/compat/cpuset.h $(srcdir)/ipc.h $(srcdir)/netio.h $(srcdir)/region-allocator.h \
557 netio.o: $(srcdir)/netio.c config.h $(srcdir)/compat/cpuset.h $(srcdir)/netio.h $(srcdir)/region-allocator.h \
561 $(srcdir)/remote.h $(srcdir)/xfrd-disk.h $(srcdir)/ipc.h $(srcdir)/netio.h $(srcdir)/metrics.h $(srcdir)/dnstap/dnstap_collector.h \
602 $(srcdir)/edns.h $(srcdir)/difffile.h $(srcdir)/udb.h $(srcdir)/ipc.h $(srcdir)/netio.h $(srcdir)/remote.h $(srcdir)/rdata.h $(srcdir)/metrics.
    [all...]
server.c 73 #include "netio.h"
458 restart_child_servers(struct nsd *nsd, region_type* region, netio_type* netio,
498 netio_add_handler(netio, nsd->children[i].handler);
1575 server_start_children(struct nsd *nsd, region_type* region, netio_type* netio,
1585 return restart_child_servers(nsd, region, netio, xfrd_sock_p);
2528 server_reload(struct nsd *nsd, region_type* server_region, netio_type* netio,
2647 if (server_start_children(nsd, server_region, netio, &nsd->
2788 netio_type *netio = netio_create(server_region); local
2805 netio_add_handler(netio, nsd->xfrd_listener);
2816 if (server_start_children(nsd, server_region, netio,
    [all...]
  /src/external/bsd/nsd/sbin/nsd-checkzone/
Makefile 11 netio.c \
  /src/external/bsd/nsd/sbin/nsd/
Makefile 11 netio.c \
  /src/sys/arch/vax/boot/boot/
Makefile 10 SRCS= srt0.S boot.c devopen.c conf.c autoconf.c netio.c rom.c romread.S \

Completed in 23 milliseconds