int r = Pcap.lookupNet(device, netp, maskp, errbuf);
assertEquals(errbuf.toString(), 0, r);
System.out.printf("device=%s netp=%X maskp=%X errbuf=%s\n", device, netp
.intValue(), maskp.intValue(), errbuf.toString());
}
/**
* Test loop null ptr handling.
*/