Searched refs:fcs (Results 1 – 6 of 6) sorted by relevance
/titanic_44/usr/src/uts/common/net/ |
H A D | ppp_defs.h | 129 #define PPP_FCS(fcs, c) (((fcs) >> 8) ^ fcstab[((fcs) ^ (c)) & 0xff]) argument 133 #define PPPFCS16(fcs, c) PPP_FCS((fcs), (c)) argument 137 #define PPPFCS32(fcs, c) (((fcs) >> 8) ^ crc32_table[((fcs) ^ (c)) & 0xff]) argument
|
/titanic_44/usr/src/cmd/cmd-inet/usr.bin/pppd/ |
H A D | demand.c | 57 static int fcs; variable 91 fcs = PPP_INITFCS; in demand_conf() 157 fcs = PPP_INITFCS; in demand_discard() 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 = PPPFCS_16; 2099 if (strioctl(pppfd, PPPIO_RFCS, &fcs, sizeof (fcs), 0) < 0) {
|
/titanic_44/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);
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | aggr_lacp.h | 322 uint32_t fcs; /* generated by MAC */ member
|
/titanic_44/usr/src/lib/libdscp/svc/ |
H A D | dscp.ppp.options | 55 default-fcs
|