Searched refs:cfgmap (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/sbin/iked/
H A Dconfig.c1253 struct iked_radcfgmap cfgmap; local
1257 memset(&cfgmap, 0, sizeof(cfgmap));
1258 cfgmap.cfg_type = cfg_type;
1259 cfgmap.vendor_id = vendor_id;
1260 cfgmap.attr_type = attr_type;
1263 -1, &cfgmap, sizeof(cfgmap));
1273 struct iked_radcfgmap *cfgmap, *cfgmap0; local
1277 if (len < sizeof(*cfgmap))
[all...]
H A Dradius.c152 const struct iked_radcfgmap *cfgmap; local
278 cfgmap = &radius_cfgmaps[i];
279 iked_radius_config(req, pkt, cfgmap->cfg_type,
280 cfgmap->vendor_id, cfgmap->attr_type);
283 TAILQ_FOREACH(cfgmap, &env->sc_radcfgmaps, entry)
284 iked_radius_config(req, pkt, cfgmap->cfg_type,
285 cfgmap->vendor_id, cfgmap->attr_type);

Completed in 104 milliseconds