Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/ppp/sppptun/
H A Dsppptun.c548 ptc->ptc_address = tclabout->tcl_address; in make_control()
901 bcmp(&tcl->tcl_address, &tll->tll_lcladdr, in sppptun_outpkt()
917 if (tcl->tcl_address.pta_pppoe.ptma_mac[0] & 1) in sppptun_outpkt()
928 ether_copy(tcl->tcl_address.pta_pppoe.ptma_mac, in sppptun_outpkt()
988 if (bcmp(tcl->tcl_address.pta_pppoe.ptma_mac, in sppptun_outpkt()
994 ether_copy(tcl->tcl_address.pta_pppoe.ptma_mac, in sppptun_outpkt()
1343 tcl->tcl_address = ptp->ptp_address; in sppptun_inner_ioctl()
1368 ptp->ptp_address = tcl->tcl_address; in sppptun_inner_ioctl()
2007 bcmp(tcl->tcl_address.pta_pppoe.ptma_mac, in tclvm_pppoe_search()
2009 sizeof (tcl->tcl_address.pta_pppoe.ptma_mac)) == 0) { in tclvm_pppoe_search()
[all …]
H A Dsppptun_impl.h142 ppptun_atype tcl_address; member