Home
last modified time | relevance | path

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

/mirbsd/src/usr.sbin/ppp/ppp/
Dhdlc.c112 u_short fcs = INITFCS; in hdlc_Fcs() local
121 HdlcFcsBuf(u_short fcs, struct mbuf *m) in HdlcFcsBuf()
152 u_short fcs; in hdlc_LayerPush() local
311 u_short fcs; in hdlc_LayerPull() local
Dpred.c182 u_short fcs; in Pred1Output() local
224 u_short fcs; in Pred1Input() local
/mirbsd/src/usr.sbin/pppd/
Ddemand.c76 int fcs; variable
/mirbsd/src/sys/net/
Dppp_defs.h89 #define PPP_FCS(fcs, c) (((fcs) >> 8) ^ fcstab[((fcs) ^ (c)) & 0xff]) argument
Dppp_tty.c504 pppfcs(fcs, cp, len) in pppfcs() argument
/mirbsd/src/sys/compat/linux/
Dlinux_ptrace.c91 long fcs; member