Home
last modified time | relevance | path

Searched refs:asn (Results 151 – 175 of 6183) sorted by relevance

12345678910>>...248

/dports/net/routinator/routinator-0.10.2/src/
H A Dvalidity.rs87 asn: AsId, field
102 asn: AsId, in new()
113 else if item.0.as_id() != asn { in new()
128 pub fn asn(&self) -> AsId { in asn() method
129 self.asn in asn()
231 self.asn, in write_single_json()
421 let asn = match tokens.next() { in from_plain_reader() localVariable
422 Some(asn) => { in from_plain_reader()
423 match AsId::from_str(asn) { in from_plain_reader()
424 Ok(asn) => asn, in from_plain_reader()
[all …]
H A Dslurm.rs150 asn: Option<AsId>, field
174 asn: raw.asn.map(Into::into) in from()
269 asn: Option<u32>, field
282 asn: Option<u32>, field
291 asn: u32, field
369 let asn = asn.ok_or_else(|| { in deserialize() localVariable
406 asn: u32, field
459 asn: u32, in address_origin()
465 AsId::from(asn), in address_origin()
476 asn: Option<u32> in make_prefix_filter()
[all …]
/dports/net/fort/FORT-validator-1.5.3/docs/
H A Dslurm.md58 "asn": <AS number>,
75 "asn": <AS number>,
94 "asn": <AS number>,
110 "asn": <AS number>,
133 "asn": 64496,
137 "asn": 64497,
143 "asn": 64496,
149 "asn": 64497,
159 "asn": 64496,
163 "asn": 64496,
[all …]
/dports/net/exabgp4/exabgp-4.2.13/lib/exabgp/bgp/message/update/attribute/community/extended/
H A Dflowspec_scope.py11 from exabgp.bgp.message.open.asn import ASN
32 def __init__(self, trans, asn, target, direction, community=None): argument
33 self.asn = asn
39 …munity if community is not None else pack("!2sLH", self._subtype(self.transitive), asn, new_target)
44 return "interface-set:%s:%s:%s" % (str_direction, str(self.asn), str(self.target))
48 asn, target = unpack('!LH', data[2:8])
51 return InterfaceSet(False, ASN(asn), target, direction, data[:8])
H A Dbandwidth.py26 def __init__(self, asn, speed, community=None): argument
27 self.asn = asn
29 … ExtendedCommunity.__init__(self, community if community is not None else pack("!Hf", asn, speed))
32 return "bandwith:%d:%0.f" % (self.asn, self.speed)
36 asn, speed = unpack('!Hf', data[2:8])
37 return Bandwidth(asn, speed, data[:8])
/dports/net/yaz/yaz-5.31.1/src/
H A DMakefile.am16 tabdata_DATA=datetime.asn esupdate.asn univres.asn z3950v3.asn z.tcl \
17 esadmin.asn charneg-3.asn mterm2.asn oclcui.asn facet.asn
20 illdata_DATA=ill9702.asn item-req.asn ill.tcl oclc-ill-req-ext.asn
181 $(TCLSH) $(YAZCOMP_Z) $(srcdir)/z3950v3.asn
189 $(TCLSH) $(YAZCOMP_Z) $(srcdir)/univres.asn
197 $(TCLSH) $(YAZCOMP_Z) $(srcdir)/esadmin.asn
205 $(TCLSH) $(YAZCOMP_Z) $(srcdir)/mterm2.asn
209 $(TCLSH) $(YAZCOMP_Z) $(srcdir)/oclcui.asn
212 z-facet-1.c: $(srcdir)/facet.asn $(YAZCOMP)
213 $(TCLSH) $(YAZCOMP_Z) $(srcdir)/facet.asn
[all …]
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/cisco/nxos/tests/unit/modules/network/nxos/
H A Dtest_nxos_bgp_neighbor_af.py58 asn=65535,
78 dict(asn=65535, neighbor="3.3.3.5", afi="ipv4", safi="unicast")
85 asn=65535,
105 asn=65535,
126 asn=65535,
150 asn=65535,
171 asn=65535,
193 asn=65535,
213 asn=65535,
233 asn=65535,
[all …]
H A Dtest_nxos_bgp_af.py56 set_module_args(dict(asn=65535, afi="ipv4", safi="unicast"))
65 dict(asn=65535, vrf="test", afi="ipv4", safi="unicast")
79 dict(asn=65535, vrf="test2", afi="ipv4", safi="unicast")
86 asn=65535,
104 asn=65535,
125 asn=65535,
145 dict(asn=65535, afi="ipv4", safi="unicast", client_to_client=False)
159 asn=65535, afi="l2vpn", safi="evpn", retain_route_target="abc"
174 asn=65535, afi="l2vpn", safi="evpn", retain_route_target="all"
189 asn=65535, afi="l2vpn", safi="evpn", retain_route_target="xyz"
/dports/security/gcr/gcr-3.40.0/egg/
H A Degg-dn.c140 dn_parse_rdn (GNode *asn) in dn_parse_rdn() argument
149 g_assert (asn); in dn_parse_rdn()
157 value = egg_asn1x_node (asn, "value", NULL); in dn_parse_rdn()
169 egg_dn_read (GNode* asn) in egg_dn_read() argument
177 g_return_val_if_fail (asn, NULL); in egg_dn_read()
186 node = egg_asn1x_node (asn, i, j, NULL); in egg_dn_read()
219 g_return_val_if_fail (asn, NULL); in egg_dn_read_part()
261 g_return_val_if_fail (asn, FALSE); in egg_dn_parse()
335 egg_dn_add_string_part (GNode *asn, in egg_dn_add_string_part() argument
344 g_return_if_fail (asn != NULL); in egg_dn_add_string_part()
[all …]
H A Dtest-dn.c87 GNode *asn; in test_dn_value() local
94 g_assert (asn != NULL); in test_dn_value()
98 text = egg_dn_print_value (oid, asn); in test_dn_value()
106 text = egg_dn_print_value (oid, asn); in test_dn_value()
110 egg_asn1x_destroy (asn); in test_dn_value()
191 GNode *asn; in test_add_dn_part() local
194 asn = egg_asn1x_create (pkix_asn1_tab, "Name"); in test_add_dn_part()
195 node = egg_asn1x_node (asn, "rdnSequence", NULL); in test_add_dn_part()
196 egg_asn1x_set_choice (asn, node); in test_add_dn_part()
205 dn = egg_asn1x_encode (asn, NULL); in test_add_dn_part()
[all …]
/dports/security/gnutls/gnutls-3.6.16/lib/x509/
H A Dattributes.c41 overwrite_attribute(ASN1_TYPE asn, const char *root, unsigned indx, in overwrite_attribute() argument
52 result = _gnutls_x509_write_value(asn, name2, ext_data); in overwrite_attribute()
198 result = asn1_write_value(asn, name, "NEW", 1); in add_attribute()
206 result = asn1_write_value(asn, name, attribute_id, 1); in add_attribute()
214 result = asn1_write_value(asn, name, "NEW", 1); in add_attribute()
222 result = _gnutls_x509_write_value(asn, name, ext_data); in add_attribute()
233 _x509_set_attribute(ASN1_TYPE asn, const char *root, in _x509_set_attribute() argument
250 result = asn1_read_value(asn, name, extnID, &len); in _x509_set_attribute()
265 result = asn1_read_value(asn, name2, extnID, &len); in _x509_set_attribute()
280 return overwrite_attribute(asn, root, k, in _x509_set_attribute()
[all …]
/dports/security/gcr/gcr-3.40.0/gcr/
H A Dgcr-subject-public-key.c472 GNode *asn; in _gcr_subject_public_key_load() local
495 return asn; in _gcr_subject_public_key_load()
561 GNode *asn; in _gcr_subject_public_key_load_finish() local
578 return asn; in _gcr_subject_public_key_load_finish()
801 GNode *asn; in cert_subject_public_key_from_attributes() local
827 return asn; in cert_subject_public_key_from_attributes()
876 return asn; in _gcr_subject_public_key_for_attributes()
882 GNode *asn; in calculate_rsa_key_size() local
923 GNode *asn; in calculate_dsa_params_size() local
1007 GNode *asn; in calculate_ec_params_size() local
[all …]
/dports/security/dropbear/dropbear-2020.81/debian/
H A Dchangelog5 -- Matt Johnston <matt@ucc.asn.au> Thu, 29 Oct 2020 22:51:57 +0800
11 -- Matt Johnston <matt@ucc.asn.au> Fri, 26 Jun 2020 22:51:57 +0800
17 -- Matt Johnston <matt@ucc.asn.au> Mon, 15 Jun 2020 22:51:57 +0800
23 -- Matt Johnston <matt@ucc.asn.au> Wed, 27 Mar 2019 22:51:57 +0800
29 -- Matt Johnston <matt@ucc.asn.au> Sat, 23 Mar 2019 22:51:57 +0800
35 -- Matt Johnston <matt@ucc.asn.au> Tue, 27 Feb 2018 22:51:57 +0800
41 -- Matt Johnston <matt@ucc.asn.au> Thu, 18 May 2017 22:51:57 +0800
47 -- Matt Johnston <matt@ucc.asn.au> Thu, 21 Jul 2016 22:51:57 +0800
53 -- Matt Johnston <matt@ucc.asn.au> Fri, 18 Mar 2016 22:52:58 +0800
59 -- Matt Johnston <matt@ucc.asn.au> Wed, 10 Mar 2016 22:52:58 +0800
[all …]
/dports/security/p11-kit/p11-kit-0.24.0/trust/
H A Dasn1.c114 node_asn *asn; in p11_asn1_create() local
129 return asn; in p11_asn1_create()
140 node_asn *asn = NULL; in p11_asn1_decode() local
145 asn = p11_asn1_create (asn1_defs, struct_name); in p11_asn1_decode()
146 return_val_if_fail (asn != NULL, NULL); in p11_asn1_decode()
160 return asn; in p11_asn1_decode()
164 p11_asn1_encode (node_asn *asn, in p11_asn1_encode() argument
196 p11_asn1_read (node_asn *asn, in p11_asn1_read() argument
204 return_val_if_fail (asn != NULL, NULL); in p11_asn1_read()
229 p11_asn1_free (void *asn) in p11_asn1_free() argument
[all …]
/dports/net-mgmt/p5-Net-Abuse-Utils/Net-Abuse-Utils-0.27/examples/
H A Dip-info.pl39 if (my @asn = get_asn_info($ip) ) {
40 my $asn_org = get_as_description($asn[0]) || '';
41 my $asn_co = get_as_company($asn[0]) || '';
42 print "\tASN: $asn[0] - $asn[1]\n";
45 print "\tRIR: $asn[3]\n";
46 print "\tAS Country: ", get_asn_country($asn[0]), "\n";
/dports/converters/p5-Convert-ASN1/Convert-ASN1-0.33/t/
H A D09contr.t13 btest 1, $asn = Convert::ASN1->new or warn $asn->error;
14 btest 2, $asn->prepare(q(
16 )) or warn $asn->error;
24 btest 3, $ret = $asn->decode($buf) or warn $asn->error;
/dports/devel/libepp-nicbr/libepp-nicbr-1.18/src/shepp/
H A DAsnFunctions.H116 if (asn > 0) { in cmd_asn_check()
128 for (asn = asns.begin(); asn != asns.end(); asn++) { in cmd_asn_check()
157 if (asn <= 0) { in cmd_asn_create()
160 cmd->set_asn(asn); in cmd_asn_create()
276 if (asn <= 0) { in cmd_asn_delete()
280 cmd->set_asn(asn); in cmd_asn_delete()
310 if (asn <= 0) { in cmd_asn_info()
314 cmd->set_asn(asn); in cmd_asn_info()
344 if (asn <= 0) { in cmd_asn_renew()
430 if (asn <= 0) { in cmd_asn_transfer()
[all …]
/dports/devel/tcllib/tcllib-1.20/modules/asn/
H A Dasn.tcllib.man2 [manpage_begin asn n 0.8]
3 [keywords asn]
18 [require asn [opt 0.8.4]]
59 [call [cmd ::asn::asnSet] [arg evalue]...]
64 [call [cmd ::asn::asnSetFromList] [arg elist]]
89 [call [cmd ::asn::asnInteger] [arg number]]
99 [call [cmd ::asn::asnBoolean] [arg bool]]
123 [call [cmd ::asn::asnNull]]
166 [call [cmd ::asn::asnString] [arg string]]
171 used. See [cmd ::asn::defaultStringType].
[all …]
/dports/devel/tcllibc/tcllib-1.20/modules/asn/
H A Dasn.tcllib.man2 [manpage_begin asn n 0.8]
3 [keywords asn]
18 [require asn [opt 0.8.4]]
59 [call [cmd ::asn::asnSet] [arg evalue]...]
64 [call [cmd ::asn::asnSetFromList] [arg elist]]
89 [call [cmd ::asn::asnInteger] [arg number]]
99 [call [cmd ::asn::asnBoolean] [arg bool]]
123 [call [cmd ::asn::asnNull]]
166 [call [cmd ::asn::asnString] [arg string]]
171 used. See [cmd ::asn::defaultStringType].
[all …]
/dports/security/gnome-keyring/gnome-keyring-40.0/egg/
H A Dtest-dn.c87 GNode *asn; in test_dn_value() local
94 g_assert (asn != NULL); in test_dn_value()
98 text = egg_dn_print_value (oid, asn); in test_dn_value()
106 text = egg_dn_print_value (oid, asn); in test_dn_value()
110 egg_asn1x_destroy (asn); in test_dn_value()
191 GNode *asn; in test_add_dn_part() local
194 asn = egg_asn1x_create (pkix_asn1_tab, "Name"); in test_add_dn_part()
195 node = egg_asn1x_node (asn, "rdnSequence", NULL); in test_add_dn_part()
196 egg_asn1x_set_choice (asn, node); in test_add_dn_part()
205 dn = egg_asn1x_encode (asn, NULL); in test_add_dn_part()
[all …]
/dports/net/pwhois/pwhois-2.2.1.0/mysql/
H A Dupdateasns.sql1asn=asn+FLOOR(asn/65535) WHERE id IN ( SELECT id FROM ( SELECT id,asn,@s:=SUBSTRING_INDEX(asn_path…
/dports/net/ipinfo-cli/cli-ipinfo-2.7.0/vendor/github.com/ipinfo/go/v2/go-2.6.0/ipinfo/
H A Dasn.go52 func GetASNDetails(asn string) (*ASNDetails, error) {
53 return DefaultClient.GetASNDetails(asn)
57 func (c *Client) GetASNDetails(asn string) (*ASNDetails, error) {
58 if !strings.HasPrefix(asn, "AS") {
59 return nil, &InvalidASNError{ASN: asn}
64 if res, err := c.Cache.Get(cacheKey(asn)); err == nil {
70 req, err := c.newRequest(nil, "GET", asn, nil)
86 if err := c.Cache.Set(cacheKey(asn), v); err != nil {
/dports/net/ipinfo-cli/cli-ipinfo-2.7.0/vendor/github.com/ipinfo/go/v2/ipinfo/
H A Dasn.go52 func GetASNDetails(asn string) (*ASNDetails, error) {
53 return DefaultClient.GetASNDetails(asn)
57 func (c *Client) GetASNDetails(asn string) (*ASNDetails, error) {
58 if !strings.HasPrefix(asn, "AS") {
59 return nil, &InvalidASNError{ASN: asn}
64 if res, err := c.Cache.Get(cacheKey(asn)); err == nil {
70 req, err := c.newRequest(nil, "GET", asn, nil)
86 if err := c.Cache.Set(cacheKey(asn), v); err != nil {
/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/io-developer/php-whois/src/Iodev/Whois/Modules/Asn/
H A DAsnResponse.php13 * @param string $asn
18 public function __construct($asn, $query = "", $text = "", $host = "") argument
21 $this->asn = strval($asn);
25 private $asn; variable in Iodev\\Whois\\Modules\\Asn\\AsnResponse
32 return $this->asn;
/dports/net-mgmt/klg/klg-1.5/
H A Dklg.php159 if (!isset($cache_community["$asn"]))
171 if (isset($cache_community["$asn"]))
179 Function LookupRIPEbased($host, $asn) argument
201 $cache_asnums["$asn"] = $asname;
209 Function LookupAS($asn) argument
214 return $asn;
215 if (!isset($cache_asnums["$asn"]))
223 $cache_asnums["$asn"] = $row->name;
234 @fwrite($fd2, "AS$asn\n");
267 if (isset($cache_asnums["$asn"]))
[all …]

12345678910>>...248