Searched refs:PPP_ALLSTATIONS (Results 1 – 8 of 8) sorted by relevance
66 #define PPP_ALLSTATIONS 0xff /* All-Stations broadcast address */ macro
1061 if (code == PPP_ALLSTATIONS) { in ahdlc_encode()1267 if (cp[0] == PPP_ALLSTATIONS && cp[1] == PPP_UI) in receive_frame()1695 if (proto == PPP_ALLSTATIONS) { in spppasyn_muxencode()1766 *new_frame->b_wptr++ = PPP_ALLSTATIONS; in spppasyn_muxencode()1789 if (state->sa_mqhead->b_rptr[0] == PPP_ALLSTATIONS) in spppasyn_muxencode()1944 *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()
1025 *(uchar_t *)nmp->b_wptr++ = PPP_ALLSTATIONS; in sppp_inner_ioctl()
1343 if (proto == PPP_ALLSTATIONS) { in spppcomp_inpkt()1396 dp[0] = PPP_ALLSTATIONS; in spppcomp_inpkt()1570 dp[0] = PPP_ALLSTATIONS; in spppcomp_inpkt()
784 PUTCHAR(PPP_ALLSTATIONS, p); \
532 if (len >= PPP_HDRLEN && p[0] == PPP_ALLSTATIONS && p[1] == PPP_UI) {