Home
last modified time | relevance | path

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

/openbsd-src/usr.sbin/npppd/pptp/
H A Dpptp.h238 typedef struct _pptpd { struct
239 unsigned id;
240 slist listener; /* list of listeners */
241 int state;
242 struct event ev_timer; /* timer event context */
243 slist ctrl_list; /* list of PPTP controls */
245 slist call_free_list; /* Free call lists */
246 hash_table *call_id_map; /* table to map between callid and call */
250 initialized:1;