/illumos-gate/usr/src/uts/common/net/ |
H A D | ppp_defs.h | 127 #define PPP_FCS(fcs, c) (((fcs) >> 8) ^ fcstab[((fcs) ^ (c)) & 0xff]) argument 131 #define PPPFCS16(fcs, c) PPP_FCS((fcs), (c)) argument 135 #define PPPFCS32(fcs, c) (((fcs) >> 8) ^ crc32_table[((fcs) ^ (c)) & 0xff]) argument
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/ |
H A D | demand.c | 51 static int fcs; variable 85 fcs = PPP_INITFCS; in demand_conf() 151 fcs = PPP_INITFCS; in demand_discard() 224 && framelen > 2 && fcs == PPP_GOODFCS) { 232 fcs = PPP_INITFCS; 249 fcs = PPP_FCS(fcs, c);
|
H A D | sys-solaris.c | 1999 uint32_t fcs; local 2006 fcs = PPPFCS_32; 2008 fcs = PPPFCS_NONE; 2010 fcs = PPPFCS_16; 2012 if (strioctl(pppfd, PPPIO_XFCS, &fcs, sizeof (fcs), 0) < 0) { 2027 uint32_t fcs; local 2034 fcs = PPPFCS_32; 2036 fcs = PPPFCS_NONE; 2038 fcs = PPPFCS_16; 2040 if (strioctl(pppfd, PPPIO_RFCS, &fcs, sizeof (fcs), 0) < 0) {
|
/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/tools/smatch/src/smatch_data/ |
H A D | kernel.implicit_dependencies.no_structs | 243 …fcs, (struct fregs_state)->foo, (struct fregs_state)->fos, (struct fregs_state)->status, (struct f… 244 …fcs, (struct fregs_state)->foo, (struct fregs_state)->fos, (struct fregs_state)->status, (struct f… 266 …fcs, (struct fregs_state)->foo, (struct fregs_state)->fos, (struct fregs_state)->status, (struct f… 267 …fcs, (struct fregs_state)->foo, (struct fregs_state)->fos, (struct fregs_state)->status, (struct f… 268 …fcs, (struct fregs_state)->foo, (struct fregs_state)->fos, (struct fregs_state)->status, (struct f… 269 …fcs, (struct fregs_state)->foo, (struct fregs_state)->fos, (struct fregs_state)->status, (struct f… 276 …fcs, (struct fregs_state)->foo, (struct fregs_state)->fos, (struct fregs_state)->status, (struct f… 277 …fcs, (struct fregs_state)->foo, (struct fregs_state)->fos, (struct fregs_state)->status, (struct f… 278 …fcs, (struct fregs_state)->foo, (struct fregs_state)->fos, (struct fregs_state)->status, (struct f… 279 …fcs, (struct fregs_state)->foo, (struct fregs_state)->fos, (struct fregs_state)->status, (struct f… [all …]
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | aggr_lacp.h | 322 uint32_t fcs; /* generated by MAC */ member
|
/illumos-gate/usr/src/lib/libdscp/svc/ |
H A D | dscp.ppp.options | 53 default-fcs
|
/illumos-gate/usr/src/uts/intel/io/vmxnet3s/ |
H A D | vmxnet3_defs.h | 253 uint32_t fcs:1; /* Frame CRC correct */ member
|