Home
last modified time | relevance | path

Searched refs:cfg_allocz (Results 1 – 25 of 41) sorted by relevance

12

/dports/net/bird2/bird-2.0.8/proto/rpki/
H A Dconfig.Y101 char *hostname = cfg_allocz(INET6_ADDRSTRLEN + 1);
115 RPKI_CFG->tr_config.spec = cfg_allocz(sizeof(struct rpki_tr_tcp_config));
123 RPKI_CFG->tr_config.spec = cfg_allocz(sizeof(struct rpki_tr_ssh_config));
/dports/net/bird/bird-1.6.8/proto/ospf/
H A Dconfig.Y105 struct ospf_area_config *ac = cfg_allocz(sizeof(struct ospf_area_config)); in ospf_proto_finish()
183 this_area = cfg_allocz(sizeof(struct ospf_area_config));
229 this_stubnet = cfg_allocz(sizeof(struct ospf_stubnet_config));
273 this_ipatt = cfg_allocz(sizeof(struct ospf_iface_patt));
340 this_pref = cfg_allocz(sizeof(struct area_net_config));
365 this_nbma = cfg_allocz(sizeof(struct nbma_node));
374 this_ipatt = cfg_allocz(sizeof(struct ospf_iface_patt));
454 $$ = cfg_allocz(sizeof(struct lsadb_show_data));
/dports/net/bird2/bird-2.0.8/proto/ospf/
H A Dconfig.Y160 struct ospf_area_config *ac = cfg_allocz(sizeof(struct ospf_area_config)); in ospf_proto_finish()
276 this_area = cfg_allocz(sizeof(struct ospf_area_config));
322 this_stubnet = cfg_allocz(sizeof(struct ospf_stubnet_config));
366 this_ipatt = cfg_allocz(sizeof(struct ospf_iface_patt));
432 this_pref = cfg_allocz(sizeof(struct area_net_config));
456 this_nbma = cfg_allocz(sizeof(struct nbma_node));
465 this_ipatt = cfg_allocz(sizeof(struct ospf_iface_patt));
551 $$ = cfg_allocz(sizeof(struct lsadb_show_data));
/dports/net/bird/bird-1.6.8/filter/
H A Df-util.c20 ret = cfg_allocz(sizeof(struct f_inst)); in f_new_inst()
67 struct f_inst_roa_check *ret = cfg_allocz(sizeof(struct f_inst_roa_check)); in f_generate_roa_check()
H A Dconfig.Y309 rv = cfg_allocz(sizeof(struct f_inst3)); in f_generate_lc()
707 …NUM bgp_path_tail1 { $$ = cfg_allocz(sizeof(struct f_path_mask)); $$->next = $2; $$->kind = PM_AS…
708 …| NUM DDOT NUM bgp_path_tail1 { $$ = cfg_allocz(sizeof(struct f_path_mask)); $$->next = $4; $$->ki…
709 …| '*' bgp_path_tail1 { $$ = cfg_allocz(sizeof(struct f_path_mask)); $$->next = $2; $$->kind = PM_…
710 …| '?' bgp_path_tail1 { $$ = cfg_allocz(sizeof(struct f_path_mask)); $$->next = $2; $$->kind = PM_…
711 …| bgp_path_expr bgp_path_tail1 { $$ = cfg_allocz(sizeof(struct f_path_mask)); $$->next = $2; $$->k…
716 …NUM bgp_path_tail2 { $$ = cfg_allocz(sizeof(struct f_path_mask)); $$->next = $2; $$->kind = PM_ASN…
717 …| '?' bgp_path_tail2 { $$ = cfg_allocz(sizeof(struct f_path_mask)); $$->next = $2; $$->kind = PM_A…
/dports/net/bird2/bird-2.0.8/proto/radv/
H A Dconfig.Y78 this_ipatt = cfg_allocz(sizeof(struct radv_iface_config));
190 this_radv_prefix = cfg_allocz(sizeof(struct radv_prefix_config));
239 struct radv_rdnss_config *cf = cfg_allocz(sizeof(struct radv_rdnss_config));
283 struct radv_dnssl_config *cf = cfg_allocz(sizeof(struct radv_dnssl_config));
/dports/net/bird/bird-1.6.8/proto/radv/
H A Dconfig.Y78 this_ipatt = cfg_allocz(sizeof(struct radv_iface_config));
189 this_radv_prefix = cfg_allocz(sizeof(struct radv_prefix_config));
239 struct radv_rdnss_config *cf = cfg_allocz(sizeof(struct radv_rdnss_config));
283 struct radv_dnssl_config *cf = cfg_allocz(sizeof(struct radv_dnssl_config));
/dports/net/bird/bird-1.6.8/proto/static/
H A Dconfig.Y56 this_srt = cfg_allocz(sizeof(struct static_route));
67 this_srt_nh = cfg_allocz(sizeof(struct static_route));
/dports/net/bird2/bird-2.0.8/proto/static/
H A Dconfig.Y27 nh = cfg_allocz(sizeof(struct static_route)); in static_nexthop_new()
110 this_srt = cfg_allocz(sizeof(struct static_route));
/dports/net/bird/bird-1.6.8/proto/bfd/
H A Dconfig.Y61 this_ipatt = cfg_allocz(sizeof(struct bfd_iface_config));
149 this_bfd_neighbor = cfg_allocz(sizeof(struct bfd_neighbor));
/dports/net/bird/bird-1.6.8/nest/
H A Dconfig.Y254 struct proto_limit *l = cfg_allocz(sizeof(struct proto_limit));
282 struct iface_patt_node *ipn = cfg_allocz(sizeof(struct iface_patt_node));
314 this_ipatt = cfg_allocz(sizeof(struct iface_patt));
347 this_ipatt = cfg_allocz(sizeof(struct iface_patt));
491 $$ = cfg_allocz(sizeof(struct rt_show_data));
575 $$ = cfg_allocz(sizeof(struct roa_show_data));
612 $$ = cfg_allocz(sizeof(struct sym_show_data));
H A Drt-roa.c245 struct roa_table_config *rtc = cfg_allocz(sizeof(struct roa_table_config)); in roa_new_table_config()
262 struct roa_item_config *ric = cfg_allocz(sizeof(struct roa_item_config)); in roa_add_item_config()
/dports/net/bird2/bird-2.0.8/proto/bfd/
H A Dconfig.Y79 this_ipatt = cfg_allocz(sizeof(struct bfd_iface_config));
167 this_bfd_neighbor = cfg_allocz(sizeof(struct bfd_neighbor));
/dports/net/bird2/bird-2.0.8/nest/
H A Dconfig.Y360 struct iface_patt_node *ipn = cfg_allocz(sizeof(struct iface_patt_node));
391 this_ipatt = cfg_allocz(sizeof(struct iface_patt));
425 this_ipatt = cfg_allocz(sizeof(struct iface_patt));
495 this_p_list = cfg_allocz(sizeof(list));
499 this_p_item = cfg_allocz(sizeof(struct password_item));
591 $$ = cfg_allocz(sizeof(struct rt_show_data));
774 $$ = cfg_allocz(sizeof(struct sym_show_data));
H A Dbfd.h56 { return cfg_allocz(sizeof(struct bfd_options)); } in bfd_new_options()
/dports/net/bird2/bird-2.0.8/proto/mrt/
H A Dconfig.Y57 /* empty */ { $$ = cfg_allocz(sizeof(struct mrt_dump_data)); }
/dports/net/bird/bird-1.6.8/proto/mrt/
H A Dconfig.Y56 /* empty */ { $$ = cfg_allocz(sizeof(struct mrt_dump_data)); }
/dports/net/bird2/bird-2.0.8/conf/
H A Dconfbase.Y152 struct f_val *val = cfg_allocz(sizeof(struct f_val));
348 $$ = cfg_allocz(sizeof(mpls_label_stack));
H A Dconf.h104 #define cfg_allocz(size) lp_allocz(cfg_mem, size) macro
/dports/net/bird2/bird-2.0.8/sysdep/unix/
H A Dkrt.Y102 this_ipatt = cfg_allocz(sizeof(struct kif_iface_config));
H A Dconfig.Y33 log_begin: { this_log = cfg_allocz(sizeof(struct log_config)); };
/dports/net/bird/bird-1.6.8/conf/
H A Dconf.h99 #define cfg_allocz(size) lp_allocz(cfg_mem, size) macro
/dports/net/bird2/bird-2.0.8/filter/
H A Dtree.c106 struct f_tree *ret = cfg_allocz(sizeof(struct f_tree)); in f_new_tree()
H A Df-util.c39 struct filter *f = cfg_allocz(sizeof(struct filter)); in f_new_where()
/dports/net/bird/bird-1.6.8/proto/babel/
H A Dconfig.Y53 this_ipatt = cfg_allocz(sizeof(struct babel_iface_config));

12