Searched refs:tllabout (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/uts/common/io/ppp/sppptun/ |
H A D | sppptun.c | 536 make_control(tuncl_t *tclabout, tunll_t *tllabout, int action, tuncl_t *tclto) in make_control() argument 552 if (tllabout != NULL) { in make_control() 553 (void) strncpy(ptc->ptc_name, tllabout->tll_name, in make_control() 564 send_control(tuncl_t *tclabout, tunll_t *tllabout, int action, tuncl_t *tcl) in send_control() argument 569 mp = make_control(tclabout, tllabout, action, tcl); in send_control()
|