| /src/external/bsd/libpcap/dist/testprogs/ |
| capturetest.c | 111 bpf_u_int32 localnet, netmask; local 243 if (pcap_lookupnet(device, &localnet, &netmask, ebuf) < 0) { 244 localnet = 0;
|
| selpolltest.c | 70 bpf_u_int32 localnet, netmask; local 152 if (pcap_lookupnet(device, &localnet, &netmask, ebuf) < 0) { 153 localnet = 0;
|
| threadsignaltest.c | 187 bpf_u_int32 localnet, netmask; local 255 if (pcap_lookupnet(device, &localnet, &netmask, ebuf) < 0) { 256 localnet = 0;
|
| writecaptest.c | 242 bpf_u_int32 localnet, netmask; local 391 if (pcap_lookupnet(device, &localnet, &netmask, ebuf) < 0) { 392 localnet = 0;
|
| /src/external/bsd/tcpdump/dist/ |
| tcpdump.c | 1533 bpf_u_int32 localnet = 0, netmask = 0; local 2545 if (pcap_lookupnet(device, &localnet, &netmask, ebuf) < 0) { 2574 init_print(ndo, localnet, netmask);
|