Home | History | Annotate | Download | only in racoon

Lines Matching defs:current

121 	struct vendor_id *current;
126 current = lookup_vendor_id_by_id(id);
128 return current ? current->string : NULL;
187 struct vendor_id *current;
198 current = lookup_vendor_id_by_id(vendorid);
199 if (current == NULL) {
208 return vdup(current->hash);
222 struct vendor_id *current;
229 current = lookup_vendor_id_by_hash((char *)(gen + 1));
230 if (!current)
233 if (current->hash->l < vidlen)
236 current->string);
240 current->string);
242 return current->id;