Searched refs:fcs (Results 1 - 6 of 6) sorted by relevance
/illumos-gate/usr/src/uts/common/net/ |
H A D | ppp_defs.h | 129 #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 D | demand.c | 57 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 D | sys-solaris.c | 2058 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 D | pppdump.c | 249 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 D | aggr_lacp.h | 322 uint32_t fcs; /* generated by MAC */ member in struct:marker_pdu
|
/illumos-gate/usr/src/uts/intel/io/vmxnet3s/ |
H A D | vmxnet3_defs.h | 253 uint32_t fcs:1; /* Frame CRC correct */ member in struct:Vmxnet3_RxCompDesc
|
Completed in 77 milliseconds