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