HomeSort by relevance Sort by last modified time
    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 459 milliseconds