Home
last modified time | relevance | path

Searched refs:PPPCTL_OERROR (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/net/
H A Dpppio.h120 #define PPPCTL_OERROR 0xe0 /* output error [up] */ macro
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dspppcomp.c624 (void) putnextctl1(RD(q), M_CTL, PPPCTL_OERROR); in spppcomp_outpkt()
680 (void) putnextctl1(RD(q), M_CTL, PPPCTL_OERROR); in spppcomp_outpkt()
1236 } else if (*mp->b_rptr == PPPCTL_OERROR) { in spppcomp_rput()
/illumos-gate/usr/src/uts/common/io/ppp/spppasyn/
H A Dspppasyn.c1020 (void) putnextctl1(RD(q), M_CTL, PPPCTL_OERROR); in ahdlc_encode()
1249 (void) putnextctl1(RD(q), M_CTL, PPPCTL_OERROR); in ahdlc_encode()
/illumos-gate/usr/src/uts/common/io/ppp/sppp/
H A Dsppp.c1876 } else if (*mp->b_rptr == PPPCTL_OERROR) { in sppp_recv_nondata()