Searched refs:dummy_re (Results 1 – 1 of 1) sorted by relevance
/openbsd/regress/usr.sbin/bgpd/unittests/ |
H A D | rde_decide_test.c | 37 struct rib_entry dummy_re = { .prefix = &dummy_pt }; variable 115 ….p = { .entry.list.re = &dummy_re, .aspath = &asp[0], .peer = &peer1, .nhflags = 0, .lastchange = … 166 …{ .entry.list.re = &dummy_re, .aspath = &med_asp[0], .peer = &peer2, .nhflags = NEXTHOP_VALID, .la… 168 …{ .entry.list.re = &dummy_re, .aspath = &med_asp[1], .peer = &peer1, .nhflags = NEXTHOP_VALID, .la… 170 …{ .entry.list.re = &dummy_re, .aspath = &med_asp[2], .peer = &peer3, .nhflags = NEXTHOP_VALID, .la… 184 …{ .entry.list.re = &dummy_re, .aspath = &asp[0], .peer = &peer2, .nhflags = NEXTHOP_VALID, .lastch… 186 …{ .entry.list.re = &dummy_re, .aspath = &asp[0], .peer = &peer1, .nhflags = NEXTHOP_VALID, .lastch… 236 TAILQ_FOREACH(xp, &dummy_re.prefix_h, entry.list.rib) in test_evaluate() 241 TAILQ_FOREACH(xp, &dummy_re.prefix_h, entry.list.rib) in test_evaluate() 248 prefix_evaluate(&dummy_re, in[i], NULL); in test_evaluate() [all …]
|