--
-- hashmacaddr/1
--
create or replace function hashmacaddr(
  macaddr
) returns int4 as $$
hashmacaddr$$ language plpgsql;