Home
last modified time | relevance | path

Searched refs:nfh (Results 1 – 25 of 202) sorted by relevance

123456789

/dports/mail/courier/courier-0.65.3/webadmin/
H A Dwebadmin.pl.in135 if (defined $nfh)
145 close ($nfh);
189 $nfh=undef
195 $nfh=undef;
198 return $nfh;
208 $n=<$nfh>;
210 close($nfh);
393 return $nfh;
407 close ($nfh);
520 close ($nfh);
[all …]
/dports/net-mgmt/ipcad/ipcad-3.7.3/
H A Dnflow.c174 NFv5_Header *nfh = (void *)srv->buf; in flow_export() local
182 memset(nfh, 0, vd->header_size); in flow_export()
185 nfh->SysUptime = htonl(sysuptime_ms); in flow_export()
186 nfh->unix_secs = now; in flow_export()
187 nfh->unix_secs = htonl(nfh->unix_secs); in flow_export()
189 nfh->unix_nsecs = htonl(nfh->unix_nsecs); in flow_export()
197 nfh->sampling_interval = htons(nfh->sampling_interval); in flow_export()
205 assert(nfh->Count < vd->max_records); in flow_export()
247 if(nfh->Count == vd->max_records) { in flow_export()
262 NFv5_Header *nfh = (void *)srv->buf; in flow_records_send() local
[all …]
/dports/math/cgal/CGAL-5.3/include/CGAL/
H A DTriangular_expansion_visibility_2.h290 index = nfh->index(fh); in compute_visibility()
291 fh = nfh; in compute_visibility()
345 int nindex = nfh->index(fh); in compute_visibility()
347 fh = nfh; in compute_visibility()
374 int nindex = nfh->index(fh); in compute_visibility()
376 fh = nfh; in compute_visibility()
460 collect_needle(q,vh,nfh,rindex); in collect_needle()
473 collect_needle(q,vh,nfh,lindex); in collect_needle()
486 collect_needle(q,nvh,nfh,rindex); in collect_needle()
489 collect_needle(q,nvh,nfh,lindex); in collect_needle()
[all …]
/dports/archivers/py-warctools/warctools-4.10.0/hanzo/warctools/
H A Darchive_detect.py13 nfh=gzip.GzipFile(fileobj=file_handle)
15 nfh=file_handle
17 line = nfh.readline()
/dports/net-mgmt/pmacct/pmacct-1.7.5/src/
H A Duacctd.c815 nfh = nflog_open(); in main()
816 if (nfh == NULL) { in main()
818 nflog_close(nfh); in main()
827 nflog_close(nfh); in main()
832 nflog_close(nfh); in main()
837 nflog_close(nfh); in main()
842 nflog_close(nfh); in main()
849 nflog_close(nfh); in main()
857 nflog_close(nfh); in main()
865 nflog_close(nfh); in main()
[all …]
/dports/net/unfs3/unfs3-0.9.22/
H A Dattr.c239 post_op_attr get_post_attr(const char *path, nfs_fh3 nfh,
242 unfs3_fh_t *fh = (void *) nfh.data.data_val;
312 static nfsstat3 set_attr_unsafe(const char *path, nfs_fh3 nfh, sattr3 new)
314 unfs3_fh_t *fh = (void *) nfh.data.data_val;
367 nfsstat3 set_attr(const char *path, nfs_fh3 nfh, sattr3 new)
369 unfs3_fh_t *fh = (void *) nfh.data.data_val;
384 return set_attr_unsafe(path, nfh, new);
392 return set_attr_unsafe(path, nfh, new);
403 return set_attr_unsafe(path, nfh, new);
/dports/games/0ad/0ad-0.0.23b-alpha/build/premake/premake5/contrib/mbedtls/scripts/
H A Drename.pl31 open my $nfh, '<', $datafile or die "Could not read $datafile\n";
33 while( my $line = <$nfh> ) {
41 close $nfh or die;
/dports/emulators/yuzu/yuzu-0b47f7a46/externals/mbedtls/scripts/
H A Drename.pl44 open my $nfh, '<', $datafile or die "Could not read $datafile\n";
46 while( my $line = <$nfh> ) {
54 close $nfh or die;
/dports/security/mbedtls/mbedtls-mbedtls-2.16.12/scripts/
H A Drename.pl82 open my $nfh, '<', $datafile or die "Could not read $datafile\n";
84 while( my $line = <$nfh> ) {
92 close $nfh or die;
/dports/devel/premake5/premake-5.0.0-alpha16-src/contrib/mbedtls/scripts/
H A Drename.pl55 open my $nfh, '<', $datafile or die "Could not read $datafile\n";
57 while( my $line = <$nfh> ) {
65 close $nfh or die;
/dports/emulators/qemu/qemu-6.2.0/roms/skiboot/libstb/crypto/mbedtls/scripts/
H A Drename.pl44 open my $nfh, '<', $datafile or die "Could not read $datafile\n";
46 while( my $line = <$nfh> ) {
54 close $nfh or die;
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/lib/mbedtls-2.27.0/scripts/
H A Drename.pl55 open my $nfh, '<', $datafile or die "Could not read $datafile\n";
57 while( my $line = <$nfh> ) {
65 close $nfh or die;
/dports/www/firefox-esr/firefox-91.8.0/js/src/devtools/release/
H A Drelease-notes90 open(my $nfh, ">", "/tmp/r-c.diff.2");
91 print $nfh "$_\n" foreach (@$new);
92 close $nfh;
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/devtools/release/
H A Drelease-notes90 open(my $nfh, ">", "/tmp/r-c.diff.2");
91 print $nfh "$_\n" foreach (@$new);
92 close $nfh;
/dports/www/firefox/firefox-99.0/js/src/devtools/release/
H A Drelease-notes90 open(my $nfh, ">", "/tmp/r-c.diff.2");
91 print $nfh "$_\n" foreach (@$new);
92 close $nfh;
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/devtools/release/
H A Drelease-notes90 open(my $nfh, ">", "/tmp/r-c.diff.2");
91 print $nfh "$_\n" foreach (@$new);
92 close $nfh;
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/devtools/release/
H A Drelease-notes90 open(my $nfh, ">", "/tmp/r-c.diff.2");
91 print $nfh "$_\n" foreach (@$new);
92 close $nfh;
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/devtools/release/
H A Drelease-notes90 open(my $nfh, ">", "/tmp/r-c.diff.2");
91 print $nfh "$_\n" foreach (@$new);
92 close $nfh;
/dports/net/miniupnpd/miniupnpd-2.1.20200510/netfilter/
H A Dnfct_get.c46 struct nfgenmsg *nfh; in get_nat_ext_addr() local
79 nfh = mnl_nlmsg_put_extra_header(nlh, sizeof(struct nfgenmsg)); in get_nat_ext_addr()
80 nfh->nfgen_family = src->sa_family; in get_nat_ext_addr()
81 nfh->version = NFNETLINK_V0; in get_nat_ext_addr()
82 nfh->res_id = 0; in get_nat_ext_addr()
/dports/net/miniupnpd/miniupnpd-2.1.20200510/netfilter_nft/
H A Dnfct_get.c46 struct nfgenmsg *nfh; in get_nat_ext_addr() local
79 nfh = mnl_nlmsg_put_extra_header(nlh, sizeof(struct nfgenmsg)); in get_nat_ext_addr()
80 nfh->nfgen_family = src->sa_family; in get_nat_ext_addr()
81 nfh->version = NFNETLINK_V0; in get_nat_ext_addr()
82 nfh->res_id = 0; in get_nat_ext_addr()
/dports/emulators/ppsspp/ppsspp-1.12.3/ext/miniupnp/miniupnpd/netfilter/
H A Dnfct_get.c46 struct nfgenmsg *nfh;
79 nfh = mnl_nlmsg_put_extra_header(nlh, sizeof(struct nfgenmsg));
80 nfh->nfgen_family = src->sa_family;
81 nfh->version = NFNETLINK_V0;
82 nfh->res_id = 0;
/dports/emulators/ppsspp/ppsspp-1.12.3/ext/miniupnp/miniupnpd/netfilter_nft/
H A Dnfct_get.c46 struct nfgenmsg *nfh; in get_nat_ext_addr() local
79 nfh = mnl_nlmsg_put_extra_header(nlh, sizeof(struct nfgenmsg)); in get_nat_ext_addr()
80 nfh->nfgen_family = src->sa_family; in get_nat_ext_addr()
81 nfh->version = NFNETLINK_V0; in get_nat_ext_addr()
82 nfh->res_id = 0; in get_nat_ext_addr()
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/ext/miniupnp/miniupnpd/netfilter_nft/
H A Dnfct_get.c46 struct nfgenmsg *nfh; in get_nat_ext_addr() local
79 nfh = mnl_nlmsg_put_extra_header(nlh, sizeof(struct nfgenmsg)); in get_nat_ext_addr()
80 nfh->nfgen_family = src->sa_family; in get_nat_ext_addr()
81 nfh->version = NFNETLINK_V0; in get_nat_ext_addr()
82 nfh->res_id = 0; in get_nat_ext_addr()
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/ext/miniupnp/miniupnpd/netfilter/
H A Dnfct_get.c46 struct nfgenmsg *nfh; in get_nat_ext_addr() local
79 nfh = mnl_nlmsg_put_extra_header(nlh, sizeof(struct nfgenmsg)); in get_nat_ext_addr()
80 nfh->nfgen_family = src->sa_family; in get_nat_ext_addr()
81 nfh->version = NFNETLINK_V0; in get_nat_ext_addr()
82 nfh->res_id = 0; in get_nat_ext_addr()
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/ext/miniupnp/miniupnpd/netfilter/
H A Dnfct_get.c46 struct nfgenmsg *nfh; in get_nat_ext_addr() local
79 nfh = mnl_nlmsg_put_extra_header(nlh, sizeof(struct nfgenmsg)); in get_nat_ext_addr()
80 nfh->nfgen_family = src->sa_family; in get_nat_ext_addr()
81 nfh->version = NFNETLINK_V0; in get_nat_ext_addr()
82 nfh->res_id = 0; in get_nat_ext_addr()

123456789