Searched refs:ieeestart (Results 1 – 1 of 1) sorted by relevance
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_ether.c | 129 uchar_t *off, *ieeestart; in interpret_ether() local 213 ieeestart = off; in interpret_ether() 237 "size=%d bytes", ieeestart[0], ieeestart[1], in interpret_ether() 249 "VLAN ID=%hu, size=%d bytes", ieeestart[0], in interpret_ether() 250 ieeestart[1], VLAN_ID(tci), origlen); in interpret_ether() 299 ieeestart[0], ieeestart[1], ieeestart[2]); in interpret_ether() 358 switch (ieeestart[0]) { in interpret_ether()
|