Symbol: npppd
usr.sbin/npppd/npppd/ipcp.c
201
npppd *_npppd;
usr.sbin/npppd/npppd/npppd.c
101
static void npppd_auth_finalizer_periodic(npppd *);
usr.sbin/npppd/npppd/npppd.c
104
static int npppd_get_all_users (npppd *, slist *);
usr.sbin/npppd/npppd/npppd.c
1042
npppd_ppp_pipex_enable(npppd *_this, npppd_ppp *ppp)
usr.sbin/npppd/npppd/npppd.c
108
static void npppd_ipcp_stats_reload(npppd *);
usr.sbin/npppd/npppd/npppd.c
116
static void pipex_periodic(npppd *);
usr.sbin/npppd/npppd/npppd.c
1188
npppd_ppp_pipex_disable(npppd *_this, npppd_ppp *ppp)
usr.sbin/npppd/npppd/npppd.c
1253
pipex_periodic(npppd *_this)
usr.sbin/npppd/npppd/npppd.c
1337
npppd_prepare_ip(npppd *_this, npppd_ppp *ppp)
usr.sbin/npppd/npppd/npppd.c
1361
npppd_release_ip(npppd *_this, npppd_ppp *ppp)
usr.sbin/npppd/npppd/npppd.c
1378
npppd_set_ip_enabled(npppd *_this, npppd_ppp *ppp, int enabled)
usr.sbin/npppd/npppd/npppd.c
1525
npppd_assign_ip_addr(npppd *_this, npppd_ppp *ppp, uint32_t req_ip4)
usr.sbin/npppd/npppd/npppd.c
1652
npppd_set_radish(npppd *_this, void *radish_head)
usr.sbin/npppd/npppd/npppd.c
1820
npppd_get_all_users(npppd *_this, slist *users)
usr.sbin/npppd/npppd/npppd.c
1874
npppd_reload0(npppd *_this)
usr.sbin/npppd/npppd/npppd.c
1900
npppd_update_pool_reference(npppd *_this)
usr.sbin/npppd/npppd/npppd.c
1930
npppd *_this;
usr.sbin/npppd/npppd/npppd.c
1944
npppd *_this;
usr.sbin/npppd/npppd/npppd.c
1953
npppd *_this;
usr.sbin/npppd/npppd/npppd.c
1964
npppd *_this;
usr.sbin/npppd/npppd/npppd.c
2005
npppd_ppp_bind_realm(npppd *_this, npppd_ppp *ppp, const char *username, int
usr.sbin/npppd/npppd/npppd.c
2076
npppd_ppp_is_realm_local(npppd *_this, npppd_ppp *ppp)
usr.sbin/npppd/npppd/npppd.c
2090
npppd_ppp_is_realm_radius(npppd *_this, npppd_ppp *ppp)
usr.sbin/npppd/npppd/npppd.c
2104
npppd_ppp_is_realm_ready(npppd *_this, npppd_ppp *ppp)
usr.sbin/npppd/npppd/npppd.c
2114
npppd_ppp_get_realm_name(npppd *_this, npppd_ppp *ppp)
usr.sbin/npppd/npppd/npppd.c
2123
npppd_ppp_get_iface_name(npppd *_this, npppd_ppp *ppp)
usr.sbin/npppd/npppd/npppd.c
2132
npppd_ppp_iface_is_ready(npppd *_this, npppd_ppp *ppp)
usr.sbin/npppd/npppd/npppd.c
2140
npppd_ppp_bind_iface(npppd *_this, npppd_ppp *ppp)
usr.sbin/npppd/npppd/npppd.c
2213
npppd_ppp_unbind_iface(npppd *_this, npppd_ppp *ppp)
usr.sbin/npppd/npppd/npppd.c
224
npppd *
usr.sbin/npppd/npppd/npppd.c
2252
npppd_get_radius_auth_setting(npppd *_this, npppd_ppp *ppp)
usr.sbin/npppd/npppd/npppd.c
2268
npppd_auth_finalizer_periodic(npppd *_this)
usr.sbin/npppd/npppd/npppd.c
2335
npppd_ppp_get_username_for_auth(npppd *_this, npppd_ppp *ppp,
usr.sbin/npppd/npppd/npppd.c
235
npppd_init(npppd *_this, const char *config_file)
usr.sbin/npppd/npppd/npppd.c
2366
npppd_ppp_tunnel_protocol_name(npppd *_this, npppd_ppp *ppp)
usr.sbin/npppd/npppd/npppd.c
2372
npppd_get_tunnconf(npppd *_this, const char *name)
usr.sbin/npppd/npppd/npppd.c
2385
npppd_on_ppp_start(npppd *_this, npppd_ppp *ppp)
usr.sbin/npppd/npppd/npppd.c
2398
npppd_on_ppp_stop(npppd *_this, npppd_ppp *ppp)
usr.sbin/npppd/npppd/npppd.c
246
memset(_this, 0, sizeof(npppd));
usr.sbin/npppd/npppd/npppd.c
404
npppd_start(npppd *_this)
usr.sbin/npppd/npppd/npppd.c
421
npppd_stop(npppd *_this)
usr.sbin/npppd/npppd/npppd.c
454
npppd_stop_really(npppd *_this)
usr.sbin/npppd/npppd/npppd.c
483
npppd_fini(npppd *_this)
usr.sbin/npppd/npppd/npppd.c
531
npppd_reset_timer(npppd *_this)
usr.sbin/npppd/npppd/npppd.c
550
npppd *_this;
usr.sbin/npppd/npppd/npppd.c
582
npppd_reset_routing_table(npppd *_this, int pool_only)
usr.sbin/npppd/npppd/npppd.c
666
npppd_get_user_password(npppd *_this, npppd_ppp *ppp,
usr.sbin/npppd/npppd/npppd.c
679
npppd_get_user_framed_ip_address(npppd *_this, npppd_ppp *ppp,
usr.sbin/npppd/npppd/npppd.c
717
npppd_check_calling_number(npppd *_this, npppd_ppp *ppp)
usr.sbin/npppd/npppd/npppd.c
743
npppd_get_ppp_by_ip(npppd *_this, struct in_addr ipaddr)
usr.sbin/npppd/npppd/npppd.c
771
npppd_get_ppp_by_user(npppd *_this, const char *username)
usr.sbin/npppd/npppd/npppd.c
789
npppd_get_ppp_by_id(npppd *_this, u_int ppp_id)
usr.sbin/npppd/npppd/npppd.c
846
npppd_ipcp_stats_reload(npppd *_this)
usr.sbin/npppd/npppd/npppd.c
87
static npppd s_npppd; /* singleton */
usr.sbin/npppd/npppd/npppd.c
885
npppd_check_user_max_session(npppd *_this, npppd_ppp *ppp)
usr.sbin/npppd/npppd/npppd.c
89
static void npppd_reload0 (npppd *);
usr.sbin/npppd/npppd/npppd.c
90
static void npppd_update_pool_reference (npppd *);
usr.sbin/npppd/npppd/npppd.c
928
npppd_network_output(npppd *_this, npppd_ppp *ppp, int proto, u_char *pktp,
usr.sbin/npppd/npppd/npppd.c
93
static void npppd_stop_really (npppd *);
usr.sbin/npppd/npppd/npppd.c
99
static void npppd_reset_timer(npppd *);
usr.sbin/npppd/npppd/npppd.h
292
npppd *npppd_get_npppd(void);
usr.sbin/npppd/npppd/npppd.h
293
int npppd_init(npppd *, const char *);
usr.sbin/npppd/npppd/npppd.h
294
void npppd_start(npppd *);
usr.sbin/npppd/npppd/npppd.h
295
void npppd_stop(npppd *);
usr.sbin/npppd/npppd/npppd.h
296
void npppd_fini(npppd *);
usr.sbin/npppd/npppd/npppd.h
297
int npppd_reset_routing_table(npppd *, int);
usr.sbin/npppd/npppd/npppd.h
298
int npppd_get_user_password(npppd *, npppd_ppp *, const char *,
usr.sbin/npppd/npppd/npppd.h
300
struct in_addr *npppd_get_user_framed_ip_address(npppd *, npppd_ppp *,
usr.sbin/npppd/npppd/npppd.h
302
int npppd_check_calling_number(npppd *, npppd_ppp *);
usr.sbin/npppd/npppd/npppd.h
303
npppd_ppp *npppd_get_ppp_by_ip(npppd *, struct in_addr);
usr.sbin/npppd/npppd/npppd.h
304
npppd_ppp *npppd_get_ppp_by_id(npppd *, u_int);
usr.sbin/npppd/npppd/npppd.h
305
slist *npppd_get_ppp_by_user(npppd *, const char *);
usr.sbin/npppd/npppd/npppd.h
306
int npppd_check_user_max_session(npppd *, npppd_ppp *);
usr.sbin/npppd/npppd/npppd.h
307
void npppd_network_output(npppd *, npppd_ppp *, int, u_char *, int);
usr.sbin/npppd/npppd/npppd.h
308
int npppd_ppp_pipex_enable(npppd *, npppd_ppp *);
usr.sbin/npppd/npppd/npppd.h
309
int npppd_ppp_pipex_disable(npppd *, npppd_ppp *);
usr.sbin/npppd/npppd/npppd.h
310
int npppd_prepare_ip(npppd *, npppd_ppp *);
usr.sbin/npppd/npppd/npppd.h
311
void npppd_release_ip(npppd *, npppd_ppp *);
usr.sbin/npppd/npppd/npppd.h
312
void npppd_set_ip_enabled(npppd *, npppd_ppp *, int);
usr.sbin/npppd/npppd/npppd.h
313
int npppd_assign_ip_addr(npppd *, npppd_ppp *, uint32_t);
usr.sbin/npppd/npppd/npppd.h
314
int npppd_set_radish(npppd *, void *);
usr.sbin/npppd/npppd/npppd.h
315
int npppd_ppp_bind_realm(npppd *, npppd_ppp *, const char *, int);
usr.sbin/npppd/npppd/npppd.h
316
int npppd_ppp_is_realm_local(npppd *, npppd_ppp *);
usr.sbin/npppd/npppd/npppd.h
317
int npppd_ppp_is_realm_radius(npppd *, npppd_ppp *);
usr.sbin/npppd/npppd/npppd.h
318
int npppd_ppp_is_realm_ready(npppd *, npppd_ppp *);
usr.sbin/npppd/npppd/npppd.h
319
const char *npppd_ppp_get_realm_name(npppd *, npppd_ppp *);
usr.sbin/npppd/npppd/npppd.h
320
const char *npppd_ppp_get_iface_name(npppd *, npppd_ppp *);
usr.sbin/npppd/npppd/npppd.h
321
int npppd_ppp_iface_is_ready(npppd *, npppd_ppp *);
usr.sbin/npppd/npppd/npppd.h
322
int npppd_ppp_bind_iface(npppd *, npppd_ppp *);
usr.sbin/npppd/npppd/npppd.h
323
void npppd_ppp_unbind_iface(npppd *, npppd_ppp *);
usr.sbin/npppd/npppd/npppd.h
324
void *npppd_get_radius_auth_setting(npppd *, npppd_ppp *);
usr.sbin/npppd/npppd/npppd.h
326
const char *npppd_ppp_get_username_for_auth(npppd *, npppd_ppp *,
usr.sbin/npppd/npppd/npppd.h
328
const char *npppd_ppp_tunnel_protocol_name(npppd *, npppd_ppp *);
usr.sbin/npppd/npppd/npppd.h
330
struct tunnconf *npppd_get_tunnconf(npppd *, const char *);
usr.sbin/npppd/npppd/npppd.h
331
int npppd_reload_config(npppd *);
usr.sbin/npppd/npppd/npppd.h
332
int npppd_modules_reload(npppd *);
usr.sbin/npppd/npppd/npppd.h
333
int npppd_ifaces_load_config(npppd *);
usr.sbin/npppd/npppd/npppd.h
339
void npppd_on_ppp_start(npppd *, npppd_ppp *);
usr.sbin/npppd/npppd/npppd.h
340
void npppd_on_ppp_stop(npppd *, npppd_ppp *);
usr.sbin/npppd/npppd/npppd.h
347
*npppd_ctl_create(npppd *);
usr.sbin/npppd/npppd/npppd_auth.c
180
TAILQ_FOREACH(auth, &base->npppd->conf.authconfs, entry) {
usr.sbin/npppd/npppd/npppd_auth.c
602
radius_acct_on(base->npppd, _this->rad_acct_setting);
usr.sbin/npppd/npppd/npppd_auth.c
79
base->npppd = _npppd;
usr.sbin/npppd/npppd/npppd_auth.c
91
base->npppd = _npppd;
usr.sbin/npppd/npppd/npppd_auth_local.h
33
npppd *npppd;
usr.sbin/npppd/npppd/npppd_config.c
116
npppd_modules_reload(npppd *_this)
usr.sbin/npppd/npppd/npppd_config.c
146
npppd_pool_load(npppd *_this)
usr.sbin/npppd/npppd/npppd_config.c
226
npppd_auth_realm_reload(npppd *_this)
usr.sbin/npppd/npppd/npppd_config.c
331
npppd_ifaces_load_config(npppd *_this)
usr.sbin/npppd/npppd/npppd_config.c
65
static int npppd_pool_load(npppd *);
usr.sbin/npppd/npppd/npppd_config.c
66
static int npppd_auth_realm_reload (npppd *);
usr.sbin/npppd/npppd/npppd_config.c
89
npppd_reload_config(npppd *_this)
usr.sbin/npppd/npppd/npppd_ctl.c
114
if (rd_walktree(_this->npppd->rd, npppd_ctl_who_walk_rd, _this) != 0)
usr.sbin/npppd/npppd/npppd_ctl.c
184
if ((ppp = npppd_get_ppp_by_id(_this->npppd, ppp_id[i]))
usr.sbin/npppd/npppd/npppd_ctl.c
238
if ((ppp = npppd_get_ppp_by_id(_this->npppd,
usr.sbin/npppd/npppd/npppd_ctl.c
56
npppd *npppd;
usr.sbin/npppd/npppd/npppd_ctl.c
69
npppd_ctl_create(npppd *_this)
usr.sbin/npppd/npppd/npppd_ctl.c
75
ctl->npppd = _this;
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
108
_this->npppd = npppd;
usr.sbin/npppd/npppd/npppd_iface.c
210
ppp = npppd_get_ppp_by_ip(_this->npppd, _this->ip4addr);
usr.sbin/npppd/npppd/npppd_iface.c
438
npppd *_npppd;
usr.sbin/npppd/npppd/npppd_iface.c
446
_npppd = _this->npppd;
usr.sbin/npppd/npppd/npppd_iface.c
457
((npppd *)(_this->npppd))->rd != NULL);
usr.sbin/npppd/npppd/npppd_iface.c
462
rd_walktree(((npppd *)(_this->npppd))->rd,
usr.sbin/npppd/npppd/npppd_iface.h
33
void *npppd;
usr.sbin/npppd/npppd/npppd_iface.h
67
void npppd_iface_init (npppd *, npppd_iface *, struct iface *);
usr.sbin/npppd/npppd/npppd_local.h
83
npppd *npppd;
usr.sbin/npppd/npppd/npppd_pool.c
115
_this->npppd = NULL;
usr.sbin/npppd/npppd/npppd_pool.c
133
TAILQ_FOREACH(ipcp, &_this->npppd->conf.ipcpconfs, entry) {
usr.sbin/npppd/npppd/npppd_pool.c
242
_this->npppd->rd)) != NULL) {
usr.sbin/npppd/npppd/npppd_pool.c
261
if ((rval = rd_insert(SA(&sin4a), SA(&sin4b), _this->npppd->rd,
usr.sbin/npppd/npppd/npppd_pool.c
342
npppd_is_ifcace_ip4addr(npppd *_this, uint32_t ip4addr)
usr.sbin/npppd/npppd/npppd_pool.c
386
if (rd_delete(SA(&addr), SA(&mask), _this->npppd->rd, &rtent) == 0) {
usr.sbin/npppd/npppd/npppd_pool.c
400
(struct sockaddr *)&mask, _this->npppd->rd, &ppp->snp)) != 0) {
usr.sbin/npppd/npppd/npppd_pool.c
501
if (npppd_is_ifcace_ip4addr(_this->npppd, sin4.sin_addr.s_addr))
usr.sbin/npppd/npppd/npppd_pool.c
505
if (rd_match(SA(&sin4), _this->npppd->rd, &radish)) {
usr.sbin/npppd/npppd/npppd_pool.c
522
} while (rd_match_next(SA(&sin4), _this->npppd->rd, &radish,
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
90
_this->npppd = base;
usr.sbin/npppd/npppd/npppd_pool.h
44
int npppd_pool_init (npppd_pool *, npppd *, const char *);
usr.sbin/npppd/npppd/npppd_radius.c
152
npppd_ppp_radius_acct_start(npppd *pppd, npppd_ppp *ppp)
usr.sbin/npppd/npppd/npppd_radius.c
163
npppd_ppp_radius_acct_stop(npppd *pppd, npppd_ppp *ppp)
usr.sbin/npppd/npppd/npppd_radius.c
238
radius_acct_request(npppd *pppd, npppd_ppp *ppp, int stop)
usr.sbin/npppd/npppd/npppd_radius.c
379
radius_acct_on(npppd *pppd, radius_req_setting *rad_setting)
usr.sbin/npppd/npppd/npppd_radius.c
583
npppd_radius_dae_init(npppd *_this)
usr.sbin/npppd/npppd/npppd_radius.c
642
npppd_radius_dae_fini(npppd *_this)
usr.sbin/npppd/npppd/npppd_radius.c
69
static int radius_acct_request(npppd *, npppd_ppp *, int );
usr.sbin/npppd/npppd/npppd_radius.c
699
npppd *_this = listen->pppd;
usr.sbin/npppd/npppd/npppd_radius.h
15
npppd *pppd;
usr.sbin/npppd/npppd/npppd_radius.h
28
void npppd_ppp_radius_acct_start(npppd *, npppd_ppp *);
usr.sbin/npppd/npppd/npppd_radius.h
29
void npppd_ppp_radius_acct_stop(npppd *, npppd_ppp *);
usr.sbin/npppd/npppd/npppd_radius.h
30
void radius_acct_on(npppd *, radius_req_setting *);
usr.sbin/npppd/npppd/npppd_radius.h
31
void npppd_radius_dae_init(npppd *);
usr.sbin/npppd/npppd/npppd_radius.h
32
void npppd_radius_dae_fini(npppd *);
usr.sbin/npppd/npppd/ppp.c
125
ppp_init(npppd *pppd, npppd_ppp *_this)
usr.sbin/npppd/npppd/ppp.h
443
npppd *pppd;
usr.sbin/npppd/npppd/ppp.h
762
int ppp_init (npppd *, npppd_ppp *);