OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nfwd
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/mpl/dhcp/bind/dist/lib/dns/
forward.c
77
dns_forwarder_t *fwd, *
nfwd
;
local
87
nfwd
= isc_mem_get(fwdtable->mctx, sizeof(*
nfwd
));
88
*
nfwd
= *fwd;
89
ISC_LINK_INIT(
nfwd
, link);
90
ISC_LIST_APPEND(forwarders->fwdrs,
nfwd
, link);
forward.c
77
dns_forwarder_t *fwd, *
nfwd
;
local
87
nfwd
= isc_mem_get(fwdtable->mctx, sizeof(*
nfwd
));
88
*
nfwd
= *fwd;
89
ISC_LINK_INIT(
nfwd
, link);
90
ISC_LIST_APPEND(forwarders->fwdrs,
nfwd
, link);
/src/external/mpl/bind/dist/lib/dns/
forward.c
96
dns_forwarder_t *fwd = NULL, *
nfwd
= NULL;
local
106
nfwd
= isc_mem_get(fwdtable->mctx, sizeof(*
nfwd
));
107
*
nfwd
= *fwd;
110
nfwd
->tlsname = isc_mem_get(fwdtable->mctx,
111
sizeof(*
nfwd
->tlsname));
112
dns_name_init(
nfwd
->tlsname, NULL);
114
nfwd
->tlsname);
117
ISC_LINK_INIT(
nfwd
, link);
118
ISC_LIST_APPEND(forwarders->fwdrs,
nfwd
, link)
[
all
...]
forward.c
96
dns_forwarder_t *fwd = NULL, *
nfwd
= NULL;
local
106
nfwd
= isc_mem_get(fwdtable->mctx, sizeof(*
nfwd
));
107
*
nfwd
= *fwd;
110
nfwd
->tlsname = isc_mem_get(fwdtable->mctx,
111
sizeof(*
nfwd
->tlsname));
112
dns_name_init(
nfwd
->tlsname, NULL);
114
nfwd
->tlsname);
117
ISC_LINK_INIT(
nfwd
, link);
118
ISC_LIST_APPEND(forwarders->fwdrs,
nfwd
, link)
[
all
...]
Completed in 31 milliseconds
Indexes created Wed Mar 04 15:26:31 UTC 2026