Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ether.c131 uchar_t *off, *ieeestart; in interpret_ether() local
215 ieeestart = off; in interpret_ether()
239 "size=%d bytes", ieeestart[0], ieeestart[1], in interpret_ether()
251 "VLAN ID=%hu, size=%d bytes", ieeestart[0], in interpret_ether()
252 ieeestart[1], VLAN_ID(tci), origlen); in interpret_ether()
301 ieeestart[0], ieeestart[1], ieeestart[2]); in interpret_ether()
360 switch (ieeestart[0]) { in interpret_ether()