Searched refs:maxoctets_dir (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp-2.4.4/pppd/
H A Doptions.c131 int maxoctets_dir = 0; /* default - sum of traffic */ variable
1564 maxoctets_dir = PPP_OCTETS_DIRECTION_IN;
1566 maxoctets_dir = PPP_OCTETS_DIRECTION_OUT;
1568 maxoctets_dir = PPP_OCTETS_DIRECTION_MAXOVERAL;
1570 maxoctets_dir = PPP_OCTETS_DIRECTION_SUM;
H A Dpppd.h330 extern int maxoctets_dir; /* Direction :
H A Dauth.c1149 switch(maxoctets_dir) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp-2.4.4/pppd/plugins/radius/
H A Dradius.c591 maxoctets_dir = ( vp->lvalue > 4 ) ? 0 : vp->lvalue ;

Completed in 130 milliseconds