Searched refs:rconf (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/blacklist/bin/
H A Dinternal.c46 struct confset lconf, rconf; variable in typeref:struct:
H A Dinternal.h44 extern struct confset rconf, lconf;
H A Dblacklistd.c391 for (size_t i = 0; i < rconf.cs_n; i++)
392 uniqueadd(&list, &nlist, &mlist, &rconf.cs_c[i]);
H A Dconf.c1077 confset_match(&rconf, cr, conf_merge);
1136 confset_replace(&rconf, &rc);
1141 confset_list(&rconf, "remote", "source");
/freebsd-13-stable/contrib/wpa/src/radius/
H A Dradius_client.c826 struct hostapd_radius_server *rconf; local
832 rconf = conf->acct_server;
836 rconf = conf->auth_server;
855 rconf->malformed_responses++;
867 rconf->access_accepts++;
870 rconf->access_rejects++;
873 rconf->access_challenges++;
876 rconf->responses++;
913 rconf->round_trip_time = roundtrip;
944 rconf
[all...]

Completed in 121 milliseconds