Home
last modified time | relevance | path

Searched refs:PPP_ALLSTATIONS (Results 1 – 8 of 8) sorted by last modified time

/illumos-gate/usr/src/uts/common/net/
H A Dppp_defs.h66 #define PPP_ALLSTATIONS 0xff /* All-Stations broadcast address */ macro
/illumos-gate/usr/src/uts/common/io/ppp/spppasyn/
H A Dspppasyn.c1061 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()
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dspppcomp.c1343 if (proto == PPP_ALLSTATIONS) { in spppcomp_inpkt()
1396 dp[0] = PPP_ALLSTATIONS; in spppcomp_inpkt()
1570 dp[0] = PPP_ALLSTATIONS; in spppcomp_inpkt()
/illumos-gate/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.c1025 *(uchar_t *)nmp->b_wptr++ = PPP_ALLSTATIONS; in sppp_inner_ioctl()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dutils.c532 if (len >= PPP_HDRLEN && p[0] == PPP_ALLSTATIONS && p[1] == PPP_UI) {
H A Dpppd.h784 PUTCHAR(PPP_ALLSTATIONS, p); \