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