Home
last modified time | relevance | path

Searched refs:channel_config_new (Results 1 – 7 of 7) sorted by relevance

/dports/net/bird2/bird-2.0.8/proto/pipe/
H A Dconfig.Y33 this_channel = channel_config_new(NULL, NULL, 0, this_proto);
/dports/net/bird2/bird-2.0.8/nest/
H A Dprotocol.h636 void *channel_config_new(const struct channel_class *cc, const char *name, uint net_type, struct pr…
H A Dproto.c753 channel_config_new(const struct channel_class *cc, const char *name, uint net_type, struct proto_co… in channel_config_new() function
807 return channel_config_new(cc, name, net_type, proto); in channel_config_get()
/dports/net/bird2/bird-2.0.8/proto/rpki/
H A Drpki.c926 channel_config_new(NULL, net_label[CF->net_type], CF->net_type, CF); in rpki_postconfig()
/dports/net/bird2/bird-2.0.8/proto/radv/
H A Dradv.c568 channel_config_new(NULL, net_label[NET_IP6], NET_IP6, CF); in radv_postconfig()
/dports/net/bird2/bird-2.0.8/proto/ospf/
H A Dconfig.Y91 channel_config_new(NULL, net_label[net_type], net_type, this_proto); in ospf_proto_finish()
/dports/net/bird2/bird-2.0.8/proto/rip/
H A Drip.c1109 channel_config_new(NULL, net_label[CF->net_type], CF->net_type, CF); in rip_postconfig()