Symbol: idspec
crypto/dist/ipsec-tools/src/racoon/cfparse.y
2165
struct idspec *idspec = NULL;
crypto/dist/ipsec-tools/src/racoon/cfparse.y
2172
if ((idspec = newidspec()) == NULL) {
crypto/dist/ipsec-tools/src/racoon/cfparse.y
2177
idspec->id = id; /* hand over id to idspec. */
crypto/dist/ipsec-tools/src/racoon/cfparse.y
2178
idspec->idtype = $2;
crypto/dist/ipsec-tools/src/racoon/cfparse.y
2179
genlist_append (cur_rmconf->idvl_p, idspec);
crypto/dist/ipsec-tools/src/racoon/cfparse.y
2185
struct idspec *idspec = NULL;
crypto/dist/ipsec-tools/src/racoon/cfparse.y
2193
if ((idspec = newidspec()) == NULL) {
crypto/dist/ipsec-tools/src/racoon/cfparse.y
2198
idspec->id = id; /* hand over id to idspec. */
crypto/dist/ipsec-tools/src/racoon/cfparse.y
2200
idspec->idtype = $2;
crypto/dist/ipsec-tools/src/racoon/cfparse.y
2201
genlist_append (cur_rmconf->idvl_p, idspec);
crypto/dist/ipsec-tools/src/racoon/remoteconf.c
101
struct idspec *id;
crypto/dist/ipsec-tools/src/racoon/remoteconf.c
1060
struct idspec *
crypto/dist/ipsec-tools/src/racoon/remoteconf.c
1063
struct idspec *new;
crypto/dist/ipsec-tools/src/racoon/remoteconf.c
537
struct idspec *id;
crypto/dist/ipsec-tools/src/racoon/remoteconf.c
538
struct idspec *old = (struct idspec *) entry;
crypto/dist/ipsec-tools/src/racoon/remoteconf.c
697
vfree (((struct idspec *)data)->id);
crypto/dist/ipsec-tools/src/racoon/remoteconf.c
925
struct idspec *id = (struct idspec*) entry;
crypto/dist/ipsec-tools/src/racoon/remoteconf.h
236
extern struct idspec *newidspec(void);