HomeSort by: relevance | last modified time | path
    Searched refs:irs (Results 1 - 25 of 85) sorted by relevancy

1 2 3 4

  /src/external/mpl/dhcp/bind/dist/lib/irs/
version.c 18 #include <irs/version.h>
gai_strerror.c 20 * \link netdb.h include/irs/netdb.h.\endlink
52 #include <irs/netdb.h>
context.c 34 #include <irs/context.h>
35 #include <irs/dnsconf.h>
36 #include <irs/resconf.h>
55 * An IRS context is a thread-specific object, and does not need to
  /src/external/mpl/dhcp/bind/dist/lib/irs/include/irs/
version.h 18 #include <irs/platform.h>
dnsconf.h 22 * The IRS dnsconf module parses an "advanced" configuration file related to
36 #include <irs/types.h>
resconf.h 22 * The IRS resconf module parses the legacy "/etc/resolv.conf" file and
27 #include <irs/types.h>
context.h 22 * The IRS context module provides an abstract interface to the DNS library
23 * with an application. An IRS context object initializes and holds various
29 #include <irs/types.h>
36 * Create an IRS context. It internally initializes the ISC and DNS libraries
38 * the configuration files parsed via the 'resconf' and 'dnsconf' IRS modules.
50 * Return an IRS context for the calling thread. If no IRS context is
54 * expected to be thread-safe but do not accept an appropriate IRS context
65 * Destroy an IRS context.
69 *\li '*contextp' is a valid IRS context
    [all...]
  /src/external/bsd/libbind/dist/irs/
gen.c 54 #include <irs.h>
125 struct gen_p *irs; local
132 if (!(irs = memget(sizeof *irs))) {
137 memset(irs, 0x5e, sizeof *irs);
138 irs->options = strdup(options);
139 irs->res = NULL;
140 irs->free_res = NULL;
141 memset(irs->accessors, 0, sizeof irs->accessors)
170 struct gen_p *irs = (struct gen_p *)this->private; local
190 struct gen_p *irs = (struct gen_p *)this->private; local
221 struct gen_p *irs = (struct gen_p *)this->private; local
    [all...]
irs_data.c 42 #include <irs.h>
114 (*net_data->irs->close)(net_data->irs);
173 if ((net_data->irs = irs_gen_acc("", conf_file)) == NULL) {
178 (*net_data->irs->res_set)(net_data->irs, &_res, NULL);
181 net_data->res = (*net_data->irs->res_get)(net_data->irs);
183 (*net_data->irs->close)(net_data->irs);
    [all...]
irs_data.h 29 struct irs_acc * irs; member in struct:net_data
getnetgrent.c 39 #include <irs.h>
149 net_data->ng = (*net_data->irs->ng_map)(net_data->irs);
getgrent.c 44 #include <irs.h>
211 net_data->gr = (*net_data->irs->gr_map)(net_data->irs);
getprotoent.c 40 #include <irs.h>
163 net_data->pr = (*net_data->irs->pr_map)(net_data->irs);
getpwent.c 43 #include <irs.h>
189 net_data->pw = (*net_data->irs->pw_map)(net_data->irs);
getservent.c 40 #include <irs.h>
166 net_data->sv = (*net_data->irs->sv_map)(net_data->irs);
nul_ng.c 43 #include <irs.h>
util.c 38 #include <irs.h>
getnetent.c 44 #include <irs.h>
231 net_data->nw = (*net_data->irs->nw_map)(net_data->irs);
  /src/external/mpl/dhcp/bind/lib/libirs/
Makefile 4 LIB=irs
10 CPPFLAGS+= -I${DIST}/include -I${IDIST}/lib/irs/include
12 DIST= ${IDIST}/lib/irs
  /src/external/mpl/bind/bin/delv/
Makefile 10 CPPFLAGS+= -I${DIST}/include -I${IDIST}/lib/irs/include
  /src/external/mpl/dhcp/bind/
Makefile.inc 46 -I${IDIST}/lib/irs/include \
  /src/sys/netinet/
tcp_seq.h 57 (tp)->rcv_adv = (tp)->rcv_nxt = (tp)->irs + 1
  /src/external/mpl/bind/
binclude4netbsd 42 for d in irs
  /src/external/bsd/libbind/dist/resolv/
herror.c 71 #include <irs.h>
mtctxres.c 12 #include <irs.h>

Completed in 36 milliseconds

1 2 3 4