IpMask
static int IpMask(int, struct in_addr *);
IpMask(0, &src_mask);
IpMask(0, &dst_mask);
IpMask(32, &mask);
err = IpMask(nbits, &mask);