Home
last modified time | relevance | path

Searched refs:SYM_TEMPLATE (Results 1 – 9 of 9) sorted by relevance

/dports/net/bird2/bird-2.0.8/conf/
H A Dconfbase.Y41 …case SYM_TEMPLATE: cf_assert(sym->class == SYM_TEMPLATE, "Protocol template name required"); break; in cf_assert_symbol()
H A Dconf.h144 #define SYM_TEMPLATE 2 macro
/dports/net/bird/bird-1.6.8/nest/
H A Dconfig.Y183 | TEMPLATE { $$ = SYM_TEMPLATE; }
203 …if (($2->class != SYM_TEMPLATE) && ($2->class != SYM_PROTO)) cf_error("Template or protocol name e…
210 …if (($3->class != SYM_TEMPLATE) && ($3->class != SYM_PROTO)) cf_error("Template or protocol name e…
618 | sym_args TEMPLATE { $$ = $1; $$->type = SYM_TEMPLATE; }
/dports/net/bird/bird-1.6.8/conf/
H A Dconf.h128 #define SYM_TEMPLATE 2 macro
/dports/net/bird2/bird-2.0.8/nest/
H A Dconfig.Y204 | TEMPLATE { $$ = SYM_TEMPLATE; }
219 …if (($2->class != SYM_TEMPLATE) && ($2->class != SYM_PROTO)) cf_error("Template or protocol name e…
229 …if (($3->class != SYM_TEMPLATE) && ($3->class != SYM_PROTO)) cf_error("Template or protocol name e…
780 | sym_args TEMPLATE { $$ = $1; $$->type = SYM_TEMPLATE; }
/dports/net/bird2/bird-2.0.8/proto/rpki/
H A Drpki.c892 if (cf->c.class == SYM_TEMPLATE) in rpki_check_config()
/dports/net/bird2/bird-2.0.8/sysdep/unix/
H A Dkrt.c1012 if (cf->c.class == SYM_TEMPLATE) in krt_postconfig()
/dports/net/bird/bird-1.6.8/proto/bgp/
H A Dbgp.c1385 if (c->c.class == SYM_TEMPLATE) in bgp_check_config()
/dports/net/bird2/bird-2.0.8/proto/bgp/
H A Dbgp.c1887 if (cf->c.class == SYM_TEMPLATE) in bgp_postconfig()