Searched defs:handlep (Results 1 - 8 of 8) sorted by relevance

/external/libpcap/
H A Dpcap-can-linux.c146 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));
H A Dpcap-dbus.c56 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
141 struct pcap_dbus *handlep = handle->priv; local
162 struct pcap_dbus *handlep = handle->priv; local
[all...]
H A Dpcap-septel.c249 struct pcap_septel *handlep = p->priv; local
250 /*handlep->stat.ps_recv = 0;*/
251 /*handlep->stat.ps_drop = 0;*/
253 *ps = handlep->stat;
H A Dpcap-bt-linux.c189 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;
H A Dpcap-netfilter-linux.c89 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;
H A Dpcap-dag.c614 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
[all...]
H A Dpcap-usb-linux.c217 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
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...]
H A Dpcap-linux.c791 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
1084 if (handlep
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...]

Completed in 137 milliseconds