Home
last modified time | relevance | path

Searched refs:idspec (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/crypto/dist/ipsec-tools/src/racoon/
Dremoteconf.c101 struct idspec *id; in rmconf_match_identity()
537 struct idspec *id; in dupidvl()
538 struct idspec *old = (struct idspec *) entry; in dupidvl()
697 vfree (((struct idspec *)data)->id); in idspec_free()
925 struct idspec *id = (struct idspec*) entry; in dump_peers_identifiers()
1060 struct idspec *
1063 struct idspec *new; in newidspec()
Dremoteconf.h172 struct idspec { struct
236 extern struct idspec *newidspec(void);
Dcfparse.y2165 struct idspec *idspec = NULL; variable
2172 if ((idspec = newidspec()) == NULL) {
2177 idspec->id = id; /* hand over id to idspec. */
2178 idspec->idtype = $2;
2179 genlist_append (cur_rmconf->idvl_p, idspec);
2185 struct idspec *idspec = NULL; variable
2193 if ((idspec = newidspec()) == NULL) {
2198 idspec->id = id; /* hand over id to idspec. */
2200 idspec->idtype = $2;
2201 genlist_append (cur_rmconf->idvl_p, idspec);