Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dgldpriv.h167 boolean_t gld_ethertype; /* ethertype/LLC stream */ member
/illumos-gate/usr/src/uts/common/io/
H A Dgld.c2682 ((stream->gld_ethertype && stream->gld_sap == pktinfo->ethertype) || \
2683 (!stream->gld_ethertype && pktinfo->isLLC)))
2860 if (gld->gld_ethertype) in gld_passon()
2960 type = (gld->gld_ethertype) ? pktinfo->ethertype : 0; in gld_addudind()
3940 gld->gld_ethertype = (sap > ETHERMTU); in gld_bind()
3943 gld->gld_ethertype = (sap > GLD_MAX_802_SAP); in gld_bind()
4152 gld->gld_ethertype) in gld_inforeq()