Home
last modified time | relevance | path

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

/freebsd/contrib/libpcap/
H A Dpcap-null.c50 pcap_lookupnet(const char *device _U_, bpf_u_int32 *netp _U_, in pcap_lookupnet() function
H A DTODO23 + pcap_lookupnet makes little to no sense with protocols != IPv4
H A Dpcap-dos.c534 int pcap_lookupnet (const char *device, bpf_u_int32 *localnet, in pcap_lookupnet() function
H A Dpcap-npf.c2634 pcap_lookupnet(const char *device, bpf_u_int32 *netp, bpf_u_int32 *maskp, in pcap_lookupnet() function
H A DMakefile.in213 pcap_lookupnet.3pcap \
H A Dpcap.c1566 pcap_lookupnet(const char *device, bpf_u_int32 *netp, bpf_u_int32 *maskp, function
H A DCHANGES1065 lookup pcap_lookupnet()
H A DCMakeLists.txt3152 pcap_lookupnet.3pcap
/freebsd/tools/tools/ether_reflect/
H A Dether_reflect.c115 if (pcap_lookupnet(interface, &localnet, &netmask, errbuf) < 0) in main()
/freebsd/contrib/wpa/src/l2_packet/
H A 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()
H A Dl2_packet_winpcap.c168 pcap_lookupnet(l2->ifname, &pcap_netp, &pcap_maskp, pcap_err); in l2_packet_init_libpcap()
H A Dl2_packet_freebsd.c120 pcap_lookupnet(l2->ifname, &pcap_netp, &pcap_maskp, pcap_err); in l2_packet_init_libpcap()
/freebsd/lib/libpcap/
H A DMakefile88 pcap_lookupnet.3 \
/freebsd/contrib/libpcap/testprogs/
H A Dcapturetest.c243 if (pcap_lookupnet(device, &localnet, &netmask, ebuf) < 0) { in main()
H A Dfindalldevstest.c158 if (pcap_lookupnet(alldevs->name, &net, &mask, errbuf) < 0) in main()
H A Dthreadsignaltest.c255 if (pcap_lookupnet(device, &localnet, &netmask, ebuf) < 0) { in main()
H A Dselpolltest.c152 if (pcap_lookupnet(device, &localnet, &netmask, ebuf) < 0) { in main()
H A Dwritecaptest.c391 if (pcap_lookupnet(device, &localnet, &netmask, ebuf) < 0) { in main()
/freebsd/contrib/libpcap/pcap/
H A Dpcap.h398 PCAP_API int pcap_lookupnet(const char *, bpf_u_int32 *, bpf_u_int32 *, char *);
/freebsd/contrib/tcpdump/
H A Dtcpdump.c2250 if (pcap_lookupnet(device, &localnet, &netmask, ebuf) < 0) { in main()