Searched refs:PPP_ALLSTATIONS (Results 1 – 8 of 8) sorted by relevance
68 #define PPP_ALLSTATIONS 0xff /* All-Stations broadcast address */ macro
1062 if (code == PPP_ALLSTATIONS) { in ahdlc_encode()1268 if (cp[0] == PPP_ALLSTATIONS && cp[1] == PPP_UI) in receive_frame()1696 if (proto == PPP_ALLSTATIONS) { in spppasyn_muxencode()1767 *new_frame->b_wptr++ = PPP_ALLSTATIONS; in spppasyn_muxencode()1790 if (state->sa_mqhead->b_rptr[0] == PPP_ALLSTATIONS) in spppasyn_muxencode()1945 *hdrmp->b_wptr++ = PPP_ALLSTATIONS; in spppasyn_inpkt()
77 #define PPP_ALLSAP PPP_ALLSTATIONS
894 *(uchar_t *)mp->b_wptr++ = PPP_ALLSTATIONS; in sppp_dlunitdatareq()
1020 *(uchar_t *)nmp->b_wptr++ = PPP_ALLSTATIONS; in sppp_inner_ioctl()
1338 if (proto == PPP_ALLSTATIONS) { in spppcomp_inpkt()1391 dp[0] = PPP_ALLSTATIONS; in spppcomp_inpkt()1565 dp[0] = PPP_ALLSTATIONS; in spppcomp_inpkt()
777 PUTCHAR(PPP_ALLSTATIONS, p); \
539 if (len >= PPP_HDRLEN && p[0] == PPP_ALLSTATIONS && p[1] == PPP_UI) {