Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/net/
H A Dppp_defs.h67 #define PPP_UI 0x03 /* Unnumbered Information */ macro
/illumos-gate/usr/src/uts/common/io/ppp/spppasyn/
H A Dspppasyn.c1062 if (MSG_BYTE(mp, 1) == PPP_UI) { in ahdlc_encode()
1267 if (cp[0] == PPP_ALLSTATIONS && cp[1] == PPP_UI) in receive_frame()
1767 *new_frame->b_wptr++ = PPP_UI; in spppasyn_muxencode()
1945 *hdrmp->b_wptr++ = PPP_UI; in spppasyn_inpkt()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dpppd.h785 PUTCHAR(PPP_UI, p); \
H A Dutils.c532 if (len >= PPP_HDRLEN && p[0] == PPP_ALLSTATIONS && p[1] == PPP_UI) {
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dspppcomp.c1397 dp[1] = PPP_UI; in spppcomp_inpkt()
1571 dp[1] = PPP_UI; in spppcomp_inpkt()
/illumos-gate/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.c1026 *(uchar_t *)nmp->b_wptr++ = PPP_UI; in sppp_inner_ioctl()