2 * Copyright (C) 2005 by Darren Reed.
4 * See the IPFILTER.LICENCE file for details on licencing.
8 #pragma ident "%Z%%M% %I% %E% SMI"
13 void printlookup(addr
, mask
)
14 i6addr_t
*addr
, *mask
;
16 switch (addr
->iplookuptype
)
25 printf("lookup(%x)=", addr
->iplookuptype
);
29 printf("%u", addr
->iplookupnum
);
30 if (opts
& OPT_UNDEF
) {
31 if (mask
->iplookupptr
== NULL
)