Searched refs:sortlist (Results 1 - 13 of 13) sorted by relevance

/bind-9.11.3/lib/lwres/
H A Dlwconfig.c243 lwres_resetaddr(&confdata->sortlist[i].addr);
244 lwres_resetaddr(&confdata->sortlist[i].mask);
275 lwres_resetaddr(&confdata->sortlist[i].addr);
276 lwres_resetaddr(&confdata->sortlist[i].mask);
526 res = lwres_create_addr(word, &confdata->sortlist[idx].addr, 1);
532 &confdata->sortlist[idx].mask,
540 confdata->sortlist[idx].mask =
541 confdata->sortlist[idx].addr;
543 memset(&confdata->sortlist[idx].mask.address, 0xff,
544 confdata->sortlist[id
[all...]
/bind-9.11.3/bin/tests/system/sortlist/ns1/
H A Dnamed.conf24 sortlist {
/bind-9.11.3/lib/irs/
H A Dresconf.c106 } sortlist[RESCONFMAXSORTLIST]; member in struct:irs_resconf
405 INSIST(idx < sizeof(conf->sortlist)/sizeof(conf->sortlist[0]));
406 res = create_addr(word, &conf->sortlist[idx].addr, 1);
411 res = create_addr(p, &conf->sortlist[idx].mask, 0);
418 conf->sortlist[idx].mask = conf->sortlist[idx].addr;
419 memset(&conf->sortlist[idx].mask.type, 0xff,
420 sizeof(conf->sortlist[idx].mask.type));
530 else if (strcmp(word, "sortlist")
[all...]
/bind-9.11.3/bin/named/
H A Dsortlist.c9 /* $Id: sortlist.c,v 1.17 2007/09/14 01:46:05 marka Exp $ */
23 #include <named/sortlist.h>
37 * in the sortlist (see ARM).
88 * sortlist statement.
H A Dlwdgabn.c32 #include <named/sortlist.h>
123 if (naddrs <= 1 || lwresd->view->sortlist == NULL)
131 ns_sortlist_byaddrsetup(lwresd->view->sortlist,
H A Dlwresd.c157 * Build the sortlist
165 lwres_addr_t *lwaddr = &lwc->sortlist[i].addr;
166 lwres_addr_t *lwmask = &lwc->sortlist[i].mask;
180 "processing sortlist: '%s' is "
H A Dquery.c56 #include <named/sortlist.h>
5819 * sortlist statement.
5832 * of a 1-element top-level sortlist statement.
5844 * Find the sortlist statement that applies to 'client' and set up
5845 * the sortlist info in in client->message appropriately.
5854 switch (ns_sortlist_setup(client->view->sortlist,
9016 * We are done. Set up sortlist data for the message
H A Dserver.c564 * Configure a sortlist at '*aclp'. Essentially the same as
590 (void)ns_config_get(maps, "sortlist", &aclobj);
595 * Use a nest level of 3 for the "top level" of the sortlist;
4408 * Configure sortlist, if set
4411 &view->sortlist));
/bind-9.11.3/contrib/scripts/
H A Dnamed-bootconf.sh238 sortlist )
/bind-9.11.3/lib/lwres/include/lwres/
H A Dlwres.h232 } sortlist[LWRES_CONFMAXSORTLIST]; member in struct:__anon322
/bind-9.11.3/lib/dns/include/dns/
H A Dview.h133 dns_acl_t * sortlist; member in struct:dns_view
/bind-9.11.3/bin/tests/
H A Dnamed.conf189 sortlist { 10/8; 11/8; };
/bind-9.11.3/lib/dns/
H A Dview.c197 view->sortlist = NULL;
432 if (view->sortlist != NULL)
433 dns_acl_detach(&view->sortlist);

Completed in 572 milliseconds