conf_get_list
extern struct conf_list *conf_get_list(char *, char *);
attrs = conf_get_list(conn->field, "Flags");
conns = conf_get_list("Phase 2", "Passive-Connections");
conns = conf_get_list("Phase 2", "Connections");
if (name && (flags = conf_get_list(name, "Flags")) != NULL) {
attrs = conf_get_list(exchange->name, "Flags");
if (name && (flags = conf_get_list(name, "Flags")) != NULL) {
conf = conf_get_list(exchange->policy, "Transforms");
life_conf = conf_get_list(xf->field, "Life");
life_conf = conf_get_list(xf->field, "Life");
conf = conf_get_list(exchange->policy, "Transforms");
suite_conf = conf_get_list(exchange->policy, "Suites");
prot_conf = conf_get_list(suite->field, "Protocols");
xf_conf = conf_get_list(prot->field, "Transforms");
life_conf = conf_get_list(xf->field, "Life");
alist = conf_get_list(id_string, "Attributes");
logging = conf_get_list("General", "Logverbose");
logging = conf_get_list("General", "Loglevel");
attrs = conf_get_list(section, "Flags");
addr_list = conf_get_list("General", "Listen-on");
addr_list = conf_get_list("General", "Listen-on");
vlist = conf_get_list(section, tag);
vlist = conf_get_list(section, tag);
listen_on = conf_get_list("General", "Listen-on");
listen_on = conf_get_list("General", "Listen-on");