/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 | 821 struct pcap_linux *handlep = handle->priv; local 859 handlep->mondevice = strdup(mondevice); 904 strlcpy(ifr.ifr_name, handlep->mondevice, sizeof(ifr.ifr_name)); 908 handlep->mondevice, strerror(errno)); 910 handlep->mondevice); 918 handlep->mondevice, strerror(errno)); 920 handlep->mondevice); 934 handlep->must_do_on_close |= MUST_DELETE_MONIF; 1143 struct pcap_linux *handlep = handle->priv; local 1306 struct pcap_linux *handlep = handle->priv; local 1510 struct pcap_linux *handlep = handle->priv; local 1546 struct pcap_linux *handlep = handle->priv; local 1887 struct pcap_linux *handlep = handle->priv; local 1939 struct pcap_linux *handlep = handle->priv; local 2413 struct pcap_linux *handlep; local 2596 struct pcap_linux *handlep = handle->priv; local 3142 struct pcap_linux *handlep = handle->priv; local 3527 struct pcap_linux *handlep = handle->priv; local 3628 struct pcap_linux *handlep = handle->priv; local 3716 struct pcap_linux *handlep = handle->priv; local 3833 struct pcap_linux *handlep = handle->priv; local 4203 struct pcap_linux *handlep = handle->priv; local 4243 struct pcap_linux *handlep = handle->priv; local 4253 struct pcap_linux *handlep = handle->priv; local 4267 struct pcap_linux *handlep = p->priv; local 4276 struct pcap_linux *handlep = p->priv; local 4308 struct pcap_linux *handlep = handle->priv; local 4349 struct pcap_linux *handlep = handle->priv; local 4470 struct pcap_linux *handlep = handle->priv; local 4604 struct pcap_linux *handlep = handle->priv; local 4678 struct pcap_linux *handlep = handle->priv; local 4753 struct pcap_linux *handlep = handle->priv; local 4833 struct pcap_linux *handlep = handle->priv; local 4946 struct pcap_linux *handlep = handle->priv; local 5222 struct pcap_linux *handlep = handle->priv; local 6043 struct pcap_linux *handlep = handle->priv; local 6326 struct pcap_linux *handlep = handle->priv; local [all...] |
pcap-usb-linux.c | 213 struct pcap_usb_linux *handlep = handle->priv; local 218 handlep->mmapbuflen = len; 219 handlep->mmapbuf = mmap(0, handlep->mmapbuflen, PROT_READ, 221 return handlep->mmapbuf != MAP_FAILED; 342 struct pcap_usb_linux *handlep = handle->priv; local 358 if (sscanf(handle->opt.source, USB_IFACE"%d", &handlep->bus_index) != 1) 366 snprintf(full_path, USB_LINE_LEN, LINUX_USB_MON_DEV"%d", handlep->bus_index); 385 probe_devices(handlep->bus_index); 400 probe_devices(handlep->bus_index) 474 struct pcap_usb_linux *handlep = handle->priv; local 676 struct pcap_usb_linux *handlep = handle->priv; local 760 struct pcap_usb_linux *handlep = handle->priv; local 784 struct pcap_usb_linux *handlep = handle->priv; local 843 struct pcap_usb_linux *handlep = handle->priv; local 931 struct pcap_usb_linux *handlep = handle->priv; local [all...] |
pcap-dag.c | 629 struct pcap_dag *handlep = handle->priv; local 659 if (dag_parse_name(device, newDev, strlen(device) + 16, &handlep->dag_stream) < 0) { 665 if (handlep->dag_stream%2) { 690 if (dag_attach_stream(handle->fd, handlep->dag_stream, 0, 0) < 0) { 698 if (dag_get_stream_poll(handle->fd, handlep->dag_stream, 723 if (dag_set_stream_poll(handle->fd, handlep->dag_stream, 730 if((handlep->dag_mem_base = dag_mmap(handle->fd)) == MAP_FAILED) { 760 if(dag_start_stream(handle->fd, handlep->dag_stream) < 0) { 776 handlep->dag_mem_bottom = 0; 777 handlep->dag_mem_top = 0 [all...] |
pcap-bt-linux.c | 185 struct pcap_bt *handlep = handle->priv; local 214 handlep->dev_id = dev_id; 259 addr.hci_dev = handlep->dev_id; 265 "Can't attach to device %d: %s", handlep->dev_id, 380 struct pcap_bt *handlep = handle->priv; local 384 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 | 244 struct pcap_septel *handlep = p->priv; local 245 /*handlep->stat.ps_recv = 0;*/ 246 /*handlep->stat.ps_drop = 0;*/ 248 *ps = handlep->stat;
|
pcap-netfilter-linux.c | 89 struct pcap_netfilter *handlep = handle->priv; local 189 handlep->packets_read++; 224 struct pcap_netfilter *handlep = handle->priv; local 226 stats->ps_recv = handlep->packets_read;
|
/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,\
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/alsa/ |
control_external.h | 54 int SND_CTL_PLUGIN_ENTRY(plugin) (snd_ctl_t **handlep, const char *name,\
|