npppd_iface
npppd_iface *niface;
npppd_iface *iface = ppp_iface(ppp);
npppd_iface *iface = ppp_iface(ppp);
npppd_iface_init(npppd *npppd, npppd_iface *_this, struct iface *iface)
memset(_this, 0, sizeof(npppd_iface));
npppd_iface_setup_ip(npppd_iface *_this)
npppd_iface_reinit(npppd_iface *_this, struct iface *iface)
npppd_iface_start(npppd_iface *_this)
npppd_iface_stop(npppd_iface *_this)
npppd_iface_fini(npppd_iface *_this)
npppd_iface *_this;
npppd_iface *_this;
npppd_iface_network_input_ipv4(npppd_iface *_this, struct pppx_hdr *pppx,
npppd_iface_network_input(npppd_iface *_this, u_char *pktp, int lpktp)
npppd_iface_write(npppd_iface *_this, npppd_ppp *ppp, int proto, u_char *pktp,
npppd_iface_log(npppd_iface *_this, int prio, const char *fmt, ...)
static void npppd_iface_network_input_ipv4(npppd_iface *, struct pppx_hdr *,
static void npppd_iface_network_input(npppd_iface *, u_char *, int);
static int npppd_iface_setup_ip(npppd_iface *);
static int npppd_iface_log (npppd_iface *, int, const char *, ...)
void npppd_iface_init (npppd *, npppd_iface *, struct iface *);
int npppd_iface_reinit (npppd_iface *, struct iface *);
int npppd_iface_start (npppd_iface *);
void npppd_iface_stop (npppd_iface *);
void npppd_iface_fini (npppd_iface *);
void npppd_iface_write (npppd_iface *, npppd_ppp *, int proto, u_char *, int);
npppd_iface iface[NPPPD_MAX_IFACE];