Home
last modified time | relevance | path

Searched refs:dstnames (Results 1 – 4 of 4) sorted by relevance

/dports/net/3proxy/3proxy-0.9.4/src/
H A Dproxymain.c1126 if(ac->dstnames){
1127 ac->dstnames = itcopy(ac->dstnames, sizeof(struct hostname));
1128 if(!ac->dstnames) goto ERRORDSTNAMES;
1129 for(hst = ac->dstnames; hst; hst = hst->next){
1193 ac->dstnames = NULL;
1291 for(hst = ac->dstnames; hst; hst = (struct hostname *)itfree(hst, hst->next)){
H A Dauth.c387 if((acentry->dst && !SAISNULL(&param->req)) || (acentry->dstnames && param->hostname)) { in ACLmatches()
393 if(acentry->dstnames && param->hostname){ in ACLmatches()
398 for(hstentry = acentry->dstnames; hstentry; hstentry = hstentry->next){ in ACLmatches()
H A Dstructures.h322 struct hostname *dstnames; member
H A Dconf.c907 if(!acl->dstnames) {
908 acl->dstnames = hostnamel = myalloc(sizeof(struct hostname));