Symbol: npppd_iface
usr.sbin/npppd/npppd/npppd_config.c
335
npppd_iface *niface;
usr.sbin/npppd/npppd/npppd_ctl.c
269
npppd_iface *iface = ppp_iface(ppp);
usr.sbin/npppd/npppd/npppd_ctl.c
317
npppd_iface *iface = ppp_iface(ppp);
usr.sbin/npppd/npppd/npppd_iface.c
102
npppd_iface_init(npppd *npppd, npppd_iface *_this, struct iface *iface)
usr.sbin/npppd/npppd/npppd_iface.c
106
memset(_this, 0, sizeof(npppd_iface));
usr.sbin/npppd/npppd/npppd_iface.c
119
npppd_iface_setup_ip(npppd_iface *_this)
usr.sbin/npppd/npppd/npppd_iface.c
245
npppd_iface_reinit(npppd_iface *_this, struct iface *iface)
usr.sbin/npppd/npppd/npppd_iface.c
276
npppd_iface_start(npppd_iface *_this)
usr.sbin/npppd/npppd/npppd_iface.c
329
npppd_iface_stop(npppd_iface *_this)
usr.sbin/npppd/npppd/npppd_iface.c
351
npppd_iface_fini(npppd_iface *_this)
usr.sbin/npppd/npppd/npppd_iface.c
367
npppd_iface *_this;
usr.sbin/npppd/npppd/npppd_iface.c
396
npppd_iface *_this;
usr.sbin/npppd/npppd/npppd_iface.c
434
npppd_iface_network_input_ipv4(npppd_iface *_this, struct pppx_hdr *pppx,
usr.sbin/npppd/npppd/npppd_iface.c
504
npppd_iface_network_input(npppd_iface *_this, u_char *pktp, int lpktp)
usr.sbin/npppd/npppd/npppd_iface.c
541
npppd_iface_write(npppd_iface *_this, npppd_ppp *ppp, int proto, u_char *pktp,
usr.sbin/npppd/npppd/npppd_iface.c
576
npppd_iface_log(npppd_iface *_this, int prio, const char *fmt, ...)
usr.sbin/npppd/npppd/npppd_iface.c
91
static void npppd_iface_network_input_ipv4(npppd_iface *, struct pppx_hdr *,
usr.sbin/npppd/npppd/npppd_iface.c
93
static void npppd_iface_network_input(npppd_iface *, u_char *, int);
usr.sbin/npppd/npppd/npppd_iface.c
94
static int npppd_iface_setup_ip(npppd_iface *);
usr.sbin/npppd/npppd/npppd_iface.c
96
static int npppd_iface_log (npppd_iface *, int, const char *, ...)
usr.sbin/npppd/npppd/npppd_iface.h
67
void npppd_iface_init (npppd *, npppd_iface *, struct iface *);
usr.sbin/npppd/npppd/npppd_iface.h
68
int npppd_iface_reinit (npppd_iface *, struct iface *);
usr.sbin/npppd/npppd/npppd_iface.h
69
int npppd_iface_start (npppd_iface *);
usr.sbin/npppd/npppd/npppd_iface.h
70
void npppd_iface_stop (npppd_iface *);
usr.sbin/npppd/npppd/npppd_iface.h
71
void npppd_iface_fini (npppd_iface *);
usr.sbin/npppd/npppd/npppd_iface.h
72
void npppd_iface_write (npppd_iface *, npppd_ppp *, int proto, u_char *, int);
usr.sbin/npppd/npppd/npppd_local.h
116
npppd_iface iface[NPPPD_MAX_IFACE];