Home
last modified time | relevance | path

Searched refs:handlep (Results 1 – 25 of 134) sorted by relevance

123456

/dports/net/libpcap/libpcap-1.10.1/
H A Dpcap-linux.c807 handlep->device, handlep->mondevice); in pcap_cleanup_linux()
1032 handlep->sysfs_dropped = linux_if_drops(handlep->device); in pcap_activate_linux()
1232 if (handlep->cooked) { in pcap_inject_linux()
1320 handlep->sysfs_dropped = linux_if_drops(handlep->device); in pcap_stats_linux()
1321 handlep->stat.ps_ifdrop += (u_int)(handlep->sysfs_dropped - if_dropped); in pcap_stats_linux()
2352 handlep->cooked = 0; in activate_pf_packet()
2504 handlep->cooked = 1; in activate_pf_packet()
3254 handlep->mmapbuf = mmap(0, handlep->mmapbuflen, in create_ring()
3313 (void)munmap(handlep->mmapbuf, handlep->mmapbuflen); in destroy_ring()
3379 handlep->timeout = ~handlep->timeout; in pcap_setnonblock_linux()
[all …]
H A Dpcap-dbus.c56 struct pcap_dbus *handlep = handle->priv; in dbus_read() local
95 handlep->packets_read++; in dbus_read()
109 struct pcap_dbus *handlep = handle->priv; in dbus_write() local
120 dbus_connection_send(handlep->conn, msg, NULL); in dbus_write()
121 dbus_connection_flush(handlep->conn); in dbus_write()
130 struct pcap_dbus *handlep = handle->priv; in dbus_stats() local
132 stats->ps_recv = handlep->packets_read; in dbus_stats()
141 struct pcap_dbus *handlep = handle->priv; in dbus_cleanup() local
143 dbus_connection_unref(handlep->conn); in dbus_cleanup()
184 struct pcap_dbus *handlep = handle->priv; in dbus_activate() local
[all …]
H A Dpcap-usb-linux.c302 struct pcap_usb_linux *handlep = handle->priv; in usb_mmap() local
316 handlep->mmapbuflen = len; in usb_mmap()
317 handlep->mmapbuf = mmap(0, handlep->mmapbuflen, PROT_READ, in usb_mmap()
319 if (handlep->mmapbuf == MAP_FAILED) { in usb_mmap()
573 probe_devices(handlep->bus_index); in usb_activate()
600 probe_devices(handlep->bus_index); in usb_activate()
741 handlep->packets_read++; in usb_read_linux_bin()
856 handlep->packets_read++; in usb_read_linux_mmap()
882 if (handlep->mmapbuf != NULL) { in usb_cleanup_linux_mmap()
883 munmap(handlep->mmapbuf, handlep->mmapbuflen); in usb_cleanup_linux_mmap()
[all …]
H A Dpcap-haiku.cpp55 struct pcap_haiku* handlep = (struct pcap_haiku*)handle->priv; in pcap_read_haiku() local
125 struct pcap_haiku* handlep = (struct pcap_haiku*)handle->priv; in pcap_stats_haiku() local
131 prepare_request(request, handlep->device); in pcap_stats_haiku()
140 handlep->stat.ps_recv += request.ifr_stats.receive.packets; in pcap_stats_haiku()
141 handlep->stat.ps_drop += request.ifr_stats.receive.dropped; in pcap_stats_haiku()
142 *stats = handlep->stat; in pcap_stats_haiku()
150 struct pcap_haiku* handlep = (struct pcap_haiku*)handle->priv; in pcap_activate_haiku() local
163 handlep->device = strdup(device); in pcap_activate_haiku()
164 if (handlep->device == NULL) { in pcap_activate_haiku()
H A Dpcap-bt-linux.c187 struct pcap_bt *handlep = handle->priv; in bt_activate() local
226 handlep->dev_id = dev_id; in bt_activate()
271 addr.hci_dev = handlep->dev_id; in bt_activate()
277 errno, "Can't attach to device %d", handlep->dev_id); in bt_activate()
408 struct pcap_bt *handlep = handle->priv; in bt_stats_linux() local
412 dev_info.dev_id = handlep->dev_id; in bt_stats_linux()
/dports/security/nmap/nmap-7.91/libpcap/
H A Dpcap-linux.c1328 handlep->device, handlep->mondevice);
1596 handlep->proc_dropped = linux_if_drops(handlep->device);
2262 handlep->proc_dropped = linux_if_drops(handlep->device);
2263 handlep->stat.ps_ifdrop += (handlep->proc_dropped - if_dropped);
3719 handlep->cooked = 0;
3868 handlep->cooked = 1;
4813 handlep->mmapbuf = mmap(0, handlep->mmapbuflen,
4868 (void)munmap(handlep->mmapbuf, handlep->mmapbuflen);
4948 handlep->timeout = ~handlep->timeout;
4952 handlep->timeout = ~handlep->timeout;
[all …]
H A Dpcap-dbus.c56 struct pcap_dbus *handlep = handle->priv; in dbus_read() local
95 handlep->packets_read++; in dbus_read()
109 struct pcap_dbus *handlep = handle->priv; in dbus_write() local
120 dbus_connection_send(handlep->conn, msg, NULL); in dbus_write()
121 dbus_connection_flush(handlep->conn); in dbus_write()
130 struct pcap_dbus *handlep = handle->priv; in dbus_stats() local
132 stats->ps_recv = handlep->packets_read; in dbus_stats()
141 struct pcap_dbus *handlep = handle->priv; in dbus_cleanup() local
143 dbus_connection_unref(handlep->conn); in dbus_cleanup()
184 struct pcap_dbus *handlep = handle->priv; in dbus_activate() local
[all …]
H A Dpcap-usb-linux.c469 handlep->mmapbuflen = len; in usb_mmap()
470 handlep->mmapbuf = mmap(0, handlep->mmapbuflen, PROT_READ, in usb_mmap()
699 probe_devices(handlep->bus_index); in usb_activate()
726 probe_devices(handlep->bus_index); in usb_activate()
877 uhdr->bus_id = handlep->bus_index; in usb_read_linux()
1015 handlep->packets_read++; in usb_read_linux()
1217 handlep->packets_read++; in usb_read_linux_bin()
1332 handlep->packets_read++; in usb_read_linux_mmap()
1358 if (handlep->mmapbuf != NULL) { in usb_cleanup_linux_mmap()
1359 munmap(handlep->mmapbuf, handlep->mmapbuflen); in usb_cleanup_linux_mmap()
[all …]
H A Dpcap-bt-linux.c187 struct pcap_bt *handlep = handle->priv; in bt_activate() local
226 handlep->dev_id = dev_id; in bt_activate()
271 addr.hci_dev = handlep->dev_id; in bt_activate()
277 errno, "Can't attach to device %d", handlep->dev_id); in bt_activate()
392 struct pcap_bt *handlep = handle->priv; in bt_stats_linux() local
396 dev_info.dev_id = handlep->dev_id; in bt_stats_linux()
/dports/science/gromacs/gromacs-2021.4/src/gromacs/gmxpreprocess/
H A Dgmxcpp.h64 int cpp_open_file(const char* filenm, gmx_cpp_t* handlep, char** cppopts);
69 int cpp_read_line(gmx_cpp_t* handlep, int n, char buf[]);
73 const char* cpp_cur_file(const gmx_cpp_t* handlep);
77 int cpp_cur_linenr(const gmx_cpp_t* handlep);
81 int cpp_close_file(gmx_cpp_t* handlep);
85 const std::string* cpp_find_define(const gmx_cpp_t* handlep, const std::string& defineName);
94 char* cpp_error(gmx_cpp_t* handlep, int status);
H A Dgmxcpp.cpp353 gmx_cpp_t handle = *handlep; in process_directive()
489 *handlep = handle->child; in process_directive()
550 gmx_cpp_t handle = *handlep; in cpp_read_line()
589 cpp_close_file(handlep); in cpp_read_line()
590 *handlep = handle->parent; in cpp_read_line()
669 return (*handlep)->fn.c_str(); in cpp_cur_file()
672 int cpp_cur_linenr(const gmx_cpp_t* handlep) in cpp_cur_linenr() argument
674 return (*handlep)->line_nr; in cpp_cur_linenr()
678 int cpp_close_file(gmx_cpp_t* handlep) in cpp_close_file() argument
680 gmx_cpp_t handle = *handlep; in cpp_close_file()
[all …]
/dports/science/hdf/hdf-4.2.15/mfhdf/libsrc/
H A Dcdf.c611 xdr_cdf(xdrs, handlep) in xdr_cdf() argument
613 NC **handlep;
643 NC_xdr_cdf(xdrs, handlep) in NC_xdr_cdf() argument
645 NC **handlep;
1401 NC **handlep;
1433 if((*handlep)->dims)
1568 (*handlep)->vgid = VHmakegroup((*handlep)->hdf_file, tags, refs, count,
1604 NC **handlep; in hdf_conv_scales()
2563 NC **handlep;
2640 (*handlep)->attrs = hdf_read_attrs(xdrs, (*handlep), cdf_vg);
[all …]
H A Dnssdc.c118 nssdc_read_cdf(xdrs, handlep) in nssdc_read_cdf() argument
120 NC ** handlep;
160 handle = (*handlep);
847 nssdc_write_cdf(xdrs, handlep) in nssdc_write_cdf() argument
849 NC ** handlep;
872 nssdc_xdr_cdf(xdrs, handlep) in nssdc_xdr_cdf() argument
874 NC ** handlep;
885 status = nssdc_write_cdf(xdrs, handlep);
888 status = nssdc_read_cdf(xdrs, handlep);
891 NC_free_cdf((*handlep));
/dports/dns/bind916/bind-9.16.27/lib/isc/include/isc/
H A Dnetmgr.h105 #define isc_nmhandle_detach(handlep) \ argument
106 isc__nmhandle_detach(handlep, __FILE__, __LINE__, __func__)
110 #define isc_nmhandle_detach(handlep) isc__nmhandle_detach(handlep) argument
117 isc__nmhandle_detach(isc_nmhandle_t **handlep FLARG);
/dports/dns/bind-tools/bind-9.16.27/lib/isc/include/isc/
H A Dnetmgr.h105 #define isc_nmhandle_detach(handlep) \ argument
106 isc__nmhandle_detach(handlep, __FILE__, __LINE__, __func__)
110 #define isc_nmhandle_detach(handlep) isc__nmhandle_detach(handlep) argument
117 isc__nmhandle_detach(isc_nmhandle_t **handlep FLARG);
/dports/misc/rump/buildrump.sh-b914579/src/lib/libc/rpc/
H A Dgetnetpath.c151 getnetpath(void *handlep) in getnetpath() argument
153 struct netpath_vars *np_sessionp = (struct netpath_vars *)handlep; in getnetpath()
210 endnetpath(void *handlep) in endnetpath() argument
212 struct netpath_vars *np_sessionp = (struct netpath_vars *)handlep; in endnetpath()
/dports/dns/idnkit/idnkit-1.0-src/lib/
H A Dnameprep.c103 idn_nameprep_create(const char *version, idn_nameprep_t *handlep) { in idn_nameprep_create() argument
106 assert(handlep != NULL); in idn_nameprep_create()
121 *handlep = handle; in idn_nameprep_create()
326 idn_nameprep_createproc(const char *parameter, void **handlep) { in idn_nameprep_createproc() argument
327 return idn_nameprep_create(parameter, (idn_nameprep_t *)handlep); in idn_nameprep_createproc()
/dports/dns/bind911/bind-9.11.37/contrib/idn/idnkit-1.0-src/lib/
H A Dnameprep.c103 idn_nameprep_create(const char *version, idn_nameprep_t *handlep) { in idn_nameprep_create() argument
106 assert(handlep != NULL); in idn_nameprep_create()
121 *handlep = handle; in idn_nameprep_create()
326 idn_nameprep_createproc(const char *parameter, void **handlep) { in idn_nameprep_createproc() argument
327 return idn_nameprep_create(parameter, (idn_nameprep_t *)handlep); in idn_nameprep_createproc()
/dports/www/libwww/w3c-libwww-5.4.2/modules/idn/
H A Dnameprep.c103 idn_nameprep_create(const char *version, idn_nameprep_t *handlep) { in idn_nameprep_create() argument
106 assert(handlep != NULL); in idn_nameprep_create()
121 *handlep = handle; in idn_nameprep_create()
326 idn_nameprep_createproc(const char *parameter, void **handlep) { in idn_nameprep_createproc() argument
327 return idn_nameprep_create(parameter, (idn_nameprep_t *)handlep); in idn_nameprep_createproc()
/dports/www/firefox-legacy/firefox-52.8.0esr/netwerk/dns/
H A Dnameprep.c93 idn_nameprep_create(const char *version, idn_nameprep_t *handlep) { in idn_nameprep_create() argument
96 assert(handlep != NULL); in idn_nameprep_create()
111 *handlep = handle; in idn_nameprep_create()
316 idn_nameprep_createproc(const char *parameter, void **handlep) { in idn_nameprep_createproc() argument
317 return idn_nameprep_create(parameter, (idn_nameprep_t *)handlep); in idn_nameprep_createproc()
/dports/lang/parrot/parrot-8.1.0/t/pmc/
H A Darrayiterator.t85 set_label ehandler, handlep
88 handlep:
137 set_label ehandler, handlep
140 handlep:
/dports/dns/bind9-devel/bind9-e112afa15668bd3b1baed59df2d21e01b46da15e/lib/isc/include/isc/
H A Dnetmgr.h104 #define isc_nmhandle_detach(handlep) \ argument
105 isc__nmhandle_detach(handlep, __FILE__, __LINE__, __func__)
109 #define isc_nmhandle_detach(handlep) isc__nmhandle_detach(handlep) argument
116 isc__nmhandle_detach(isc_nmhandle_t **handlep FLARG);
/dports/misc/rump/buildrump.sh-b914579/src/sys/rump/dev/lib/libpci/
H A Drumpdev_bus_space.c44 int flags, bus_space_handle_t *handlep) in bus_space_map() argument
57 *handlep = address; in bus_space_map()
63 *handlep = (bus_space_handle_t)rumpcomp_pci_map(address, size); in bus_space_map()
64 rv = *handlep ? 0 : EINVAL; in bus_space_map()
/dports/databases/db18/db-18.1.40/src/mp/
H A Dmp_backup.c30 __memp_backup_open(env, mpf, dbfile, target, flags, fpp, handlep) in __memp_backup_open() argument
37 void **handlep;
51 *handlep = NULL;
54 ret = backup->open(env->dbenv, dbfile, target, handlep);
105 (void)backup->close(env->dbenv, dbfile, *handlep);
/dports/databases/db5/db-5.3.28/src/mp/
H A Dmp_backup.c30 __memp_backup_open(env, mpf, dbfile, target, flags, fpp, handlep) in __memp_backup_open() argument
37 void **handlep;
51 *handlep = NULL;
54 ret = backup->open(env->dbenv, dbfile, target, handlep);
105 (void)backup->close(env->dbenv, dbfile, *handlep);

123456