Home
last modified time | relevance | path

Searched refs:fcs (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/common/net/
H A Dppp_defs.h127 #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 Ddemand.c51 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 Dsys-solaris.c1999 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 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/tools/smatch/src/smatch_data/
H A Dkernel.implicit_dependencies.no_structs266fcs, (struct fregs_state)->foo, (struct fregs_state)->fos, (struct fregs_state)->status, (struct f…
268fcs, (struct fregs_state)->foo, (struct fregs_state)->fos, (struct fregs_state)->status, (struct f…
269fcs, (struct fregs_state)->foo, (struct fregs_state)->fos, (struct fregs_state)->status, (struct f…
292fcs, (struct fregs_state)->foo, (struct fregs_state)->fos, (struct fregs_state)->status, (struct f…
293fcs, (struct fregs_state)->foo, (struct fregs_state)->fos, (struct fregs_state)->status, (struct f…
296fcs, (struct fregs_state)->foo, (struct fregs_state)->fos, (struct fregs_state)->status, (struct f…
322fcs, (struct fregs_state)->foo, (struct fregs_state)->fos, (struct fregs_state)->status, (struct f…
325fcs, (struct fregs_state)->foo, (struct fregs_state)->fos, (struct fregs_state)->status, (struct f…
326fcs, (struct fregs_state)->foo, (struct fregs_state)->fos, (struct fregs_state)->status, (struct f…
426fcs, (struct fregs_state)->foo, (struct fregs_state)->fos, (struct fregs_state)->status, (struct f…
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Daggr_lacp.h322 uint32_t fcs; /* generated by MAC */ member
/illumos-gate/usr/src/lib/libdscp/svc/
H A Ddscp.ppp.options53 default-fcs
/illumos-gate/usr/src/uts/intel/io/vmxnet3s/
H A Dvmxnet3_defs.h253 uint32_t fcs:1; /* Frame CRC correct */ member