Home
last modified time | relevance | path

Searched refs:alldevsp (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/libpcap/
H A Dpcap.c722 pcap_findalldevs(pcap_if_t **alldevsp, char *errbuf) in pcap_findalldevs() argument
739 *alldevsp = NULL; in pcap_findalldevs()
755 *alldevsp = NULL; in pcap_findalldevs()
763 *alldevsp = devlist.beginning; in pcap_findalldevs()
H A Dpcap-sita.c1054 *alldevsp = 0; /* initialize the returned variables before we do anything */ in pcapint_platform_finddevs()
H A DCHANGES161 Note that if pcap_findalldevs() fails it sets *alldevsp to NULL;