Searched refs:framing (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/sys/dev/mn/
H A Dif_mn.c237 enum framing {WHOKNOWS, E1, E1U, T1, T1U}; enum
244 enum framing framing; member in struct:mn_softc
290 enum framing wframing;
296 wframing = sc->framing;
305 if (wframing == sc->framing)
311 sc->framing = wframing;
466 if (sc->framing == E1 && (ts & 1))
468 if (sc->framing == E1U && nbit != 32)
472 if (sc->framing
[all...]
/freebsd-11-stable/contrib/ntp/libparse/
H A Ddata_mbg.c392 for (i = 0; i < sizeof(comparamp->framing); i++)
394 comparamp->framing[i] = *(*buffpp)++;
/freebsd-11-stable/contrib/ntp/include/
H A Dmbg_gps166.h104 * @brief Indices used to identify a parameter in the framing string
116 char framing[4]; ///< ASCIIZ framing string, e.g. "8N1" or "7E2", see ::MBG_FRAMING_STRS member in struct:__anon4752
/freebsd-11-stable/tools/tools/netmap/
H A Dpkt-gen.c306 int framing; /* #bits of framing (for bw output) */ member in struct:glob_arg
2332 raw_bw = (8.0 * cur->bytes + cur->pkts * g->framing) / delta;
2454 " -B Take Ethernet framing and CRC into account when computing the average bps. This adds 4 bytes\n"
2455 " of CRC and 20 bytes of framing to each packet.\n"
2637 norm(b3, (double)x.bytes*8+(double)x.pkts*g->framing, normalize),
2997 /* raw packets have4 bytes crc + 20 bytes framing */
2999 g.framing = 24 * 8;

Completed in 218 milliseconds