Searched refs:rnr (Results 1 - 7 of 7) sorted by relevance

/freebsd-current/sys/dev/fxp/
H A Dif_fxpvar.h214 int rnr; /* RNR events */ member in struct:fxp_softc
H A Dif_fxp.c1865 int rnr = (statack & FXP_SCB_STATACK_RNR) ? 1 : 0; local
1872 if (rnr)
1873 sc->rnr++;
1878 rnr = 1;
1907 if (!rnr && (statack & FXP_SCB_STATACK_FR) == 0)
1932 if (rnr) {
1935 rnr = 0;
1946 rnr++;
2015 if (rnr) {
3154 SYSCTL_ADD_INT(ctx, child,OID_AUTO, "rnr", CTLFLAG_R
[all...]
/freebsd-current/contrib/wpa/src/ap/
H A Dap_config.h900 u8 rnr; member in struct:hostapd_bss_config
H A Dieee802_11.c7225 if (hapd->conf->rnr)
7234 if (hapd->conf->rnr && hapd->iface->num_bss > 1)
7426 if (hapd->conf->rnr)
7435 if (hapd->conf->rnr && hapd->iface->num_bss > 1)
/freebsd-current/contrib/libpcap/
H A Dscanner.l368 rnr|rulenum return PF_RNR;
H A Dgencode.c8480 gen_pf_rnr(compiler_state_t *cstate, int rnr) argument
8492 bpf_error(cstate, "rnr supported only on PF linktype");
8497 (bpf_u_int32)rnr);
/freebsd-current/contrib/wpa/hostapd/
H A Dconfig_file.c4725 } else if (os_strcmp(buf, "rnr") == 0) {
4726 bss->rnr = atoi(pos);

Completed in 113 milliseconds