Symbol: npppd_pool
usr.sbin/npppd/npppd/npppd.c
1531
npppd_pool *pool;
usr.sbin/npppd/npppd/npppd_config.c
149
npppd_pool pool0[NPPPD_MAX_IFACE];
usr.sbin/npppd/npppd/npppd_local.h
118
npppd_pool *iface_pool[NPPPD_MAX_IFACE];
usr.sbin/npppd/npppd/npppd_local.h
121
npppd_pool pool[NPPPD_MAX_POOL];
usr.sbin/npppd/npppd/npppd_pool.c
100
npppd_pool_start(npppd_pool *_this)
usr.sbin/npppd/npppd/npppd_pool.c
107
npppd_pool_uninit(npppd_pool *_this)
usr.sbin/npppd/npppd/npppd_pool.c
120
npppd_pool_reload(npppd_pool *_this)
usr.sbin/npppd/npppd/npppd_pool.c
216
npppd_pool_regist_radish(npppd_pool *_this, struct in_addr_range *range,
usr.sbin/npppd/npppd/npppd_pool.c
222
npppd_pool *npool0;
usr.sbin/npppd/npppd/npppd_pool.c
281
npppd_pool_get_dynamic(npppd_pool *_this, npppd_ppp *ppp)
usr.sbin/npppd/npppd/npppd_pool.c
357
npppd_pool_assign_ip(npppd_pool *_this, npppd_ppp *ppp)
usr.sbin/npppd/npppd/npppd_pool.c
412
npppd_pool_release_ip(npppd_pool *_this, npppd_ppp *ppp)
usr.sbin/npppd/npppd/npppd_pool.c
447
slist_add(&((npppd_pool *)ppp->assigned_pool)->dyna_addrs,
usr.sbin/npppd/npppd/npppd_pool.c
479
npppd_pool_get_assignability(npppd_pool *_this, uint32_t ip4addr,
usr.sbin/npppd/npppd/npppd_pool.c
560
npppd_pool_log(npppd_pool *_this, int prio, const char *fmt, ...)
usr.sbin/npppd/npppd/npppd_pool.c
74
static int npppd_pool_log(npppd_pool *, int, const char *, ...) __printflike(3, 4);
usr.sbin/npppd/npppd/npppd_pool.c
76
static int npppd_pool_regist_radish(npppd_pool *, struct in_addr_range *,
usr.sbin/npppd/npppd/npppd_pool.c
85
npppd_pool_init(npppd_pool *_this, npppd *base, const char *name)
usr.sbin/npppd/npppd/npppd_pool.c
87
memset(_this, 0, sizeof(npppd_pool));
usr.sbin/npppd/npppd/npppd_pool.h
44
int npppd_pool_init (npppd_pool *, npppd *, const char *);
usr.sbin/npppd/npppd/npppd_pool.h
45
int npppd_pool_start (npppd_pool *);
usr.sbin/npppd/npppd/npppd_pool.h
46
int npppd_pool_reload (npppd_pool *);
usr.sbin/npppd/npppd/npppd_pool.h
47
void npppd_pool_uninit (npppd_pool *);
usr.sbin/npppd/npppd/npppd_pool.h
49
int npppd_pool_get_assignability (npppd_pool *, uint32_t, uint32_t, struct sockaddr_npppd **);
usr.sbin/npppd/npppd/npppd_pool.h
50
uint32_t npppd_pool_get_dynamic (npppd_pool *, npppd_ppp *);
usr.sbin/npppd/npppd/npppd_pool.h
51
int npppd_pool_assign_ip (npppd_pool *, npppd_ppp *);
usr.sbin/npppd/npppd/npppd_pool.h
52
void npppd_pool_release_ip (npppd_pool *, npppd_ppp *);