sc_outfcs         130 net/if_pppvar.h 	u_int16_t sc_outfcs;		/* FCS so far for output packet */
sc_outfcs         558 net/ppp_tty.c  	    sc->sc_outfcs = pppfcs(PPP_INITFCS, mtod(m, u_char *), m->m_len);
sc_outfcs         623 net/ppp_tty.c  		c = ~sc->sc_outfcs & 0xFF;
sc_outfcs         629 net/ppp_tty.c  		c = (~sc->sc_outfcs >> 8) & 0xFF;
sc_outfcs         668 net/ppp_tty.c  	    sc->sc_outfcs = pppfcs(sc->sc_outfcs, mtod(m, u_char *), m->m_len);