Home
last modified time | relevance | path

Searched refs:ns_type (Results 1 – 25 of 275) sorted by relevance

1234567891011

/dports/mail/libspf2/libspf2-1.2.10/src/include/
H A Dspf_dns.h85 typedef int ns_type; typedef
123 ns_type ns_type, int should_cache
160 const char *domain, ns_type rr_type,
163 struct in_addr ipv4, ns_type rr_type,
166 struct in6_addr ipv6, ns_type rr_type,
H A Dspf_dns_rr.h56 ns_type rr_type; /**< Type of RR queried for. */
77 ns_type rr_type, int ttl,
/dports/devel/flyspray/flyspray-0.9.9.7_4/plugins/dokuwiki/inc/
H A Dio.php30 $ns_type = (isset($types[$basedir])?$types[$basedir]:false);
38 if ($ns_type!==false) {
39 $data = array($id, $ns_type);
331 function io_createNamespace($id, $ns_type='pages') { argument
334 if (!isset($types[$ns_type])) {
342 $tmp = dirname( $file = call_user_func($types[$ns_type], $ns) );
348 $tmp = dirname(call_user_func($types[$ns_type], $ns));
355 $data = array($ns, $ns_type);
/dports/devel/google-cloud-cpp/google-cloud-cpp-1.21.0/generator/internal/
H A Dservice_code_generator.cc114 Status ServiceCodeGenerator::HeaderOpenNamespaces(NamespaceType ns_type) { in HeaderOpenNamespaces() argument
115 return OpenNamespaces(header_, ns_type); in HeaderOpenNamespaces()
120 Status ServiceCodeGenerator::CcOpenNamespaces(NamespaceType ns_type) { in CcOpenNamespaces() argument
121 return OpenNamespaces(cc_, ns_type); in CcOpenNamespaces()
168 Status ServiceCodeGenerator::OpenNamespaces(Printer& p, NamespaceType ns_type) { in OpenNamespaces() argument
173 namespaces_ = BuildNamespaces(service_vars_["product_path"], ns_type); in OpenNamespaces()
H A Dservice_code_generator.h71 Status HeaderOpenNamespaces(NamespaceType ns_type = NamespaceType::kNormal);
73 Status CcOpenNamespaces(NamespaceType ns_type = NamespaceType::kNormal);
94 NamespaceType ns_type = NamespaceType::kNormal);
H A Dcodegen_utils.cc79 NamespaceType ns_type) { in BuildNamespaces() argument
84 if (ns_type == NamespaceType::kInternal) { in BuildNamespaces()
/dports/security/nmap/nmap-7.91/nselib/
H A Ddnsbl.lua92 ns_type = {
119 ns_type = {
250 ns_type = {
556 local ns_type = ( svc.ns_type and svc.ns_type[self.mode] ) and svc.ns_type[self.mode] or "A"
567 local status, answer = dns.query(query, {dtype=ns_type, retAll=true} )
/dports/www/dokuwiki/dokuwiki-2020-07-29/inc/
H A Dio.php30 $ns_type = (isset($types[$basedir])?$types[$basedir]:false);
40 if ($ns_type!==false) {
41 $data = array($id, $ns_type);
446 * @param string $ns_type 'pages' or 'media'
448 function io_createNamespace($id, $ns_type='pages') { argument
451 if (!isset($types[$ns_type])) {
459 $tmp = dirname( $file = call_user_func($types[$ns_type], $ns) );
465 $tmp = dirname(call_user_func($types[$ns_type], $ns));
472 $data = array($ns, $ns_type);
/dports/devel/py-grpcio/grpcio-1.43.0/third_party/cares/cares/test/
H A Ddns-proto.h44 DNSQuestion(const std::string& name, ns_type rrtype, ns_class qclass) in DNSQuestion()
46 DNSQuestion(const std::string& name, ns_type rrtype) in DNSQuestion()
51 ns_type rrtype_;
56 DNSRR(const std::string& name, ns_type rrtype, ns_class qclass, int ttl) in DNSRR()
58 DNSRR(const std::string& name, ns_type rrtype, int ttl) in DNSRR()
66 DNSAddressRR(const std::string& name, ns_type rrtype, int ttl, in DNSAddressRR()
69 DNSAddressRR(const std::string& name, ns_type rrtype, int ttl, in DNSAddressRR()
91 DNSSingleNameRR(const std::string& name, ns_type rrtype, int ttl, in DNSSingleNameRR()
/dports/dns/libbind/libbind-6.0/include/arpa/
H A Dnameser.h193 #define ns_rr_type(rr) ((ns_type)((rr).type + 0))
361 } ns_type; typedef
597 ns_class, ns_type, u_long, const u_char *,
654 ns_type qtype, ns_class qclass);
656 ns_nname_ct name, ns_type type,
660 ssize_t ns_rdata_unpack(const u_char *, const u_char *, ns_type,
662 int ns_rdata_equal(ns_type,
665 int ns_rdata_refers(ns_type,
/dports/misc/rump/buildrump.sh-b914579/src/include/arpa/
H A Dnameser.h190 #define ns_rr_type(rr) ((ns_type)((rr).type + 0))
358 } ns_type; typedef
597 ns_class, ns_type, u_long, const u_char *,
661 ns_type qtype, ns_class qclass);
663 ns_nname_ct name, ns_type type,
667 ssize_t ns_rdata_unpack(const u_char *, const u_char *, ns_type,
669 int ns_rdata_equal(ns_type,
672 int ns_rdata_refers(ns_type,
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/sandbox/linux/services/
H A Dnamespace_sandbox.cc178 for (const int ns_type : kSupportedTypes) { in LaunchProcessWithOptions() local
179 if ((ns_type & ns_sandbox_options.ns_types) == 0) { in LaunchProcessWithOptions()
183 if (NamespaceUtils::KernelSupportsUnprivilegedNamespace(ns_type)) { in LaunchProcessWithOptions()
184 clone_flags |= ns_type; in LaunchProcessWithOptions()
/dports/www/chromium-legacy/chromium-88.0.4324.182/sandbox/linux/services/
H A Dnamespace_sandbox.cc178 for (const int ns_type : kSupportedTypes) { in LaunchProcessWithOptions() local
179 if ((ns_type & ns_sandbox_options.ns_types) == 0) { in LaunchProcessWithOptions()
183 if (NamespaceUtils::KernelSupportsUnprivilegedNamespace(ns_type)) { in LaunchProcessWithOptions()
184 clone_flags |= ns_type; in LaunchProcessWithOptions()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/misc/xmlwrapp/
H A Dnamespace.hpp169 enum ns_type { enum in xml::ns
172 explicit ns (enum ns_type type);
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dtc_ct.c60 enum mlx5_flow_namespace_type ns_type; member
691 ct_priv->ns_type, in mlx5_tc_ct_entry_create_mod_hdr()
726 attr = mlx5_alloc_flow_attr(ct_priv->ns_type); in mlx5_tc_ct_entry_add_rule()
749 if (ct_priv->ns_type == MLX5_FLOW_NAMESPACE_FDB) in mlx5_tc_ct_entry_add_rule()
1722 u32 attr_sz = ns_to_attr_sz(ct_priv->ns_type); in __mlx5_tc_ct_flow_offload()
1815 ct_priv->ns_type, in __mlx5_tc_ct_flow_offload()
1908 u32 attr_sz = ns_to_attr_sz(ct_priv->ns_type); in __mlx5_tc_ct_flow_offload_clear()
2088 enum mlx5_flow_namespace_type ns_type, in mlx5_tc_ct_init_check_support() argument
2099 if (ns_type == MLX5_FLOW_NAMESPACE_FDB) in mlx5_tc_ct_init_check_support()
2110 enum mlx5_flow_namespace_type ns_type) in mlx5_tc_ct_init() argument
[all …]
H A Dtc_ct.h96 enum mlx5_flow_namespace_type ns_type);
136 enum mlx5_flow_namespace_type ns_type) in mlx5_tc_ct_init() argument
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dtc_ct.c60 enum mlx5_flow_namespace_type ns_type; member
691 ct_priv->ns_type, in mlx5_tc_ct_entry_create_mod_hdr()
726 attr = mlx5_alloc_flow_attr(ct_priv->ns_type); in mlx5_tc_ct_entry_add_rule()
749 if (ct_priv->ns_type == MLX5_FLOW_NAMESPACE_FDB) in mlx5_tc_ct_entry_add_rule()
1722 u32 attr_sz = ns_to_attr_sz(ct_priv->ns_type); in __mlx5_tc_ct_flow_offload()
1815 ct_priv->ns_type, in __mlx5_tc_ct_flow_offload()
1908 u32 attr_sz = ns_to_attr_sz(ct_priv->ns_type); in __mlx5_tc_ct_flow_offload_clear()
2088 enum mlx5_flow_namespace_type ns_type, in mlx5_tc_ct_init_check_support() argument
2099 if (ns_type == MLX5_FLOW_NAMESPACE_FDB) in mlx5_tc_ct_init_check_support()
2110 enum mlx5_flow_namespace_type ns_type) in mlx5_tc_ct_init() argument
[all …]
H A Dtc_ct.h96 enum mlx5_flow_namespace_type ns_type);
136 enum mlx5_flow_namespace_type ns_type) in mlx5_tc_ct_init() argument
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dtc_ct.c60 enum mlx5_flow_namespace_type ns_type; member
691 ct_priv->ns_type, in mlx5_tc_ct_entry_create_mod_hdr()
726 attr = mlx5_alloc_flow_attr(ct_priv->ns_type); in mlx5_tc_ct_entry_add_rule()
749 if (ct_priv->ns_type == MLX5_FLOW_NAMESPACE_FDB) in mlx5_tc_ct_entry_add_rule()
1722 u32 attr_sz = ns_to_attr_sz(ct_priv->ns_type); in __mlx5_tc_ct_flow_offload()
1815 ct_priv->ns_type, in __mlx5_tc_ct_flow_offload()
1908 u32 attr_sz = ns_to_attr_sz(ct_priv->ns_type); in __mlx5_tc_ct_flow_offload_clear()
2088 enum mlx5_flow_namespace_type ns_type, in mlx5_tc_ct_init_check_support() argument
2099 if (ns_type == MLX5_FLOW_NAMESPACE_FDB) in mlx5_tc_ct_init_check_support()
2110 enum mlx5_flow_namespace_type ns_type) in mlx5_tc_ct_init() argument
[all …]
H A Dtc_ct.h96 enum mlx5_flow_namespace_type ns_type);
136 enum mlx5_flow_namespace_type ns_type) in mlx5_tc_ct_init() argument
/dports/mail/libspf2/libspf2-1.2.10/src/libspf2/
H A Dspf_dns.c49 ns_type rr_type, int should_cache) in SPF_dns_debug_pre()
134 ns_type rr_type, int should_cache) in SPF_dns_lookup()
151 ns_type rr_type, int should_cache) in SPF_dns_rlookup()
172 struct in6_addr ipv6, ns_type rr_type, int should_cache) in SPF_dns_rlookup6()
/dports/dns/libbind/libbind-6.0/nameser/
H A Dns_rdata.c82 ns_type type, const u_char *rdata, size_t rdlen, in ns_rdata_unpack()
173 ns_rdata_equal(ns_type type, in ns_rdata_equal()
246 ns_rdata_refers(ns_type type, in ns_rdata_refers()
H A Dns_newmsg.c27 static int rdcpy(ns_newmsg *, ns_type, const u_char *, size_t);
114 ns_type qtype, ns_class qclass) in ns_newmsg_q()
147 ns_nname_ct name, ns_type type, in ns_newmsg_rr()
210 rdcpy(ns_newmsg *handle, ns_type type, const u_char *rdata, size_t rdlen) { in rdcpy()
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/generic-glibc/arpa/
H A Dnameser.h134 #define ns_rr_type(rr) ((ns_type)((rr).type + 0))
327 } ns_type; typedef
412 ns_class, ns_type, unsigned long,
/dports/lang/zig/zig-0.9.0/lib/libc/include/generic-glibc/arpa/
H A Dnameser.h134 #define ns_rr_type(rr) ((ns_type)((rr).type + 0))
327 } ns_type; typedef
412 ns_class, ns_type, unsigned long,

1234567891011