Searched defs:ppp_softc (Results 1 – 1 of 1) sorted by relevance
100 struct ppp_softc { struct106 void (*sc_start)(struct ppp_softc *); /* start output proc */ argument107 void (*sc_ctlp)(struct ppp_softc *); /* rcvd control pkt */ argument108 void (*sc_relinq)(struct ppp_softc *); /* relinquish ifunit */ argument109 u_int16_t sc_mru; /* max receive unit */110 pid_t sc_xfer; /* used in transferring unit */111 struct ppp_pkt_list sc_rawq; /* received packets */112 struct mbuf_queue sc_inq; /* queue of input packets for daemon */113 struct ifqueue sc_fastq; /* interactive output packet q */114 struct mbuf *sc_togo; /* output packet ready to go */[all …]