Searched refs:ORIGIN_IGP (Results 1 – 7 of 7) sorted by relevance
/openbsd/regress/usr.sbin/bgpd/unittests/ |
H A D | rde_decide_test.c | 81 { .aspath = &asdata[0].a, .med = 100, .lpref = 100, .origin = ORIGIN_IGP, .weight = 1000 }, 83 …{ .aspath = &asdata[0].a, .med = 100, .lpref = 100, .origin = ORIGIN_IGP, .flags=F_ATTR_PARSE_ERR … 84 { .aspath = &asdata[0].a, .med = 100, .lpref = 100, .origin = ORIGIN_IGP, .flags=F_ATTR_LOOP }, 86 { .aspath = &asdata[0].a, .med = 100, .lpref = 50, .origin = ORIGIN_IGP }, 88 { .aspath = &asdata[1].a, .med = 100, .lpref = 100, .origin = ORIGIN_IGP }, 93 { .aspath = &asdata[0].a, .med = 200, .lpref = 100, .origin = ORIGIN_IGP }, 95 { .aspath = &asdata[0].a, .med = 100, .lpref = 100, .origin = ORIGIN_IGP, .weight = 100 },
|
/openbsd/usr.sbin/bgpd/ |
H A D | rde.h | 203 #define ORIGIN_IGP 0 macro
|
H A D | rde_update.c | 422 asp->origin = ORIGIN_IGP; in up_generate_default()
|
H A D | rde.c | 487 asp->origin = ORIGIN_IGP; in rde_dispatch_imsg_session() 603 asp->origin = ORIGIN_IGP; in rde_dispatch_imsg_session() 902 asp->origin = ORIGIN_IGP; in rde_dispatch_imsg_parent() 950 asp->origin = ORIGIN_IGP; in rde_dispatch_imsg_parent()
|
H A D | printconf.c | 283 if (o == ORIGIN_IGP) in print_origin()
|
H A D | parse.y | 3428 $$ = ORIGIN_IGP;
|
/openbsd/usr.sbin/bgpctl/ |
H A D | bgpctl.c | 730 case ORIGIN_IGP: in fmt_origin()
|