Searched refs:conf_set (Results 1 – 5 of 5) sorted by relevance
| /mirbsd/src/sbin/isakmpd/ |
| D | conf.c | 283 conf_set(trans, section, line, val, 0, 0); in conf_parse_line() 394 conf_set(tr, sect, "ENCRYPTION_ALGORITHM", mme, 0, 1); in conf_load_defaults_mm() 396 conf_set(tr, sect, "KEY_LENGTH", CONF_DFLT_VAL_BLF_KEYLEN, 0, in conf_load_defaults_mm() 399 conf_set(tr, sect, "KEY_LENGTH", CONF_DFLT_VAL_AES_KEYLEN, 0, in conf_load_defaults_mm() 402 conf_set(tr, sect, "HASH_ALGORITHM", mmh, 0, 1); in conf_load_defaults_mm() 403 conf_set(tr, sect, "AUTHENTICATION_METHOD", mma, 0, 1); in conf_load_defaults_mm() 404 conf_set(tr, sect, "GROUP_DESCRIPTION", dhg, 0, 1); in conf_load_defaults_mm() 405 conf_set(tr, sect, "Life", CONF_DFLT_TAG_LIFE_MAIN_MODE, 0, 1); in conf_load_defaults_mm() 431 conf_set(tr, sect, "Protocols", tmp, 0, 1); in conf_load_defaults_qm() 433 conf_set(tr, tmp, "PROTOCOL_ID", sect, 0, 1); in conf_load_defaults_qm() [all …]
|
| D | pf_key_v2.c | 2037 conf_set(af, section, "Refcount", conn, 1, 0); in pf_key_v2_conf_refinc() 2060 conf_set(af, section, "Refcount", conn, 1, 0); in pf_key_v2_conf_refhandle() 2794 if (conf_set(af, srcid, "ID-type", in pf_key_v2_acquire() 2797 conf_set(af, srcid, "Refcount", "1", 1, 0) || in pf_key_v2_acquire() 2798 conf_set(af, srcid, "Address", in pf_key_v2_acquire() 2877 if (conf_set(af, srcid, "ID-type", prefstring, in pf_key_v2_acquire() 2879 conf_set(af, srcid, "Refcount", "1", 1, 0) || in pf_key_v2_acquire() 2880 conf_set(af, srcid, "Name", in pf_key_v2_acquire() 2957 if (conf_set(af, dstid, "ID-type", in pf_key_v2_acquire() 2960 conf_set(af, dstid, "Refcount", "1", 1, 0) || in pf_key_v2_acquire() [all …]
|
| D | ui.c | 210 conf_set(trans, section, tag, value, items == 4 ? 1 : 0, 0); in ui_config() 222 conf_set(trans, section, tag, value, 1, 0); in ui_config() 237 conf_set(trans, section, tag, nv, 1, 0); in ui_config()
|
| D | conf.h | 100 extern int conf_set(int, char *, char *, char *, int, int);
|
| D | DESIGN-NOTES | 330 int conf_set (int transaction, char *section, char *tag, char *value, 337 passed strings, conf_set will copy the values, and not use the original
|