Home
last modified time | relevance | path

Searched refs:PPP_ALLSTATIONS (Results 1 – 8 of 8) sorted by relevance

/titanic_41/usr/src/uts/common/net/
H A Dppp_defs.h68 #define PPP_ALLSTATIONS 0xff /* All-Stations broadcast address */ macro
/titanic_41/usr/src/uts/common/io/ppp/spppasyn/
H A Dspppasyn.c1062 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()
/titanic_41/usr/src/uts/common/io/ppp/sppp/
H A Dsppp.h77 #define PPP_ALLSAP PPP_ALLSTATIONS
H A Dsppp_dlpi.c894 *(uchar_t *)mp->b_wptr++ = PPP_ALLSTATIONS; in sppp_dlunitdatareq()
H A Dsppp.c1020 *(uchar_t *)nmp->b_wptr++ = PPP_ALLSTATIONS; in sppp_inner_ioctl()
/titanic_41/usr/src/uts/common/io/ppp/spppcomp/
H A Dspppcomp.c1338 if (proto == PPP_ALLSTATIONS) { in spppcomp_inpkt()
1391 dp[0] = PPP_ALLSTATIONS; in spppcomp_inpkt()
1565 dp[0] = PPP_ALLSTATIONS; in spppcomp_inpkt()
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dpppd.h777 PUTCHAR(PPP_ALLSTATIONS, p); \
H A Dutils.c539 if (len >= PPP_HDRLEN && p[0] == PPP_ALLSTATIONS && p[1] == PPP_UI) {