Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/net/
H A Dpppio.h121 #define PPPCTL_IERROR 0xe1 /* input error (e.g. FCS) [up] */ macro
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dspppcomp.c1233 if (*mp->b_rptr == PPPCTL_IERROR) { in spppcomp_rput()
1440 (void) putnextctl1(q, M_CTL, PPPCTL_IERROR); in spppcomp_inpkt()
1447 (void) putnextctl1(q, M_CTL, PPPCTL_IERROR); in spppcomp_inpkt()
1469 (void) putnextctl1(q, M_CTL, PPPCTL_IERROR); in spppcomp_inpkt()
1615 (void) putnextctl1(q, M_CTL, PPPCTL_IERROR); in spppcomp_inpkt()
/illumos-gate/usr/src/uts/common/io/ppp/spppasyn/
H A Dspppasyn.c1357 (void) putnextctl1(q, M_CTL, PPPCTL_IERROR); in receive_frame()
1905 (void) putnextctl1(q, M_CTL, PPPCTL_IERROR); in spppasyn_inpkt()
1933 (void) putnextctl1(q, M_CTL, PPPCTL_IERROR); in spppasyn_inpkt()
/illumos-gate/usr/src/uts/common/io/ppp/sppp/
H A Dsppp.c1872 if (*mp->b_rptr == PPPCTL_IERROR) { in sppp_recv_nondata()