Home
last modified time | relevance | path

Searched defs:fcs (Results 1 – 6 of 6) 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
H A Dsys-solaris.c1999 uint32_t fcs; local
2027 uint32_t fcs; local
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dpppdump.c249 unsigned short fcs; local
/illumos-gate/usr/src/uts/common/sys/
H A Daggr_lacp.h322 uint32_t fcs; /* generated by MAC */ member
/illumos-gate/usr/src/uts/intel/io/vmxnet3s/
H A Dvmxnet3_defs.h253 uint32_t fcs:1; /* Frame CRC correct */ member