Home | History | Annotate | Download | only in src

Lines Matching refs:wp

86   u_char *wp;
88 wp = *cp;
91 *wp++ = HDLC_ESC;
95 *wp++ = HDLC_ESC;
98 *wp++ = c;
99 *cp = wp;
108 struct mbuf *wp;
121 wp = bp;
123 while (wp) {
124 sp = MBUF_CTOP(wp);
125 for (cnt = wp->m_len; cnt > 0; cnt--) {
132 wp = wp->m_next;