Home
last modified time | relevance | path

Searched defs:fcs (Results 1 – 5 of 5) sorted by relevance

/titanic_52/usr/src/uts/common/net/
H A Dppp_defs.h129 #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_52/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Ddemand.c57 static int fcs; variable
H A Dsys-solaris.c2058 uint32_t fcs; local
2086 uint32_t fcs; local
[all...]
/titanic_52/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dpppdump.c249 unsigned short fcs; local
/titanic_52/usr/src/uts/common/sys/
H A Daggr_lacp.h322 uint32_t fcs; /* generated by MAC */ member