Home
last modified time | relevance | path

Searched refs:ether_vlan_extinfo (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dethernet.h79 struct ether_vlan_extinfo { struct
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ether.c136 struct ether_vlan_extinfo *evx = NULL; in interpret_ether()
196 if (len < sizeof (struct ether_vlan_extinfo)) in interpret_ether()
199 evx = (struct ether_vlan_extinfo *)off; in interpret_ether()
200 off += sizeof (struct ether_vlan_extinfo); in interpret_ether()
201 len -= sizeof (struct ether_vlan_extinfo); in interpret_ether()
/illumos-gate/usr/src/uts/common/io/dls/
H A Ddls.c502 struct ether_vlan_extinfo *extinfo; in dls_header()
503 size_t len = sizeof (struct ether_vlan_extinfo); in dls_header()
527 extinfo = (struct ether_vlan_extinfo *)payload->b_rptr; in dls_header()
/illumos-gate/usr/src/uts/common/io/
H A Dtrill.c115 (tci != TRILL_NO_TCI ? sizeof (struct ether_vlan_extinfo) : 0); in create_trill_header()
128 hdr_mp->b_wptr += sizeof (struct ether_vlan_extinfo); in create_trill_header()
235 (ethtype == ETHERTYPE_VLAN ? sizeof (struct ether_vlan_extinfo):0); in trill_dest_fwd()
446 min_size += sizeof (struct ether_vlan_extinfo); in trill_recv()