Searched refs:alldevsp (Results 1 - 25 of 26) sorted by relevance

12

/freebsd-9.3-release/contrib/libpcap/
H A Dfad-sita.c40 int pcap_findalldevs_interfaces(pcap_if_t **alldevsp, char *errbuf) { argument
44 *alldevsp = 0; /* initialize the returned variables before we do anything */
57 *alldevsp = acn_if_list;
H A Dfad-null.c49 * The list, as returned through "alldevsp", may be null if no interfaces
56 pcap_findalldevs(pcap_if_t **alldevsp, char *errbuf) argument
63 *alldevsp = NULL;
H A Dpcap-bt-linux.h39 int bt_findalldevs(pcap_if_t **alldevsp, char *err_str);
H A Dpcap-netfilter-linux.h34 int netfilter_findalldevs(pcap_if_t **alldevsp, char *err_str);
H A Dpcap-usb-linux.h39 int usb_findalldevs(pcap_if_t **alldevsp, char *err_str);
H A Dpcap-null.c50 pcap_platform_finddevs(pcap_if_t **alldevsp, char *errbuf) argument
H A Dfad-win32.c213 * The list, as returned through "alldevsp", may be null if no interfaces
219 pcap_findalldevs(pcap_if_t **alldevsp, char *errbuf) argument
245 *alldevsp = NULL;
324 *alldevsp = devlist;
H A Dfad-getad.c142 * The list, as returned through "alldevsp", may be null if no interfaces
146 pcap_findalldevs_interfaces(pcap_if_t **alldevsp, char *errbuf) argument
284 *alldevsp = devlist;
H A Dpcap.c265 pcap_findalldevs(pcap_if_t **alldevsp, char *errbuf) argument
267 return (dag_findalldevs(alldevsp, errbuf));
277 pcap_findalldevs(pcap_if_t **alldevsp, char *errbuf) argument
279 return (septel_findalldevs(alldevsp, errbuf));
289 pcap_findalldevs(pcap_if_t **alldevsp, char *errbuf) argument
291 return (snf_findalldevs(alldevsp, errbuf));
334 * The list, as returned through "alldevsp", may be null if no interfaces
338 pcap_findalldevs(pcap_if_t **alldevsp, char *errbuf) argument
345 if (pcap_findalldevs_interfaces(alldevsp, errbuf) == -1)
352 if (pcap_platform_finddevs(alldevsp, errbu
[all...]
H A Dfad-gifc.c128 * The list, as returned through "alldevsp", may be null if no interfaces
140 pcap_findalldevs_interfaces(pcap_if_t **alldevsp, char *errbuf) argument
423 *alldevsp = devlist;
H A Dfad-glifc.c75 * The list, as returned through "alldevsp", may be null if no interfaces
83 pcap_findalldevs_interfaces(pcap_if_t **alldevsp, char *errbuf) argument
375 *alldevsp = devlist;
H A Dpcap-libdlpi.c260 pcap_platform_finddevs(pcap_if_t **alldevsp, char *errbuf) argument
281 if (pcap_add_if(alldevsp, entry->linkname, 0, NULL, errbuf) < 0)
H A Dpcap-bt-linux.c74 bt_findalldevs(pcap_if_t **alldevsp, char *err_str) argument
76 pcap_if_t *found_dev = *alldevsp;
H A Dpcap-canusb-linux.c89 int canusb_findalldevs(pcap_if_t **alldevsp, char *err_str) argument
133 if (pcap_add_if(alldevsp, dev_name, 0, dev_descr, err_str) < 0)
H A Dpcap-usb-linux.c137 usb_dev_add(pcap_if_t** alldevsp, int n, char *err_str) argument
144 if (pcap_add_if(alldevsp, dev_name, 0,
151 usb_findalldevs(pcap_if_t **alldevsp, char *err_str) argument
172 ret = usb_dev_add(alldevsp, n, err_str);
193 ret = usb_dev_add(alldevsp, n, err_str);
H A Dpcap-nit.c344 pcap_platform_finddevs(pcap_if_t **alldevsp, char *errbuf) argument
H A Dpcap-netfilter-linux.c624 netfilter_findalldevs(pcap_if_t **alldevsp, char *err_str) argument
626 pcap_if_t *found_dev = *alldevsp;
H A Dpcap-snit.c423 pcap_platform_finddevs(pcap_if_t **alldevsp, char *errbuf) argument
H A Dpcap-snoop.c410 pcap_platform_finddevs(pcap_if_t **alldevsp, char *errbuf) argument
H A Dpcap-pf.c515 pcap_platform_finddevs(pcap_if_t **alldevsp, char *errbuf) argument
H A Dpcap-dlpi.c915 pcap_platform_finddevs(pcap_if_t **alldevsp, char *errbuf) argument
949 if (pcap_add_if(alldevsp, baname, 0, NULL, errbuf) < 0)
H A Dpcap-dos.c513 * The list, as returned through "alldevsp", may be null if no interfaces
516 int pcap_findalldevs (pcap_if_t **alldevsp, char *errbuf) argument
571 *alldevsp = devlist;
H A Dpcap-sita.c808 pcap_if_t *alldevsp; local
810 pcap_findalldevs_interfaces(&alldevsp, errbuf);
H A Dpcap-linux.c2194 pcap_platform_finddevs(pcap_if_t **alldevsp, char *errbuf) argument
2206 ret = scan_sys_class_net(alldevsp, errbuf);
2213 if (scan_proc_net_dev(alldevsp, errbuf) == -1)
2220 if (pcap_add_if(alldevsp, "any", 0, any_descr, errbuf) < 0)
H A Dpcap-win32.c849 pcap_platform_finddevs(pcap_if_t **alldevsp, char *errbuf) argument

Completed in 166 milliseconds

12