46 #ifndef _NET_IF_PPPVAR_H_ 47 #define _NET_IF_PPPVAR_H_ 83 struct mbuf *sc_npqueue;
84 struct mbuf **sc_npqtail;
87 enum NPmode sc_npmode[NUM_NP];
88 struct compressor *sc_xcomp;
90 struct compressor *sc_rcomp;
99 struct vjcompress *sc_comp;
103 ext_accm sc_asyncmap;
105 struct mbuf *sc_outm;
106 struct mbuf *sc_outmc;
121 u_char sc_outfcsbuf[8];
132 int pppoutput(
struct ifnet *,
struct mbuf *,
134 int pppioctl(
struct ppp_softc *sc, ioctl_command_t cmd, caddr_t data,
135 int flag,
struct proc *p);
137 u_short pppfcs(u_short fcs, u_char *cp,
int len);
142 #define RX_PACKET RTEMS_EVENT_1 143 #define RX_MBUF RTEMS_EVENT_2 144 #define RX_EMPTY RTEMS_EVENT_3 145 #define TX_PACKET RTEMS_EVENT_1 146 #define TX_TRANSMIT RTEMS_EVENT_2 147 #define PPPD_EVENT RTEMS_EVENT_31 150 #define SC_TX_BUSY 0x0001 151 #define SC_TX_FCS 0x0002 152 #define SC_TX_ESCAPE 0x0004 153 #define SC_TX_LASTCHAR 0x0008 154 #define SC_TX_PENDING 0x0010 Objects_Id rtems_id
Used to manage and manipulate RTEMS object identifiers.
Definition: types.h:80
Definition: ppp_defs.h:103
Definition: if_pppvar.h:72