Home
last modified time | relevance | path

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

/openbsd/src/usr.sbin/radiusd/
Dparse.y456 struct radiusd_module_ref *modref; variable
463 modref = create_module_ref($2);
465 if (modref == NULL)
467 authen.auth = modref;
471 struct radiusd_module_ref *modref; variable
474 if ((modref = create_module_ref($2.v[i]))
479 TAILQ_INSERT_TAIL(&authen.deco, modref, next);
488 struct radiusd_module_ref *modref, *modreft; variable
501 if ((modref = create_module_ref($6.v[i]))
504 TAILQ_INSERT_TAIL(&acct->deco, modref, next);
[all …]
Dradiusd.c343 struct radiusd_module_ref *modref, *modreft; in radiusd_free() local
350 TAILQ_FOREACH_SAFE(modref, &authen->deco, next, modreft) { in radiusd_free()
351 TAILQ_REMOVE(&authen->deco, modref, next); in radiusd_free()
352 free(modref); in radiusd_free()
363 TAILQ_FOREACH_SAFE(modref, &acct->deco, next, modreft) { in radiusd_free()
364 TAILQ_REMOVE(&acct->deco, modref, next); in radiusd_free()
365 free(modref); in radiusd_free()
/openbsd/src/gnu/usr.bin/perl/os2/
Dos2ish.h1225 USHORT modref[1]; member