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

/freebsd-9.3-release/sys/contrib/pf/net/
H A Dif_pflog.h69 short rnr; member in struct:old_pfloghdr
/freebsd-9.3-release/sys/dev/fxp/
H A Dif_fxpvar.h213 int rnr; /* RNR events */ member in struct:fxp_softc
H A Dif_fxp.c1868 int rnr = (statack & FXP_SCB_STATACK_RNR) ? 1 : 0; local
1875 if (rnr)
1876 sc->rnr++;
1881 rnr = 1;
1910 if (!rnr && (statack & FXP_SCB_STATACK_FR) == 0)
1935 if (rnr) {
1938 rnr = 0;
1949 rnr++;
2018 if (rnr) {
3155 SYSCTL_ADD_INT(ctx, child,OID_AUTO, "rnr", CTLFLAG_R
[all...]
/freebsd-9.3-release/contrib/libpcap/
H A Dscanner.l306 rnr|rulenum return PF_RNR;
H A Dgencode.c7616 gen_pf_rnr(int rnr) argument
7621 bpf_error("rnr supported only on PF linktype");
7626 (bpf_int32)rnr);
7695 gen_pf_rnr(int rnr) argument

Completed in 126 milliseconds