Home
last modified time | relevance | path

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

/illumos-gate/usr/src/stand/lib/inet/
H A Dethernet.c71 static char eprintbuf[20]; in ether_print() local
73 (void) sprintf(eprintbuf, "%x:%x:%x:%x:%x:%x", ea[0], ea[1], ea[2], in ether_print()
75 return (eprintbuf); in ether_print()