HomeSort by relevance Sort by last modified time
    Searched refs:PROTO_IN (Results 1 - 3 of 3) 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 */
proto.c 109 link_ProtocolRecord(l, *proto, PROTO_IN);
link.c 224 if (type == PROTO_IN)
225 l->proto_in[i]++;
239 ProtocolStat[i].name, l->proto_in[i], l->proto_out[i]);

Completed in 198 milliseconds