Searched refs:handlep (Results 1 - 13 of 13) sorted by relevance

/macosx-10.10/libpcap-48/libpcap/
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-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...]
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-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-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-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-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-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;
/macosx-10.10/bind9-45.101/bind9/contrib/idn/idnkit-1.0-src/include/idn/
H A Dnameprep.h80 * The handle is stored in '*handlep', which is used other functions
91 idn_nameprep_create(const char *version, idn_nameprep_t *handlep);
160 idn_nameprep_createproc(const char *parameter, void **handlep);
/macosx-10.10/bind9-45.101/bind9/contrib/idn/idnkit-1.0-src/lib/
H A Dnameprep.c103 idn_nameprep_create(const char *version, idn_nameprep_t *handlep) { argument
106 assert(handlep != NULL);
121 *handlep = handle;
326 idn_nameprep_createproc(const char *parameter, void **handlep) { argument
327 return idn_nameprep_create(parameter, (idn_nameprep_t *)handlep);
/macosx-10.10/xnu-2782.1.97/security/
H A Dmac_base.c645 mac_policy_register(struct mac_policy_conf *mpc, mac_policy_handle_t *handlep, argument
745 *handlep = i;
760 *handlep == mac_policy_list.staticmax)) {
765 mac_policy_list.entries[*handlep].mpc = mpc;
768 if (*handlep > mac_policy_list.maxindex)
769 mac_policy_list.maxindex = *handlep;
787 mac_policy_addto_labellist(*handlep, static_entry);
2148 mac_policy_handle_t *handlep __unused, void *xd __unused)
H A Dmac_policy.h6251 mac_policy_handle_t *handlep, void *xd);
/macosx-10.10/xnu-2782.1.97/osfmk/vm/
H A Dvm_shared_region.c1807 ipc_port_t *handlep,
1819 handlep);
1836 (long long)size, (void *)VM_KERNEL_ADDRPERM(*handlep)));
1806 _vm_commpage_init( ipc_port_t *handlep, vm_map_size_t size) argument

Completed in 278 milliseconds