OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:proto_out
(Results
1 - 4
of
4
) sorted by null
/external/libppp/src/
link.h
52
u_long
proto_out
[NPROTOSTAT]; /* incoming protocol stats */
member in struct:link
78
#define
PROTO_OUT
2
link.c
227
l->
proto_out
[i]++;
239
ProtocolStat[i].name, l->proto_in[i], l->
proto_out
[i]);
mp.c
267
memset(mp->link.
proto_out
, '\0', sizeof mp->link.
proto_out
);
336
memset(mp->link.
proto_out
, '\0', sizeof mp->link.
proto_out
);
[
all
...]
physical.c
196
memset(p->link.
proto_out
, '\0', sizeof p->link.
proto_out
);
Completed in 36 milliseconds