HomeSort by relevance Sort by last modified time
    Searched refs:NPROTOSTAT (Results 1 - 2 of 2) sorted by null

  /external/libppp/src/
link.h 34 #define NPROTOSTAT 13
51 u_long proto_in[NPROTOSTAT]; /* outgoing protocol stats */
52 u_long proto_out[NPROTOSTAT]; /* incoming protocol stats */
link.c 199 } ProtocolStat[NPROTOSTAT] = {
220 for (i = 0; i < NPROTOSTAT; i++)
237 for (i = 0; i < NPROTOSTAT; i++) {

Completed in 143 milliseconds