Home
last modified time | relevance | path

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

/openbsd/usr.sbin/npppd/npppd/
H A Dnpppd_local.h107 struct _npppd { struct
109 struct event ev_sigterm, ev_sigint, ev_sighup, ev_sigchld, ev_timer;
126 slist realms;
138 pid_t pid;
141 uint32_t boot_id;
145 l2tpd l2tpd;
149 pptpd pptpd;
153 pppoed pppoed;
159 uint32_t secs;
166 int nsession;
[all …]
H A Dipcp.c201 npppd *_npppd; in ipcp_reqci() local
H A Dnpppd_iface.c438 npppd *_npppd; in npppd_iface_network_input_ipv4() local
H A Dnpppd_auth.c68 npppd_auth_create(int auth_type, const char *name, void *_npppd) in npppd_auth_create()