Home
last modified time | relevance | path

Searched defs:_npppd (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/usr.sbin/npppd/npppd/
H A Dnpppd_local.h111 struct _npppd { struct
113 struct event ev_sigterm, ev_sigint, ev_sighup, ev_sigchld, ev_timer;
116 npppd_iface iface[NPPPD_MAX_IFACE];
118 npppd_pool *iface_pool[NPPPD_MAX_IFACE];
121 npppd_pool pool[NPPPD_MAX_POOL];
124 struct radish_head *rd;
127 hash_table *map_user_ppp;
130 slist realms;
133 int auth_finalizer_itvl;
136 char config_file[PATH_MAX];
[all …]
H A Dipcp.c201 npppd *_npppd; in ipcp_reqci() local
H A Dnpppd_auth.c68 npppd_auth_create(int auth_type, const char *name, void *_npppd) in npppd_auth_create()
H A Dnpppd_iface.c438 npppd *_npppd; in npppd_iface_network_input_ipv4() local