Home
last modified time | relevance | path

Searched defs:ppp_softc (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/net/
H A Dif_pppvar.h93 struct ppp_softc { struct
98 void (*sc_start)(struct ppp_softc *); /* start output proc */ argument
99 void (*sc_ctlp)(struct ppp_softc *); /* rcvd control pkt */ argument
100 void (*sc_relinq)(struct ppp_softc *); /* relinquish ifunit */ argument
101 struct callout sc_timo_ch; /* timeout callout */
102 uint16_t sc_mru; /* max receive unit */
103 pid_t sc_xfer; /* used in transferring unit */
104 struct ifqueue sc_rawq; /* received packets */
105 struct ifqueue sc_inq; /* queue of input packets for daemon */
106 struct ifqueue sc_fastq; /* interactive output packet q */
[all …]