4 * Copyright (C) 2000-2005 by Darren Reed.
6 * See the IPFILTER.LICENCE file for details on licencing.
8 * Id: printmask.c,v 1.5.4.1 2006/06/16 17:21:13 darrenr Exp
22 printf("/%d", count6bits(mask
));
25 if ((ones
= count4bits(*mask
)) == -1) {
27 printf("/%s", inet_ntoa(ipa
));