HomeSort by: relevance | last modified time | path
    Searched refs:PPP_GOODFCS (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/net/
ppp_defs.h 102 #define PPP_GOODFCS 0xf0b8 /* Good final FCS value */
ppp_tty.c 872 || (ilen > 0 && sc->sc_fcs != PPP_GOODFCS)) {
  /src/external/bsd/ppp/dist/pppdump/
pppdump.c 217 #define PPP_GOODFCS 0xf0b8 /* Good final FCS value */
326 if (fcs != PPP_GOODFCS)
  /src/external/bsd/ppp/dist/pppd/
demand.c 234 && framelen > 2 && fcs == PPP_GOODFCS) {

Completed in 30 milliseconds