Searched refs:tll_alen (Results 1 - 2 of 2) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/io/ppp/sppptun/
H A Dsppptun_impl.h101 int tll_alen; /* Address length */ member in struct:tunll_s
H A Dsppptun.c466 tll->tll_alen = sizeof (tll->tll_lcladdr.pta_pppoe);
900 if (tll->tll_alen != 0 &&
902 tll->tll_alen) == 0)
955 if (bcmp(&ptc->ptc_address, &tll->tll_lcladdr, tll->tll_alen)
1215 tll->tll_alen = sizeof (tll->tll_lcladdr.pta_pppoe);
1233 tll->tll_alen = 0;
1271 len = tll->tll_alen;

Completed in 106 milliseconds