Home
last modified time | relevance | path

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

/openbsd/regress/usr.sbin/bgpd/unittests/
H A Drde_decide_test.c81 { .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 Drde.h203 #define ORIGIN_IGP 0 macro
H A Drde_update.c422 asp->origin = ORIGIN_IGP; in up_generate_default()
H A Drde.c487 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 Dprintconf.c283 if (o == ORIGIN_IGP) in print_origin()
H A Dparse.y3428 $$ = ORIGIN_IGP;
/openbsd/usr.sbin/bgpctl/
H A Dbgpctl.c730 case ORIGIN_IGP: in fmt_origin()