HomeSort by: relevance | last modified time | path
    Searched defs:rconf (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/blocklist/bin/
internal.c 48 struct confset lconf, rconf; variable in typeref:struct:
  /src/sys/arch/usermode/dev/
vaudio.c 272 thunk_audio_config_t pconf, rconf; local
280 memset(&rconf, 0, sizeof(rconf));
281 rconf.sample_rate = sc->sc_rparam.sample_rate;
282 rconf.precision = sc->sc_rparam.precision;
283 rconf.validbits = sc->sc_rparam.validbits;
284 rconf.channels = sc->sc_rparam.channels;
286 return thunk_audio_config(sc->sc_audiofd, &pconf, &rconf);
  /src/external/bsd/wpa/dist/src/radius/
radius_client.c 1104 struct hostapd_radius_server *rconf; local
1120 rconf = conf->acct_server;
1130 rconf = conf->auth_server;
1202 rconf->malformed_responses++;
1214 rconf->access_accepts++;
1217 rconf->access_rejects++;
1220 rconf->access_challenges++;
1223 rconf->responses++;
1260 rconf->round_trip_time = roundtrip;
1291 rconf->bad_authenticators++
    [all...]

Completed in 29 milliseconds