Home
last modified time | relevance | path

Searched refs:fwdlist (Results 1 – 7 of 7) sorted by relevance

/dports/mail/dbmail/dbmail-3.2.5/src/
H A Ddm_user.c648 GString *fwdlist = g_list_join(forwards,","); in show_alias() local
649 printf("%s: %s\n", name, fwdlist->str); in show_alias()
650 g_string_free(fwdlist, TRUE); in show_alias()
652 GString *fwdlist = g_list_join(forwards,", "); in show_alias() local
653 printf("forward [%s] to [%s]\n", name, fwdlist->str); in show_alias()
654 g_string_free(fwdlist, TRUE); in show_alias()
/dports/security/dropbear/dropbear-2020.81/
H A Dcli-runopts.c44 static void addforward(const char* str, m_list *fwdlist);
750 static void addforward(const char* origstr, m_list *fwdlist) { in addforward() argument
830 list_append(fwdlist, newfwd); in addforward()
/dports/dns/bind911/bind-9.11.37/bin/named/
H A Dserver.c5111 dns_forwarderlist_t fwdlist; in configure_forward() local
5117 ISC_LIST_INIT(fwdlist); in configure_forward()
5178 ISC_LIST_APPEND(fwdlist, fwd, link); in configure_forward()
5181 if (ISC_LIST_EMPTY(fwdlist)) { in configure_forward()
5203 result = dns_fwdtable_addfwd(view->fwdtable, origin, &fwdlist, in configure_forward()
5218 while (!ISC_LIST_EMPTY(fwdlist)) { in configure_forward()
5219 fwd = ISC_LIST_HEAD(fwdlist); in configure_forward()
5220 ISC_LIST_UNLINK(fwdlist, fwd, link); in configure_forward()
/dports/dns/bind916/bind-9.16.27/bin/named/
H A Dserver.c6070 dns_forwarderlist_t fwdlist; in configure_forward() local
6076 ISC_LIST_INIT(fwdlist); in configure_forward()
6134 ISC_LIST_APPEND(fwdlist, fwd, link); in configure_forward()
6137 if (ISC_LIST_EMPTY(fwdlist)) { in configure_forward()
6160 result = dns_fwdtable_addfwd(view->fwdtable, origin, &fwdlist, in configure_forward()
6175 while (!ISC_LIST_EMPTY(fwdlist)) { in configure_forward()
6176 fwd = ISC_LIST_HEAD(fwdlist); in configure_forward()
6177 ISC_LIST_UNLINK(fwdlist, fwd, link); in configure_forward()
/dports/dns/samba-nsupdate/bind-9.16.5/bin/named/
H A Dserver.c5823 dns_forwarderlist_t fwdlist; in configure_forward() local
5829 ISC_LIST_INIT(fwdlist); in configure_forward()
5887 ISC_LIST_APPEND(fwdlist, fwd, link); in configure_forward()
5890 if (ISC_LIST_EMPTY(fwdlist)) { in configure_forward()
5913 result = dns_fwdtable_addfwd(view->fwdtable, origin, &fwdlist, in configure_forward()
5928 while (!ISC_LIST_EMPTY(fwdlist)) { in configure_forward()
5929 fwd = ISC_LIST_HEAD(fwdlist); in configure_forward()
5930 ISC_LIST_UNLINK(fwdlist, fwd, link); in configure_forward()
/dports/dns/bind-tools/bind-9.16.27/bin/named/
H A Dserver.c6070 dns_forwarderlist_t fwdlist; in configure_forward() local
6076 ISC_LIST_INIT(fwdlist); in configure_forward()
6134 ISC_LIST_APPEND(fwdlist, fwd, link); in configure_forward()
6137 if (ISC_LIST_EMPTY(fwdlist)) { in configure_forward()
6160 result = dns_fwdtable_addfwd(view->fwdtable, origin, &fwdlist, in configure_forward()
6175 while (!ISC_LIST_EMPTY(fwdlist)) { in configure_forward()
6176 fwd = ISC_LIST_HEAD(fwdlist); in configure_forward()
6177 ISC_LIST_UNLINK(fwdlist, fwd, link); in configure_forward()
/dports/dns/bind9-devel/bind9-e112afa15668bd3b1baed59df2d21e01b46da15e/bin/named/
H A Dserver.c6101 dns_forwarderlist_t fwdlist; in configure_forward() local
6107 ISC_LIST_INIT(fwdlist); in configure_forward()
6165 ISC_LIST_APPEND(fwdlist, fwd, link); in configure_forward()
6168 if (ISC_LIST_EMPTY(fwdlist)) { in configure_forward()
6191 result = dns_fwdtable_addfwd(view->fwdtable, origin, &fwdlist, in configure_forward()
6206 while (!ISC_LIST_EMPTY(fwdlist)) { in configure_forward()
6207 fwd = ISC_LIST_HEAD(fwdlist); in configure_forward()
6208 ISC_LIST_UNLINK(fwdlist, fwd, link); in configure_forward()