conf_get_str
name = conf_get_str(section, tag);
else if (conf_get_str(section, tag)) {
char *value = conf_get_str(section, tag);
char *value = conf_get_str(section, tag);
char *value = conf_get_str(section, tag);
liststr = conf_get_str(section, tag);
extern char *conf_get_str(char *, char *);
local_id = conf_get_str(name, "Local-ID");
remote_id = conf_get_str(name, "Remote-ID");
policy = conf_get_str(name, "Configuration");
str = conf_get_str(policy, "DOI");
str = conf_get_str(policy, "EXCHANGE_TYPE");
trpt = conf_get_str(name, "Transport");
peer = conf_get_str(name, "ISAKMP-peer");
tag = conf_get_str(name, "Configuration");
str = conf_get_str(tag, "DOI");
str = conf_get_str(tag, "EXCHANGE_TYPE");
exchange->policy = name ? conf_get_str(name, "Configuration") : 0;
tag = conf_get_str(name, "Configuration");
str = conf_get_str(tag, "DOI");
str = conf_get_str(tag, "EXCHANGE_TYPE");
exchange->policy = name ? conf_get_str(name, "Configuration") : 0;
name = conf_get_str("Phase 1", str);
name = conf_get_str("Phase 1", "Default");
fstr = conf_get_str("General", "Pubkey-directory");
key = conf_get_str(id, "Authentication");
key = conf_get_str(local_id, "Authentication");
if (local_id && (keyfile = conf_get_str("KeyNote",
keyfile = conf_get_str("X509-certificates",
keyfile = conf_get_str("X509-certificates",
buf = (u_int8_t *)conf_get_str(exchange->name, "Credentials");
buf = (u_int8_t *)conf_get_str(exchange->name, "PKAuthentication");
p = conf_get_str(rs, "Address");
p = conf_get_str(rs, "Name");
str = conf_get_str(xf->field, tag);
!strcmp(conf_get_str(xf->field, "Life"), "ANY")) {
str = conf_get_str(life->field, "LIFE_TYPE");
str = conf_get_str(vs->life, "LIFE_DURATION");
attr = (u_int8_t *)conf_get_str(xf->field,
my_id = conf_get_str(exchange->name, "ID");
my_id = conf_get_str("General", "Default-phase-1-ID");
data = conf_get_str(my_id, "Address");
data = conf_get_str(my_id, "Network");
data = conf_get_str(my_id, "Netmask");
data = conf_get_str(my_id, "Name");
rs = conf_get_str(exchange->name, "Remote-ID");
strncmp("yes", conf_get_str("General", "Use-Keynote"), 3))
strncmp("yes", conf_get_str("General", "Use-Keynote"), 3)) {
protocol_id = conf_get_str(prot->field, "PROTOCOL_ID");
transform_id = conf_get_str(xf->field,
name = conf_get_str(xf->field,
(u_int8_t *)conf_get_str(xf->field,
local_id = conf_get_str(exchange->name, "Local-ID");
remote_id = conf_get_str(exchange->name, "Remote-ID");
conf_get_str("General", "Acquire-Only")))
pstr = conf_get_str(section, "Protocol");
pstr = conf_get_str(section, "Port");
type = conf_get_str(section, "ID-type");
address = conf_get_str(section, "Address");
address = conf_get_str(section, "Network");
netmask = conf_get_str(section, "Netmask");
type = conf_get_str(section, "ID-type");
data = conf_get_str(section, "Name");
(format = conf_get_str(section, "PF-Tag")) == NULL)
(value = conf_get_str(section, "Interface")) == NULL)
conf_get_str("General", "Acquire-Only") ||
nat = conf_get_str(name, "NAT-ID");
cfg_mode = conf_get_str(id_string, "Mode");
if (conf_get_str(id_string, "Lifetime")) {
strncmp("no", conf_get_str("General", "Delete-SAs"), 2)) {
ssa.sadb_sa_replay = conf_get_str("General", "Shared-SADB") ? 0 :
conf_get_str("General", "Shared-SADB"))) {
if (!conf_get_str(section, "Phase"))
configname = conf_get_str(section, "Configuration");
localid = conf_get_str(section, "Local-ID");
remoteid = conf_get_str(section, "Remote-ID");
ikepeer = conf_get_str(section, "ISAKMP-peer");
remoteid = conf_get_str(ikepeer, "Remote-ID");
localid = conf_get_str(ikepeer, "ID");
configname = conf_get_str(ikepeer, "Configuration");
if (!conf_get_str(srcid, "ID-type")) {
if (!conf_get_str(srcid, "ID-type")) {
if (!conf_get_str(dstid, "ID-type")) {
if (!conf_get_str(dstid, "ID-type")) {
if (!conf_get_str(conn, "Phase"))
if (!conf_get_str(lname, "ID-type")) {
if (!conf_get_str(dname, "ID-type")) {
if (!conf_get_str(configname, "Exchange_type")) {
if (conf_get_str("General", "Default-phase-2-suites")) {
conf_get_str("General", "Default-phase-2-suites"),
if (!conf_get_str(peer, "Phase")) {
if (!conf_get_str(confname, "exchange_type")) {
xform = conf_get_str("Default-phase-1-configuration",
strncmp("yes", conf_get_str("General", "Use-Keynote"), 3))
policy_file = conf_get_str("General", "Policy-file");
dirname = conf_get_str("KeyNote", "Credential-directory");
tag = conf_get_str("General", "Renegotiate-on-HUP");
port_str = conf_get_str(name, "Port");
addr_str = conf_get_str(name, "Address");
addr_str = conf_get_str(name, "Local-address");
port_str = conf_get_str(name, "Port"); /* XXX "Encap-port" ? */
addr_str = conf_get_str(name, "Address");
addr_str = conf_get_str(name, "Local-address");
v = conf_get_str(section, tag);
v = conf_get_str(section, tag);
dirname = conf_get_str("X509-certificates", "CA-directory");
dirname = conf_get_str("X509-certificates", "Cert-directory");
dirname = conf_get_str("X509-certificates", "CRL-directory");
} else if (!conf_get_str("X509-certificates", "Accept-self-signed")) {