Home | History | Annotate | Download | only in racoon

Lines Matching refs:addrlist

1878 	char addrlist[IP_MAX * MAXNS + MAXNS];
1879 char *splitlist = addrlist;
1960 isakmp_cfg_iplist_to_str(addrlist, iph1->mode_cfg->dns4_index,
1964 addrlist[0] = '\0';
1971 if (script_env_append(envp, envc, "INTERNAL_DNS4_LIST", addrlist) != 0) {
1987 isakmp_cfg_iplist_to_str(addrlist, iph1->mode_cfg->wins4_index,
1991 addrlist[0] = '\0';
2000 "INTERNAL_WINS4_LIST", addrlist) != 0) {
2027 splitlist = addrlist;
2028 splitlist_cidr = addrlist;
2029 addrlist[0] = '\0';
2042 if (splitlist != addrlist)
2044 if (splitlist_cidr != addrlist)
2053 splitlist = addrlist;
2054 splitlist_cidr = addrlist;
2055 addrlist[0] = '\0';
2068 if (splitlist != addrlist)
2070 if (splitlist_cidr != addrlist)