HomeSort by: relevance | last modified time | path
    Searched defs:handlep (Results 1 - 9 of 9) sorted by relevancy

  /src/external/bsd/libpcap/dist/
pcap-dbus.c 59 struct pcap_dbus *handlep = handle->priv; local
69 message = dbus_connection_pop_message(handlep->conn);
73 if (!dbus_connection_read_write(handlep->conn, 100)) {
83 message = dbus_connection_pop_message(handlep->conn);
98 handlep->packets_read++;
112 struct pcap_dbus *handlep = handle->priv; local
123 dbus_connection_send(handlep->conn, msg, NULL);
124 dbus_connection_flush(handlep->conn);
133 struct pcap_dbus *handlep = handle->priv; local
135 stats->ps_recv = handlep->packets_read
144 struct pcap_dbus *handlep = handle->priv; local
187 struct pcap_dbus *handlep = handle->priv; local
    [all...]
pcap-septel.c 257 struct pcap_septel *handlep = p->priv; local
258 /*handlep->stat.ps_recv = 0;*/
259 /*handlep->stat.ps_drop = 0;*/
261 *ps = handlep->stat;
pcap-bt-linux.c 198 struct pcap_bt *handlep = handle->priv; local
237 handlep->dev_id = dev_id;
282 addr.hci_dev = handlep->dev_id;
288 errno, "Can't attach to device %d", handlep->dev_id);
422 struct pcap_bt *handlep = handle->priv; local
426 dev_info.dev_id = handlep->dev_id;
pcap-haiku.c 87 struct pcap_haiku* handlep = (struct pcap_haiku*)handle->priv; local
101 handlep->stat.ps_recv++;
133 handlep->stat.ps_drop++;
167 struct pcap_haiku *handlep = (struct pcap_haiku *)handle->priv; local
169 if (ioctl_ifreq(handlep->aux_socket, SIOCGIFFLAGS, "SIOCGIFFLAGS",
170 &handlep->ifreq, handle->errbuf) < 0)
172 return (handlep->ifreq.ifr_flags & IFF_PROMISC) != 0;
179 struct pcap_haiku *handlep = (struct pcap_haiku *)handle->priv; local
181 handlep->ifreq.ifr_flags |= IFF_PROMISC;
183 handlep->ifreq.ifr_flags &= ~IFF_PROMISC
193 struct pcap_haiku *handlep = (struct pcap_haiku *)handle->priv; local
224 struct pcap_haiku* handlep = (struct pcap_haiku*)handle->priv; local
242 struct pcap_haiku *handlep = (struct pcap_haiku *)handle->priv; local
436 struct pcap_haiku *handlep = (struct pcap_haiku *)handle->priv; local
    [all...]
pcap-netfilter-linux.c 95 struct pcap_netfilter *handlep = handle->priv; local
130 handlep->packets_nobufs++;
267 handlep->packets_read++;
322 struct pcap_netfilter *handlep = handle->priv; local
324 stats->ps_recv = handlep->packets_read;
325 stats->ps_drop = handlep->packets_nobufs;
pcap-usb-linux.c 295 struct pcap_usb_linux *handlep = handle->priv; local
309 handlep->mmapbuflen = len;
310 handlep->mmapbuf = mmap(0, handlep->mmapbuflen, PROT_READ,
312 if (handlep->mmapbuf == MAP_FAILED) {
470 struct pcap_usb_linux *handlep = handle->priv; local
497 if (sscanf(handle->opt.device, USB_IFACE"%d", &handlep->bus_index) != 1)
509 handlep->bus_index);
577 probe_devices(handlep->bus_index);
604 probe_devices(handlep->bus_index)
647 struct pcap_usb_linux *handlep = handle->priv; local
671 struct pcap_usb_linux *handlep = handle->priv; local
761 struct pcap_usb_linux *handlep = handle->priv; local
960 struct pcap_usb_linux *handlep = handle->priv; local
    [all...]
pcap-linux.c 386 struct pcap_linux *handlep = handle->priv; local
387 handlep->poll_breakloop_fd = -1;
547 struct pcap_linux *handlep = handle->priv; local
628 handlep->mondevice = strdup(mondevice);
629 if (handlep->mondevice == NULL) {
797 struct pcap_linux *handlep = handle->priv; local
803 if (handlep->must_do_on_close != 0) {
809 if (handlep->must_do_on_close & MUST_DELETE_MONIF) {
810 ret = nl80211_init(handle, &nlstate, handlep->device);
813 handlep->device, handlep->mondevice)
952 struct pcap_linux *handlep = handle->priv; local
974 struct pcap_linux *handlep = handle->priv; local
1011 struct pcap_linux *handlep = handle->priv; local
1226 struct pcap_linux *handlep = handle->priv; local
1282 struct pcap_linux *handlep = handle->priv; local
1323 struct pcap_linux *handlep = handle->priv; local
1365 struct pcap_linux *handlep = handle->priv; local
2332 struct pcap_linux *handlep = handle->priv; local
2710 struct pcap_linux *handlep = handle->priv; local
2771 struct pcap_linux *handlep = handle->priv; local
2916 struct pcap_linux *handlep = handle->priv; local
3331 struct pcap_linux *handlep = handle->priv; local
3375 struct pcap_linux *handlep = handle->priv; local
3385 struct pcap_linux *handlep = handle->priv; local
3394 struct pcap_linux *handlep = handle->priv; local
3451 struct pcap_linux *handlep = handle->priv; local
3474 struct pcap_linux *handlep = handle->priv; local
3839 struct pcap_linux *handlep = handle->priv; local
4234 struct pcap_linux *handlep = handle->priv; local
4331 struct pcap_linux *handlep = handle->priv; local
4471 struct pcap_linux *handlep; local
4802 struct pcap_linux *handlep = handle->priv; local
5416 struct pcap_linux *handlep = handle->priv; local
    [all...]
  /src/external/bsd/am-utils/dist/conf/transp/
transp_tli.c 60 voidp handlep; local
65 handlep = setnetconfig();
66 ncp = getnetconfig(handlep);
88 endnetconfig(handlep); /* free's up internal resources too */
  /src/external/mpl/bind/dist/lib/ns/
query.c 2734 isc_nmhandle_t **handlep = NULL; local
2742 handlep = &client->query.recursions[recursion_type].handle;
2760 isc_nmhandle_detach(handlep);
2793 isc_nmhandle_t **handlep; local
2827 handlep = &client->query.recursions[recursion_type].handle;
2830 isc_nmhandle_attach(client->handle, handlep);
2838 isc_nmhandle_detach(handlep);

Completed in 37 milliseconds