OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 29 milliseconds