HomeSort by relevance Sort by last modified time
    Searched full:handlep (Results 1 - 25 of 30) sorted by null

1 2

  /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-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-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-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;
  /device/google/contexthub/firmware/inc/
syscallDo.h 175 static inline const struct SensorInfo* eOsSensorFind(uint32_t sensorType, uint32_t idx, uint32_t *handleP)
177 return (const struct SensorInfo*)syscallDo3P(SYSCALL_NO(SYSCALL_DOMAIN_OS, SYSCALL_OS_MAIN, SYSCALL_OS_MAIN_SENSOR, SYSCALL_OS_MAIN_SENSOR_FIND), sensorType, idx, handleP);
osApi.h 106 #define SYSCALL_OS_MAIN_SENSOR_FIND 4 // (uint32_t sensorType, uint32_t idx, uint32_t *handleP) -> const struct SensorInfo* or NULL
sensors.h 265 const struct SensorInfo* sensorFind(uint32_t sensorType, uint32_t idx, uint32_t *handleP); //enumerate all sensors of a type
  /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,\
  /device/google/contexthub/firmware/src/
osApi.c 136 uint32_t *handleP = va_arg(args, uint32_t*);
138 *retValP = (uintptr_t)sensorFind(sensorType, idx, handleP);
sensors.c 581 const struct SensorInfo* sensorFind(uint32_t sensorType, uint32_t idx, uint32_t *handleP)
587 if (handleP)
588 *handleP = mSensors[i].handle;
  /external/apache-http/src/org/apache/commons/codec/language/
DoubleMetaphone.java 160 index = handleP(value, result, index);
583 private int handleP(String value,
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.commons.codec_1.3.0.v20100518-1140.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.apache.commons.codec_1.4.0.v201209201156.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.apache.commons.codec_1.4.0.v201209201156.jar 
  /external/owasp/sanitizer/lib/commons-codec-1.4/
commons-codec-1.4.jar 
  /prebuilts/devtools/tools/lib/
commons-codec-1.4.jar 
  /prebuilts/tools/common/http-client/
commons-codec-1.4.jar 
  /prebuilts/tools/common/m2/repository/commons-codec/commons-codec/1.3/
commons-codec-1.3.jar 
  /prebuilts/tools/common/m2/repository/commons-codec/commons-codec/1.4/
commons-codec-1.4.jar 
  /prebuilts/tools/common/offline-m2/commons-codec/commons-codec/1.4/
commons-codec-1.4.jar 

Completed in 652 milliseconds

1 2