Home
last modified time | relevance | path

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

/freebsd/contrib/libpcap/testprogs/
H A Dfiltertest.c224 if (pcap_wsockinit() != 0) in main()
/freebsd/contrib/libpcap/pcap/
H A Dpcap.h741 PCAP_API int pcap_wsockinit(void);
/freebsd/contrib/tcpdump/
H A Dcmakeconfig.h.in153 /* Define to 1 if you have the `pcap_wsockinit' function. */
H A DCMakeLists.txt924 # On Windows, check for pcap_wsockinit(); if we don't have it, check for
928 check_function_exists(pcap_wsockinit HAVE_PCAP_WSOCKINIT)
H A Dtcpdump.c1551 if (pcap_wsockinit() != 0) in main()
/freebsd/contrib/libpcap/
H A Dpcap-npf.c1068 pcap_wsockinit(); in pcap_activate_npf()
H A Dpcap.c221 pcap_wsockinit(void) in pcap_wsockinit() function
H A Dgencode.c739 pcap_wsockinit(); in pcap_compile()