Searched defs:_npppd (Results 1 – 4 of 4) sorted by relevance
111 struct _npppd { struct113 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 …]
201 npppd *_npppd; in ipcp_reqci() local
68 npppd_auth_create(int auth_type, const char *name, void *_npppd) in npppd_auth_create()
438 npppd *_npppd; in npppd_iface_network_input_ipv4() local