--
-- cidr_recv/1
--
create or replace function cidr_recv(
  internal
) returns cidr as $$
cidr_recv$$ language plpgsql;