PPP_UI
PUTCHAR(PPP_UI, p); \
if (len >= PPP_HDRLEN && p[0] == PPP_ALLSTATIONS && p[1] == PPP_UI) {
*(uchar_t *)nmp->b_wptr++ = PPP_UI;
*(uchar_t *)mp->b_wptr++ = PPP_UI;
if (MSG_BYTE(mp, 1) == PPP_UI) {
if (cp[0] == PPP_ALLSTATIONS && cp[1] == PPP_UI)
*new_frame->b_wptr++ = PPP_UI;
*hdrmp->b_wptr++ = PPP_UI;
dp[1] = PPP_UI;
dp[1] = PPP_UI;