2 * Copyright (C) 1993-2001 by Darren Reed.
4 * See the IPFILTER.LICENCE file for details on licencing.
6 * $Id: printmask.c,v 1.5 2002/06/15 04:48:33 darrenr Exp $
8 * Copyright 2005 Sun Microsystems, Inc. All rights reserved.
9 * Use is subject to license terms.
12 #pragma ident "%Z%%M% %I% %E% SMI"
17 void printmask(v
, mask
)
26 printf("/%d", count6bits(mask
));
29 if ((ones
= count4bits(*mask
)) == -1) {
31 printf("/%s", inet_ntoa(ipa
));