Searched refs:handlep (Results 1 – 8 of 8) sorted by relevance
/external/libpcap/ |
D | pcap-linux.c | 377 struct pcap_linux *handlep = handle->priv; in pcap_create_interface() local 378 handlep->poll_breakloop_fd = eventfd(0, EFD_NONBLOCK); in pcap_create_interface() 538 struct pcap_linux *handlep = handle->priv; in add_mon_if() local 619 handlep->mondevice = strdup(mondevice); in add_mon_if() 620 if (handlep->mondevice == NULL) { in add_mon_if() 788 struct pcap_linux *handlep = handle->priv; in pcap_cleanup_linux() local 794 if (handlep->must_do_on_close != 0) { in pcap_cleanup_linux() 800 if (handlep->must_do_on_close & MUST_DELETE_MONIF) { in pcap_cleanup_linux() 801 ret = nl80211_init(handle, &nlstate, handlep->device); in pcap_cleanup_linux() 804 handlep->device, handlep->mondevice); in pcap_cleanup_linux() [all …]
|
D | pcap-dbus.c | 56 struct pcap_dbus *handlep = handle->priv; in dbus_read() local 66 message = dbus_connection_pop_message(handlep->conn); in dbus_read() 70 if (!dbus_connection_read_write(handlep->conn, 100)) { in dbus_read() 80 message = dbus_connection_pop_message(handlep->conn); in dbus_read() 95 handlep->packets_read++; in dbus_read() 109 struct pcap_dbus *handlep = handle->priv; in dbus_write() local 120 dbus_connection_send(handlep->conn, msg, NULL); in dbus_write() 121 dbus_connection_flush(handlep->conn); in dbus_write() 130 struct pcap_dbus *handlep = handle->priv; in dbus_stats() local 132 stats->ps_recv = handlep->packets_read; in dbus_stats() [all …]
|
D | pcap-usb-linux.c | 290 struct pcap_usb_linux *handlep = handle->priv; in usb_mmap() local 304 handlep->mmapbuflen = len; in usb_mmap() 305 handlep->mmapbuf = mmap(0, handlep->mmapbuflen, PROT_READ, in usb_mmap() 307 if (handlep->mmapbuf == MAP_FAILED) { in usb_mmap() 465 struct pcap_usb_linux *handlep = handle->priv; in usb_activate() local 492 if (sscanf(handle->opt.device, USB_IFACE"%d", &handlep->bus_index) != 1) in usb_activate() 504 handlep->bus_index); in usb_activate() 572 probe_devices(handlep->bus_index); in usb_activate() 599 probe_devices(handlep->bus_index); in usb_activate() 642 struct pcap_usb_linux *handlep = handle->priv; in usb_stats_linux_bin() local [all …]
|
D | pcap-haiku.cpp | 124 struct pcap_haiku* handlep = (struct pcap_haiku*)handle->priv; in pcap_stats_haiku() local 130 prepare_request(request, handlep->device); in pcap_stats_haiku() 139 handlep->stat.ps_recv += request.ifr_stats.receive.packets; in pcap_stats_haiku() 140 handlep->stat.ps_drop += request.ifr_stats.receive.dropped; in pcap_stats_haiku() 141 *stats = handlep->stat; in pcap_stats_haiku() 149 struct pcap_haiku* handlep = (struct pcap_haiku*)handle->priv; in pcap_activate_haiku() local 173 handlep->device = strdup(device); in pcap_activate_haiku() 174 if (handlep->device == NULL) { in pcap_activate_haiku()
|
D | pcap-bt-linux.c | 195 struct pcap_bt *handlep = handle->priv; in bt_activate() local 234 handlep->dev_id = dev_id; in bt_activate() 279 addr.hci_dev = handlep->dev_id; in bt_activate() 285 errno, "Can't attach to device %d", handlep->dev_id); in bt_activate() 416 struct pcap_bt *handlep = handle->priv; in bt_stats_linux() local 420 dev_info.dev_id = handlep->dev_id; in bt_stats_linux()
|
D | pcap-netfilter-linux.c | 92 struct pcap_netfilter *handlep = handle->priv; in netfilter_read_linux() local 127 handlep->packets_nobufs++; in netfilter_read_linux() 264 handlep->packets_read++; in netfilter_read_linux() 319 struct pcap_netfilter *handlep = handle->priv; in netfilter_stats_linux() local 321 stats->ps_recv = handlep->packets_read; in netfilter_stats_linux() 322 stats->ps_drop = handlep->packets_nobufs; in netfilter_stats_linux()
|
D | pcap-septel.c | 254 struct pcap_septel *handlep = p->priv; in septel_stats() local 258 *ps = handlep->stat; in septel_stats()
|
/external/libabigail/tests/data/test-abidiff/ |
D | test-PR18166-libtirpc.so.abi | 2505 …<parameter type-id='type-id-5' name='handlep' filepath='/home/max/src/v6/libtirpc/src/getnetconfig… 2509 …<parameter type-id='type-id-5' name='handlep' filepath='/home/max/src/v6/libtirpc/src/getnetconfig… 2586 …<parameter type-id='type-id-5' name='handlep' filepath='/home/max/src/v6/libtirpc/src/getnetpath.c… 2590 …<parameter type-id='type-id-5' name='handlep' filepath='/home/max/src/v6/libtirpc/src/getnetpath.c…
|