Home
last modified time | relevance | path

Searched refs:get_mpe_config (Results 1 – 5 of 5) sorted by relevance

/dports/net/openbgpd6/openbgpd-6.9p0/src/bgpd/
H A Dkroute-disabled.c737 get_mpe_config(const char *name, u_int *rdomain, u_int *label) in get_mpe_config() function
H A Dbgpd.h1288 int get_mpe_config(const char *, u_int *, u_int *);
H A Dparse.y1124 if (get_mpe_config($4, &rdomain, &label) == -1) {
H A Dkroute.c2887 get_mpe_config(const char *name, u_int *rdomain, u_int *label) in get_mpe_config() function
H A Dparse.c3254 if (get_mpe_config((yyvsp[0].v.string), &rdomain, &label) == -1) { in yyparse()