HomeSort by: relevance | last modified time | path
    Searched defs:pcap_lookupdev (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/libpcap/dist/
pcap-dos.c 508 char *pcap_lookupdev (char *ebuf) function
682 if (!probed_dev) /* user didn't call pcap_lookupdev() first */
pcap-npf.c 2506 pcap_lookupdev(char *errbuf) function
2523 "pcap_lookupdev() is deprecated and is not supported in programs calling pcap_init()");
pcap.c 249 * we disable pcap_lookupdev(), to prevent anybody from even
250 * *trying* to pass the result of pcap_lookupdev() - which might be
256 int pcapint_new_api; /* pcap_lookupdev() always fails */
1512 * pcap-npf.c has its own pcap_lookupdev(), for compatibility reasons, as
1516 * MS-DOS has its own pcap_lookupdev(), but that might be useful only
1529 pcap_lookupdev(char *errbuf) function
1564 "pcap_lookupdev() is deprecated and is not supported in programs calling pcap_init()");
2327 * pcap_lookupdev() returns a pointer to a sequence of
2331 * This means that if a program uses pcap_lookupdev()

Completed in 31 milliseconds