Searched refs:fcs (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/net/
H A Dppp_defs.h129 #define PPP_FCS(fcs, c) (((fcs) >> 8) ^ fcstab[((fcs) ^ (c)) & 0xff])
133 #define PPPFCS16(fcs, c) PPP_FCS((fcs), (c))
137 #define PPPFCS32(fcs, c) (((fcs) >> 8) ^ crc32_table[((fcs) ^ (c)) & 0xff])
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Ddemand.c57 static int fcs; variable
91 fcs = PPP_INITFCS;
157 fcs = PPP_INITFCS;
230 && framelen > 2 && fcs == PPP_GOODFCS) {
238 fcs = PPP_INITFCS;
255 fcs = PPP_FCS(fcs, c);
H A Dsys-solaris.c2058 uint32_t fcs; local
2065 fcs = PPPFCS_32;
2067 fcs = PPPFCS_NONE;
2069 fcs = PPPFCS_16;
2071 if (strioctl(pppfd, PPPIO_XFCS, &fcs, sizeof (fcs), 0) < 0) {
2086 uint32_t fcs; local
2093 fcs = PPPFCS_32;
2095 fcs = PPPFCS_NONE;
2097 fcs
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dpppdump.c249 unsigned short fcs; local
296 fcs = PPP_INITFCS;
298 fcs = PPP_FCS(fcs, p[k]);
299 fcs &= 0xFFFF;
311 if (decompress && fcs == PPP_GOODFCS) {
373 if (fcs != PPP_GOODFCS)
374 printf(" BAD FCS: (residue = %x)\n", fcs);
/illumos-gate/usr/src/uts/common/sys/
H A Daggr_lacp.h322 uint32_t fcs; /* generated by MAC */ member in struct:marker_pdu
/illumos-gate/usr/src/uts/intel/io/vmxnet3s/
H A Dvmxnet3_defs.h253 uint32_t fcs:1; /* Frame CRC correct */ member in struct:Vmxnet3_RxCompDesc

Completed in 87 milliseconds