4 * Copyright (C) 2000-2005 by Darren Reed.
6 * See the IPFILTER.LICENCE file for details on licencing.
8 * Id: printhostmask.c,v 1.8.4.1 2006/06/16 17:21:12 darrenr Exp
14 void printhostmask(v
, addr
, mask
)
39 printf("%s", inet_ntop(af
, ptr
, ipbuf
, sizeof(ipbuf
)));
42 printf("%s", inet_ntoa(ipa
));