Home
last modified time | relevance | path

Searched refs:poedat (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ppp/sppptun/
H A Dsppptun.c1970 struct poedat { struct
1998 struct poedat *poedat = (struct poedat *)arg; in tclvm_pppoe_search() argument
2003 if (poedat->tcl != NULL) in tclvm_pppoe_search()
2009 ((!poedat->isdata && tcl->tcl_ctrl_tll == poedat->tll) || in tclvm_pppoe_search()
2010 (poedat->isdata && tcl->tcl_data_tll == poedat->tll)) && in tclvm_pppoe_search()
2012 poedat->srcaddr, in tclvm_pppoe_search()
2014 poedat->tcl = tcl; in tclvm_pppoe_search()
2163 struct poedat poedat; in sppptun_recv() local
2169 poedat.sessid = sessid; in sppptun_recv()
2170 poedat.tll = tll; in sppptun_recv()
[all …]