Home
last modified time | relevance | path

Searched refs:pcap_wsockinit (Results 1 – 8 of 8) sorted by relevance

/external/libpcap/testprogs/
Dfiltertest.c226 if (pcap_wsockinit() != 0) in main()
/external/libpcap/pcap/
Dpcap.h692 PCAP_API int pcap_wsockinit(void);
/external/tcpdump/
Dcmakeconfig.h.in159 /* Define to 1 if you have the `pcap_wsockinit' function. */
DCMakeLists.txt736 # On Windows, check for pcap_wsockinit(); if we don't have it, check for
740 check_function_exists(pcap_wsockinit HAVE_PCAP_WSOCKINIT)
Dtcpdump.c1526 if (pcap_wsockinit() != 0) in main()
/external/libpcap/
Dpcap-npf.c1060 pcap_wsockinit(); in pcap_activate_npf()
Dpcap.c205 pcap_wsockinit(void) in pcap_wsockinit() function
Dgencode.c741 pcap_wsockinit(); in pcap_compile()