Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_trill.c41 struct ether_vlan_header *inner_ethvlanhdr; in interpret_trill() local
99 inner_ethvlanhdr = (struct ether_vlan_header *)inner_ethhdr; in interpret_trill()
100 ethertype = ntohs(inner_ethvlanhdr->ether_type); in interpret_trill()
110 dlen, VLAN_ID(inner_ethvlanhdr->ether_tci), in interpret_trill()