Home
last modified time | relevance | path

Searched refs:NET_ROA4 (Results 1 – 10 of 10) sorted by relevance

/dports/net/bird2/bird-2.0.8/lib/
H A Dnet.c13 [NET_ROA4] = "roa4",
26 [NET_ROA4] = sizeof(net_addr_roa4),
39 [NET_ROA4] = IP4_MAX_PREFIX_LENGTH,
101 case NET_ROA4: in net_format()
125 case NET_ROA4: in net_pxmask()
158 case NET_ROA4: in net_compare()
185 case NET_ROA4: return NET_HASH(n, roa4); in net_hash()
207 case NET_ROA4: return NET_VALIDATE(n, roa4); in net_validate()
226 case NET_ROA4: in net_normalize()
253 case NET_ROA4: in net_classify()
[all …]
H A Dnet.h20 #define NET_ROA4 5 macro
32 #define NB_ROA4 (1 << NET_ROA4)
171 ((net_addr_roa4) { NET_ROA4, pxlen, sizeof(net_addr_roa4), prefix, max_pxlen, asn })
266 { return (a->type == NET_ROA4) || (a->type == NET_ROA6); } in net_is_roa()
286 case NET_ROA4: in net_prefix()
/dports/net/bird2/bird-2.0.8/filter/
H A Df-inst.c889 RESULT(T_INT, i, (v1.val.net->type == NET_ROA4) ?
899 RESULT(T_INT, i, (v1.val.net->type == NET_ROA4) ?
1221 if (table->addr_type != NET_ROA4 && table->addr_type != NET_ROA6)
1224 if (table->addr_type != (net->type == NET_IP4 ? NET_ROA4 : NET_ROA6))
1242 if (table->addr_type != NET_ROA4 && table->addr_type != NET_ROA6)
1245 if (table->addr_type != (v1.val.net->type == NET_IP4 ? NET_ROA4 : NET_ROA6))
H A Dtrie.c368 case NET_ROA4: in trie_match_net()
/dports/net/bird2/bird-2.0.8/nest/
H A Drt-fib.c276 case NET_ROA4: return FIB_FIND(f, a, roa4); in fib_find()
297 case NET_ROA4: FIB_INSERT(f, a, e, roa4); return; in fib_insert()
391 case NET_ROA4: in fib_route()
H A Dconfig.Y171 | ROA4 { $$ = NET_ROA4; }
H A Drt-table.c147 case NET_ROA4: in net_route()
246 if ((tab->addr_type == NET_ROA4) && (n->type == NET_IP4)) in net_roa_check()
/dports/net/bird2/bird-2.0.8/proto/rpki/
H A Drpki.c753 if (!proto_configure_channel(&p->p, &p->roa4_channel, proto_cf_find_channel(CF, NET_ROA4)) || in rpki_reconfigure()
774 proto_configure_channel(&p->p, &p->roa4_channel, proto_cf_find_channel(CF, NET_ROA4)); in rpki_init()
H A Dpackets.c708 n->roa4.type = NET_ROA4; in rpki_prefix_pdu_2_net_addr()
/dports/net/bird2/bird-2.0.8/doc/
H A Dbird.sgml1343 <cf/NET_ROA4/ and <cf/NET_ROA6/ prefixes hold an IP prefix range