Searched defs:ppp_softc (Results 1 – 1 of 1) sorted by relevance
93 struct ppp_softc { struct98 void (*sc_start)(struct ppp_softc *); /* start output proc */ argument99 void (*sc_ctlp)(struct ppp_softc *); /* rcvd control pkt */ argument100 void (*sc_relinq)(struct ppp_softc *); /* relinquish ifunit */ argument101 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 …]