This also contains a pure awk implementation of decimal -> binary conversion (restricted to values < 2^8 because, uh, IPv4 octets), if anyone wants to kang it.
You can also give it an optional minimum and maximum prefix length to search for (default: 16-31). This is mainly for performance reasons, searching for short prefixes usually wastes time and searching for /30 and /31 does a lot of failing `grep` calls.