Home | History | Annotate | Download | only in src

Lines Matching full:octets

374   u_int32_t LQRs, transitLQRs, pkts, octets, disc, err;
386 octets = (newlqr->LastOutOctets - oldlqr->LastOutOctets) -
391 (int)octets, octets == 1 ? "" : "s");
395 octets = (newlqr->PeerOutOctets - oldlqr->PeerOutOctets) -
399 (int)octets, octets == 1 ? "" : "s");
434 * All octets which are included in the FCS calculation MUST be counted,
436 * The FCS octets MUST also be counted, and one flag octet per frame
437 * MUST be counted. All other octets (such as additional flag
438 * sequences, and escape bits or octets) MUST NOT be counted.
472 log_Printf(LogWARN, "Oops, don't know how to do octets for %s layer\n",
503 /* Don't forget our ``flag'' octets.... */