HelenOS sources

eth_addr_compare  106 uspace/lib/drv/generic/remote_ieee80211.c 		if (eth_addr_compare(&eth_addr, &link_info.mac_addr) == 0)
eth_addr_compare  233 uspace/lib/drv/generic/remote_ieee80211.c 		if (eth_addr_compare(&eth_addr, &link_info.mac_addr) == 0) {
eth_addr_compare   79 uspace/lib/inet/include/inet/eth_addr.h extern int eth_addr_compare(const eth_addr_t *, const eth_addr_t *);
eth_addr_compare   80 uspace/lib/inet/test/eth_addr.c 	PCUT_ASSERT_INT_EQUALS(-1, eth_addr_compare(&a, &b));
eth_addr_compare   84 uspace/lib/inet/test/eth_addr.c 	PCUT_ASSERT_INT_EQUALS(0, eth_addr_compare(&a, &b));
eth_addr_compare   88 uspace/lib/inet/test/eth_addr.c 	PCUT_ASSERT_INT_EQUALS(1, eth_addr_compare(&a, &b));
eth_addr_compare  412 uspace/srv/net/ethip/ethip_nic.c 			if (eth_addr_compare(&mac_entry, &mac)) {
HelenOS homepage, sources at GitHub