OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MAXOCTETS
(Results
1 - 5
of
5
) sorted by null
/external/ppp/pppd/
Makefile.linux
76
MAXOCTETS
=y
194
ifdef
MAXOCTETS
options.c
119
#ifdef
MAXOCTETS
120
unsigned int
maxoctets
= 0; /* default - no limit */
variable
162
#ifdef
MAXOCTETS
307
#ifdef
MAXOCTETS
308
{ "
maxoctets
", o_int, &
maxoctets
,
311
{ "mo", o_int, &
maxoctets
,
[
all
...]
pppd.h
322
#ifdef
MAXOCTETS
323
extern unsigned int
maxoctets
; /* Maximum octetes per session (in bytes) */
[
all
...]
auth.c
274
#ifdef
MAXOCTETS
1061
#ifdef
MAXOCTETS
1062
if (
maxoctets
> 0)
1085
#ifdef
MAXOCTETS
1105
#ifdef
MAXOCTETS
1131
diff =
maxoctets
- used;
1133
notice("Traffic limit reached. Limit: %u Used: %u",
maxoctets
, used);
[
all
...]
/external/ppp/pppd/plugins/radius/
radius.c
591
#ifdef
MAXOCTETS
594
maxoctets
= vp->lvalue;
1033
#ifdef
MAXOCTETS
[
all
...]
Completed in 296 milliseconds