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

  /external/libppp/src/
hdlc.h 77 u_int32_t ifOutOctets; /* Octets sent by me */
lqr.c 450 p->hdlc.lqm.ifOutOctets += len + 1; /* plus 1 flag octet! */
454 p->hdlc.lqm.ifOutOctets += acf_WrapperOctets(&l->lcp, *proto);
460 p->hdlc.lqm.ifOutOctets += hdlc_WrapperOctets();
466 p->hdlc.lqm.ifOutOctets += proto_WrapperOctets(&l->lcp, *proto);
504 lqr.PeerOutOctets = p->hdlc.lqm.ifOutOctets - pending_octets - pending_pkts;

Completed in 37 milliseconds