sc_mp 127 net/if_pppvar.h char *sc_mp; /* ptr to next char in input mbuf */ sc_mp 275 net/if_sl.c sc->sc_mp = sc->sc_pktstart = (u_char *) sc->sc_mbuf->m_ext.ext_buf + sc_mp 366 net/if_sl.c sc->sc_ep = sc->sc_mp = sc->sc_pktstart = NULL; sc_mp 800 net/if_sl.c len = sc->sc_mp - sc->sc_pktstart; sc_mp 894 net/if_sl.c if (sc->sc_mp < sc->sc_ep) { sc_mp 895 net/if_sl.c *sc->sc_mp++ = c; sc_mp 906 net/if_sl.c sc->sc_mp = sc->sc_pktstart = (u_char *) sc->sc_mbuf->m_ext.ext_buf + sc_mp 49 net/if_slvar.h u_char *sc_mp; /* pointer to next available buf char */ sc_mp 419 net/if_strip.c sc->sc_mp = sc->sc_buf; sc_mp 518 net/if_strip.c sc->sc_mp = 0; sc_mp 1153 net/if_strip.c if (sc->sc_mp - sc->sc_buf == 0) sc_mp 1159 net/if_strip.c if (sc->sc_mp < sc->sc_ep) { sc_mp 1160 net/if_strip.c *sc->sc_mp++ = c; sc_mp 1177 net/if_strip.c len = sc->sc_mp - sc->sc_buf; sc_mp 1196 net/if_strip.c len = strip_newpacket(sc, sc->sc_buf, sc->sc_mp); sc_mp 1286 net/if_strip.c sc->sc_mp = sc->sc_buf = sc->sc_ep - SLMAX; sc_mp 1932 net/if_strip.c u_char *end = sc->sc_mp; sc_mp 17 net/if_stripvar.h u_char *sc_mp; /* pointer to next available buf char */ sc_mp 979 net/ppp_tty.c sc->sc_mp = mtod(m, char *); sc_mp 988 net/ppp_tty.c *sc->sc_mp++ = PPP_ALLSTATIONS; sc_mp 989 net/ppp_tty.c *sc->sc_mp++ = PPP_UI; sc_mp 1002 net/ppp_tty.c *sc->sc_mp++ = 0; sc_mp 1009 net/ppp_tty.c (sc->sc_mp[-1] << 8) + c); sc_mp 1034 net/ppp_tty.c sc->sc_mp = mtod(m, char *); sc_mp 1038 net/ppp_tty.c *sc->sc_mp++ = c;