IPSEC_GOODMASKSection: C Library Functions (3)Updated: 11 June 2001 |
IPSEC_GOODMASKSection: C Library Functions (3)Updated: 11 June 2001 |
int goodmask(struct in_addr mask);
int masktobits(struct in_addr mask);
struct in_addr bitstomask(int n);
Goodmask reports whether the subnet mask is a valid one, i.e. consists of a (possibly empty) sequence of 1s followed by a (possibly empty) sequence of 0s. Masktobits takes a (valid) subnet mask and returns the number of 1 bits in it. Bitstomask reverses this, returning the subnet mask corresponding to bit count n.
All masks are in network byte order.