Home
last modified time | relevance | path

Searched refs:pcap_lookupnet (Results 1 – 19 of 19) sorted by relevance

/external/libpcap/
Dpcap-null.c50 pcap_lookupnet(const char *device _U_, bpf_u_int32 *netp _U_, in pcap_lookupnet() function
DTODO23 + pcap_lookupnet makes little to no sense with protocols != IPv4
Dpcap-dos.c518 int pcap_lookupnet (const char *device, bpf_u_int32 *localnet, in pcap_lookupnet() function
Dpcap-npf.c2339 pcap_lookupnet(const char *device, bpf_u_int32 *netp, bpf_u_int32 *maskp, in pcap_lookupnet() function
DMakefile.in211 pcap_lookupnet.3pcap \
Dpcap.c1571 pcap_lookupnet(const char *device, bpf_u_int32 *netp, bpf_u_int32 *maskp, function
DCHANGES731 lookup pcap_lookupnet()
DCMakeLists.txt2569 pcap_lookupnet.3pcap
/external/scapy/scapy/modules/
Dwinpcapy.py312 pcap_lookupnet = _lib.pcap_lookupnet variable
313 pcap_lookupnet.restype = c_int
314 pcap_lookupnet.argtypes = [STRING, POINTER(bpf_u_int32), POINTER(bpf_u_int32), STRING]
/external/wpa_supplicant_8/src/l2_packet/
Dl2_packet_pcap.c207 pcap_lookupnet(ifname, &pcap_netp, &pcap_maskp, pcap_err); in l2_packet_init_libpcap()
218 pcap_lookupnet(l2->ifname, &pcap_netp, &pcap_maskp, pcap_err); in l2_packet_init_libpcap()
Dl2_packet_freebsd.c109 pcap_lookupnet(l2->ifname, &pcap_netp, &pcap_maskp, pcap_err); in l2_packet_init_libpcap()
Dl2_packet_winpcap.c168 pcap_lookupnet(l2->ifname, &pcap_netp, &pcap_maskp, pcap_err); in l2_packet_init_libpcap()
/external/libpcap/testprogs/
Dcapturetest.c243 if (pcap_lookupnet(device, &localnet, &netmask, ebuf) < 0) { in main()
Dfindalldevstest.c158 if (pcap_lookupnet(alldevs->name, &net, &mask, errbuf) < 0) in main()
Dthreadsignaltest.c255 if (pcap_lookupnet(device, &localnet, &netmask, ebuf) < 0) { in main()
Dselpolltest.c152 if (pcap_lookupnet(device, &localnet, &netmask, ebuf) < 0) { in main()
Dwritecaptest.c391 if (pcap_lookupnet(device, &localnet, &netmask, ebuf) < 0) { in main()
/external/libpcap/pcap/
Dpcap.h398 PCAP_API int pcap_lookupnet(const char *, bpf_u_int32 *, bpf_u_int32 *, char *);
/external/tcpdump/
Dtcpdump.c1750 if (pcap_lookupnet(device, &localnet, &netmask, ebuf) < 0) { in main()