Home
last modified time | relevance | path

Searched refs:PPP_UI (Results 1 – 7 of 7) sorted by relevance

/titanic_50/usr/src/uts/common/net/
H A Dppp_defs.h69 #define PPP_UI 0x03 /* Unnumbered Information */ macro
/titanic_50/usr/src/uts/common/io/ppp/spppasyn/
H A Dspppasyn.c1063 if (MSG_BYTE(mp, 1) == PPP_UI) { in ahdlc_encode()
1268 if (cp[0] == PPP_ALLSTATIONS && cp[1] == PPP_UI) in receive_frame()
1768 *new_frame->b_wptr++ = PPP_UI; in spppasyn_muxencode()
1946 *hdrmp->b_wptr++ = PPP_UI; in spppasyn_inpkt()
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dpppd.h778 PUTCHAR(PPP_UI, p); \
H A Dutils.c539 if (len >= PPP_HDRLEN && p[0] == PPP_ALLSTATIONS && p[1] == PPP_UI) {
/titanic_50/usr/src/uts/common/io/ppp/spppcomp/
H A Dspppcomp.c1392 dp[1] = PPP_UI; in spppcomp_inpkt()
1566 dp[1] = PPP_UI; in spppcomp_inpkt()
/titanic_50/usr/src/uts/common/io/ppp/sppp/
H A Dsppp_dlpi.c895 *(uchar_t *)mp->b_wptr++ = PPP_UI; in sppp_dlunitdatareq()
H A Dsppp.c1021 *(uchar_t *)nmp->b_wptr++ = PPP_UI; in sppp_inner_ioctl()