Searched defs:tunll_s (Results 1 – 1 of 1) sorted by relevance
86 struct tunll_s { struct87 uint32_t tll_flags; /* See TLLF_* below */88 void *tll_next, *tll_prev;90 int tll_error;91 queue_t *tll_wq; /* Output data sent here */92 tuncl_t *tll_defcl; /* Default client (daemon) */93 ppptun_atype tll_lcladdr; /* Local address */95 tuncl_t *tll_lastcl; /* Silly PPPoE optimization */97 ppptun_lname tll_name;98 int tll_index;[all …]