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

  /external/libppp/src/
link.h 51 u_long proto_in[NPROTOSTAT]; /* outgoing protocol stats */ member in struct:link
77 #define PROTO_IN 1 /* third arg to link_ProtocolRecord */
link.c 224 if (type == PROTO_IN)
225 l->proto_in[i]++;
239 ProtocolStat[i].name, l->proto_in[i], l->proto_out[i]);
mp.c 266 memset(mp->link.proto_in, '\0', sizeof mp->link.proto_in);
335 memset(mp->link.proto_in, '\0', sizeof mp->link.proto_in);
    [all...]
physical.c 195 memset(p->link.proto_in, '\0', sizeof p->link.proto_in);

Completed in 349 milliseconds