Home
last modified time | relevance | path

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

/dports/net/openbgpd6/openbgpd-6.9p0/src/bgpd/
H A Dconfig.c56 SIMPLEQ_INIT(&conf->l3vpns); in new_config()
101 free_l3vpns(struct l3vpn_head *l3vpns) in free_l3vpns() argument
105 while ((vpn = SIMPLEQ_FIRST(l3vpns)) != NULL) { in free_l3vpns()
106 SIMPLEQ_REMOVE_HEAD(l3vpns, entry); in free_l3vpns()
185 free_l3vpns(&conf->l3vpns); in free_config()
284 free_l3vpns(&xconf->l3vpns); in merge_config()
285 SIMPLEQ_CONCAT(&xconf->l3vpns, &conf->l3vpns); in merge_config()
H A Drde.c945 SIMPLEQ_INSERT_TAIL(&nconf->l3vpns, vpn, entry); in rde_dispatch_imsg_parent()
2856 SIMPLEQ_FOREACH(vpn, &conf->l3vpns, entry) { in rde_send_kroute()
3257 free_l3vpns(&conf->l3vpns); in rde_reload_done()
3258 SIMPLEQ_CONCAT(&conf->l3vpns, &nconf->l3vpns); in rde_reload_done()
3826 SIMPLEQ_FOREACH(vpn, &conf->l3vpns, entry) { in network_add()
3910 SIMPLEQ_FOREACH(vpn, &conf->l3vpns, entry) { in network_delete()
4048 free_l3vpns(&conf->l3vpns); in rde_shutdown()
H A Dprintconf.c1045 if (!SIMPLEQ_EMPTY(&conf->l3vpns)) in print_config()
1047 SIMPLEQ_FOREACH(vpn, &conf->l3vpns, entry) in print_config()
H A Dbgpd.c701 while ((vpn = SIMPLEQ_FIRST(&conf->l3vpns)) != NULL) { in send_config()
702 SIMPLEQ_REMOVE_HEAD(&conf->l3vpns, entry); in send_config()
H A Dbgpd.h286 struct l3vpn_head l3vpns; member
H A Dparse.y1160 SIMPLEQ_INSERT_TAIL(&conf->l3vpns, curvpn, entry);
H A Dparse.c3296 SIMPLEQ_INSERT_TAIL(&conf->l3vpns, curvpn, entry); in yyparse()