2 * Copyright (C) 2000-2005 by Darren Reed.
4 * See the IPFILTER.LICENCE file for details on licencing.
6 * $Id: printhostmask.c,v 1.8 2002/04/11 15:01:19 darrenr Exp $
8 * Copyright 2008 Sun Microsystems, Inc. All rights reserved.
9 * Use is subject to license terms.
12 #pragma ident "%Z%%M% %I% %E% SMI"
17 void printhostmask(v
, addr
, mask
)
22 char ipbuf
[INET6_ADDRSTRLEN
];
27 if ((v
== 4) && (!*addr
) && (!*mask
))
40 printf("%s", inet_ntop(af
, ptr
, ipbuf
, sizeof(ipbuf
)));
43 printf("%s", inet_ntoa(ipa
));