OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:maxoctets
(Results
1 - 6
of
6
) sorted by null
/external/ppp/pppd/plugins/radius/
Makefile.linux
23
MAXOCTETS
=y
31
ifdef
MAXOCTETS
radius.c
606
#ifdef
MAXOCTETS
609
maxoctets
= vp->lvalue;
1077
#ifdef
MAXOCTETS
[
all
...]
/external/ppp/pppd/
Makefile.linux
82
MAXOCTETS
=y
210
ifdef
MAXOCTETS
options.c
125
#ifdef
MAXOCTETS
126
unsigned int
maxoctets
= 0; /* default - no limit */
variable
169
#ifdef
MAXOCTETS
329
#ifdef
MAXOCTETS
330
{ "
maxoctets
", o_int, &
maxoctets
,
333
{ "mo", o_int, &
maxoctets
,
[
all
...]
auth.c
273
#ifdef
MAXOCTETS
1094
#ifdef
MAXOCTETS
1095
if (
maxoctets
> 0)
1118
#ifdef
MAXOCTETS
1138
#ifdef
MAXOCTETS
1163
if (used >
maxoctets
) {
1164
notice("Traffic limit reached. Limit: %u Used: %u",
maxoctets
, used);
[
all
...]
pppd.h
328
#ifdef
MAXOCTETS
329
extern unsigned int
maxoctets
; /* Maximum octetes per session (in bytes) */
[
all
...]
Completed in 87 milliseconds