HomeSort by relevance Sort by last modified time
    Searched refs:handlep (Results 1 - 11 of 11) sorted by null

  /external/libpcap/
pcap-dbus.c 56 struct pcap_dbus *handlep = handle->priv; local
66 message = dbus_connection_pop_message(handlep->conn);
70 if (!dbus_connection_read_write(handlep->conn, 100)) {
80 message = dbus_connection_pop_message(handlep->conn);
95 handlep->packets_read++;
109 struct pcap_dbus *handlep = handle->priv; local
120 dbus_connection_send(handlep->conn, msg, NULL);
121 dbus_connection_flush(handlep->conn);
130 struct pcap_dbus *handlep = handle->priv; local
132 stats->ps_recv = handlep->packets_read
141 struct pcap_dbus *handlep = handle->priv; local
162 struct pcap_dbus *handlep = handle->priv; local
    [all...]
pcap-linux.c 791 struct pcap_linux *handlep = handle->priv; local
829 handlep->mondevice = strdup(mondevice);
874 strncpy(ifr.ifr_name, handlep->mondevice, sizeof(ifr.ifr_name));
878 handlep->mondevice, strerror(errno));
880 handlep->mondevice);
888 handlep->mondevice, strerror(errno));
890 handlep->mondevice);
904 handlep->must_do_on_close |= MUST_DELETE_MONIF;
1073 struct pcap_linux *handlep = handle->priv; local
1238 struct pcap_linux *handlep = handle->priv; local
1422 struct pcap_linux *handlep = handle->priv; local
1458 struct pcap_linux *handlep = handle->priv; local
1794 struct pcap_linux *handlep = handle->priv; local
1846 struct pcap_linux *handlep = handle->priv; local
2364 struct pcap_linux *handlep; local
2540 struct pcap_linux *handlep = handle->priv; local
2998 struct pcap_linux *handlep = handle->priv; local
3356 struct pcap_linux *handlep = handle->priv; local
3454 struct pcap_linux *handlep = handle->priv; local
3509 struct pcap_linux *handlep = handle->priv; local
3568 struct pcap_linux *handlep = handle->priv; local
3931 struct pcap_linux *handlep = handle->priv; local
3970 struct pcap_linux *handlep = handle->priv; local
3980 struct pcap_linux *handlep = handle->priv; local
3994 struct pcap_linux *handlep = p->priv; local
4003 struct pcap_linux *handlep = p->priv; local
4028 struct pcap_linux *handlep = handle->priv; local
4064 struct pcap_linux *handlep = handle->priv; local
4184 struct pcap_linux *handlep = handle->priv; local
4308 struct pcap_linux *handlep = handle->priv; local
4382 struct pcap_linux *handlep = handle->priv; local
4461 struct pcap_linux *handlep = handle->priv; local
4563 struct pcap_linux *handlep = handle->priv; local
4837 struct pcap_linux *handlep = handle->priv; local
5555 struct pcap_linux *handlep = handle->priv; local
5838 struct pcap_linux *handlep = handle->priv; local
    [all...]
pcap-usb-linux.c 217 struct pcap_usb_linux *handlep = handle->priv; local
222 handlep->mmapbuflen = len;
223 handlep->mmapbuf = mmap(0, handlep->mmapbuflen, PROT_READ,
225 return handlep->mmapbuf != MAP_FAILED;
343 struct pcap_usb_linux *handlep = handle->priv; local
359 if (sscanf(handle->opt.source, USB_IFACE"%d", &handlep->bus_index) != 1)
367 snprintf(full_path, USB_LINE_LEN, LINUX_USB_MON_DEV"%d", handlep->bus_index);
385 probe_devices(handlep->bus_index);
398 probe_devices(handlep->bus_index)
471 struct pcap_usb_linux *handlep = handle->priv; local
673 struct pcap_usb_linux *handlep = handle->priv; local
757 struct pcap_usb_linux *handlep = handle->priv; local
781 struct pcap_usb_linux *handlep = handle->priv; local
840 struct pcap_usb_linux *handlep = handle->priv; local
924 struct pcap_usb_linux *handlep = handle->priv; local
    [all...]
pcap-dag.c 614 struct pcap_dag *handlep = handle->priv; local
644 if (dag_parse_name(device, newDev, strlen(device) + 16, &handlep->dag_stream) < 0) {
650 if (handlep->dag_stream%2) {
675 if (dag_attach_stream(handle->fd, handlep->dag_stream, 0, 0) < 0) {
683 if (dag_get_stream_poll(handle->fd, handlep->dag_stream,
708 if (dag_set_stream_poll(handle->fd, handlep->dag_stream,
715 if((handlep->dag_mem_base = dag_mmap(handle->fd)) == MAP_FAILED) {
745 if(dag_start_stream(handle->fd, handlep->dag_stream) < 0) {
761 handlep->dag_mem_bottom = 0;
762 handlep->dag_mem_top = 0
    [all...]
pcap-bt-linux.c 189 struct pcap_bt *handlep = handle->priv; local
218 handlep->dev_id = dev_id;
263 addr.hci_dev = handlep->dev_id;
269 "Can't attach to device %d: %s", handlep->dev_id,
384 struct pcap_bt *handlep = handle->priv; local
388 dev_info.dev_id = handlep->dev_id;
pcap-can-linux.c 146 struct pcap_can *handlep = handle->priv; local
183 handlep->ifindex = ifr.ifr_ifindex;
197 addr.can_ifindex = handlep->ifindex;
201 handlep->ifindex, errno, strerror(errno));
pcap-septel.c 249 struct pcap_septel *handlep = p->priv; local
250 /*handlep->stat.ps_recv = 0;*/
251 /*handlep->stat.ps_drop = 0;*/
253 *ps = handlep->stat;
pcap-netfilter-linux.c 89 struct pcap_netfilter *handlep = handle->priv; local
190 handlep->packets_read++;
222 struct pcap_netfilter *handlep = handle->priv; local
224 stats->ps_recv = handlep->packets_read;
  /external/qemu/audio/
alsaaudio.c 218 static void alsa_anal_close1 (snd_pcm_t **handlep)
220 int err = FF(snd_pcm_close) (*handlep);
222 alsa_logerr (err, "Failed to close PCM handle %p\n", *handlep);
224 *handlep = NULL;
227 static void alsa_anal_close (snd_pcm_t **handlep, struct pollhlp *hlp)
230 alsa_anal_close1 (handlep);
531 struct alsa_params_obt *obt, snd_pcm_t **handlep)
740 *handlep = handle;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/alsa/
control_external.h 54 int SND_CTL_PLUGIN_ENTRY(plugin) (snd_ctl_t **handlep, const char *name,\
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/alsa/
control_external.h 54 int SND_CTL_PLUGIN_ENTRY(plugin) (snd_ctl_t **handlep, const char *name,\

Completed in 674 milliseconds