HelenOS sources

eth_addr_format   372 uspace/app/inet/inet.c 		eth_addr_format(&linfo.mac_addr, &saddr);
eth_addr_format    80 uspace/lib/inet/include/inet/eth_addr.h extern void eth_addr_format(eth_addr_t *, eth_addr_str_t *);
eth_addr_format    99 uspace/lib/inet/test/eth_addr.c 	eth_addr_format(&addr1, &saddr);
eth_addr_format   102 uspace/lib/inet/test/eth_addr.c 	eth_addr_format(&addr2, &saddr);
eth_addr_format   105 uspace/lib/inet/test/eth_addr.c 	eth_addr_format(&addr3, &saddr);
eth_addr_format   246 uspace/srv/net/ethip/ethip_nic.c 	eth_addr_format(&nic->mac_addr, &saddr);
eth_addr_format   132 uspace/srv/net/inetsrv/inet_link.c 	eth_addr_format(mac, &saddr);
HelenOS homepage, sources at GitHub