Searched refs:pcap_lookupnet (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10/libpcap-48/libpcap/tests/
H A Dfindalldevstest.c44 if (pcap_lookupnet(s, &net, &mask, errbuf) < 0)
46 fprintf(stderr,"Error in pcap_lookupnet: %s\n",errbuf);
H A Dnonblocktest.c96 if (pcap_lookupnet(device, &localnet, &netmask, ebuf) < 0) {
H A Dselpolltest.c126 if (pcap_lookupnet(device, &localnet, &netmask, ebuf) < 0) {
/macosx-10.10/libpcap-48/libpcap/pcap/
H A Dpcap.h300 int pcap_lookupnet(const char *, bpf_u_int32 *, bpf_u_int32 *, char *);
/macosx-10.10/libpcap-48/libpcap/
H A Dinet.c713 pcap_lookupnet(device, netp, maskp, errbuf) function
895 pcap_lookupnet(device, netp, maskp, errbuf) function
H A Dpcap-dos.c497 int pcap_lookupnet (const char *device, bpf_u_int32 *localnet, function
/macosx-10.10/tcpdump-61/tcpdump/
H A Dtcpdump.c1599 if (pcap_lookupnet(device, &localnet, &netmask, ebuf) < 0) {

Completed in 94 milliseconds