Home
last modified time | relevance | path

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

/netbsd/src/lib/libradius/
Dradlib.c431 const char *wanttype; in rad_config() local
495 wanttype = h->type == RADIUS_AUTH ? "auth" : "acct"; in rad_config()
496 if (strcmp(type, wanttype) != 0) in rad_config()