Symbol: npppd_ctl
usr.sbin/npppd/npppd/npppd.h
346
struct npppd_ctl
usr.sbin/npppd/npppd/npppd.h
348
void npppd_ctl_destroy(struct npppd_ctl *);
usr.sbin/npppd/npppd/npppd.h
349
int npppd_ctl_who(struct npppd_ctl *);
usr.sbin/npppd/npppd/npppd.h
350
int npppd_ctl_monitor(struct npppd_ctl *);
usr.sbin/npppd/npppd/npppd.h
351
int npppd_ctl_who_and_monitor(struct npppd_ctl *);
usr.sbin/npppd/npppd/npppd.h
352
int npppd_ctl_add_started_ppp_id(struct npppd_ctl *, uint32_t);
usr.sbin/npppd/npppd/npppd.h
353
int npppd_ctl_add_stopped_ppp(struct npppd_ctl *, npppd_ppp *);
usr.sbin/npppd/npppd/npppd.h
354
int npppd_ctl_imsg_compose(struct npppd_ctl *, struct imsgbuf *);
usr.sbin/npppd/npppd/npppd.h
355
int npppd_ctl_disconnect(struct npppd_ctl *, u_int *, int);
usr.sbin/npppd/npppd/npppd_ctl.c
104
npppd_ctl_who_and_monitor(struct npppd_ctl *_this)
usr.sbin/npppd/npppd/npppd_ctl.c
110
npppd_ctl_who0(struct npppd_ctl *_this, bool is_monitoring)
usr.sbin/npppd/npppd/npppd_ctl.c
120
npppd_ctl_add_started_ppp_id(struct npppd_ctl *_this, u_int ppp_id)
usr.sbin/npppd/npppd/npppd_ctl.c
144
npppd_ctl_add_stopped_ppp(struct npppd_ctl *_this, npppd_ppp *ppp)
usr.sbin/npppd/npppd/npppd_ctl.c
163
struct npppd_ctl *_this = ctx;
usr.sbin/npppd/npppd/npppd_ctl.c
178
npppd_ctl_disconnect(struct npppd_ctl *_this, u_int *ppp_id, int count)
usr.sbin/npppd/npppd/npppd_ctl.c
195
npppd_ctl_imsg_compose(struct npppd_ctl *_this, struct imsgbuf *ibuf)
usr.sbin/npppd/npppd/npppd_ctl.c
62
static int npppd_ctl_who0 (struct npppd_ctl *, bool);
usr.sbin/npppd/npppd/npppd_ctl.c
68
struct npppd_ctl *
usr.sbin/npppd/npppd/npppd_ctl.c
71
struct npppd_ctl *ctl;
usr.sbin/npppd/npppd/npppd_ctl.c
73
if ((ctl = calloc(1, sizeof(struct npppd_ctl))) == NULL)
usr.sbin/npppd/npppd/npppd_ctl.c
82
npppd_ctl_destroy(struct npppd_ctl *_this)
usr.sbin/npppd/npppd/npppd_ctl.c
91
npppd_ctl_who(struct npppd_ctl *_this)
usr.sbin/npppd/npppd/npppd_ctl.c
97
npppd_ctl_monitor(struct npppd_ctl *_this)