Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ether.c1332 } ether_block [] = { variable
1498 for (i = 0; ether_block[i].e_block != 0; i++) in ether_ouiname()
1499 if (oui == ether_block[i].e_block) in ether_ouiname()
1500 return (ether_block[i].e_name); in ether_ouiname()