Searched refs:ether_addr_compare (Results 1 – 2 of 2) sorted by relevance
/systemd-251/src/basic/ |
D | ether-addr-util.c | 95 int ether_addr_compare(const struct ether_addr *a, const struct ether_addr *b) { in ether_addr_compare() function 103 DEFINE_HASH_OPS(ether_addr_hash_ops, struct ether_addr, ether_addr_hash_func, ether_addr_compare); 104 …UCTOR(ether_addr_hash_ops_free, struct ether_addr, ether_addr_hash_func, ether_addr_compare, free);
|
D | ether-addr-util.h | 77 int ether_addr_compare(const struct ether_addr *a, const struct ether_addr *b); 79 return ether_addr_compare(a, b) == 0; in ether_addr_equal()
|