Searched refs:PPPCTL_IERROR (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/uts/common/net/ |
H A D | pppio.h | 121 #define PPPCTL_IERROR 0xe1 /* input error (e.g. FCS) [up] */ macro
|
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/ |
H A D | spppcomp.c | 1233 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 D | spppasyn.c | 1357 (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 D | sppp.c | 1872 if (*mp->b_rptr == PPPCTL_IERROR) { in sppp_recv_nondata()
|