Searched refs:set_identifier (Results 1 – 4 of 4) sorted by relevance
/external/ipsec-tools/src/racoon/ |
D | ipsec_doi.h | 218 extern int set_identifier __P((vchar_t **, int, vchar_t *));
|
D | cfparse.y | 1341 if (set_identifier(&idv, $2, $3) != 0) { 1731 if (set_identifier(&cur_rmconf->idv, $2, $3) != 0) { 1772 if (set_identifier(&id->id, $2, $3) != 0) {
|
D | remoteconf.c | 256 if (set_identifier(&id->id, old->idtype, old->id) != 0) {
|
D | ipsec_doi.c | 3889 set_identifier(vpp, type, value) in set_identifier() function
|