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 | 202 #define ORIGIN_IGP 0 macro
|
H A D | rde_update.c | 415 asp->origin = ORIGIN_IGP; in up_generate_default()
|
H A D | rde.c | 478 asp->origin = ORIGIN_IGP; in rde_dispatch_imsg_session() 594 asp->origin = ORIGIN_IGP; in rde_dispatch_imsg_session() 891 asp->origin = ORIGIN_IGP; in rde_dispatch_imsg_parent() 939 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 | 3402 $$ = ORIGIN_IGP;
|
/openbsd/usr.sbin/bgpctl/ |
H A D | bgpctl.c | 729 case ORIGIN_IGP: in fmt_origin()
|