Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ppp/sppptun/
H A Dsppptun_impl.h135 uint32_t tcl_ctlval; /* Control distinguisher */ member
H A Dsppptun.c550 ptc->ptc_discrim = tclto->tcl_ctlval; in make_control()
830 if (tcl->tcl_ctlval == 0) in sppptun_outpkt()
831 tcl->tcl_ctlval = ptc->ptc_discrim; in sppptun_outpkt()
841 ptc->ptc_discrim = tcl->tcl_ctlval; in sppptun_outpkt()
847 if (tcl->tcl_ctlval != ptc->ptc_discrim) { in sppptun_outpkt()