Searched refs:idspec (Results 1 – 3 of 3) sorted by relevance
101 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()
172 struct idspec { struct236 extern struct idspec *newidspec(void);
2165 struct idspec *idspec = NULL; variable2172 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; variable2193 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);