Home
last modified time | relevance | path

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

/openbsd/usr.sbin/bgpd/
H A Drde_decide.c491 asp->flags & (F_ATTR_LOOP|F_ATTR_OTC_LEAK|F_ATTR_PARSE_ERR)) in prefix_eligible()
H A Drde.h194 #define F_ATTR_LOOP 0x00200 /* path would cause a route loop */ macro
H A Drde_update.c69 if (asp->flags & (F_ATTR_LOOP | F_ATTR_OTC_LEAK)) in up_test_update()
H A Drde.c1459 state.aspath.flags |= F_ATTR_LOOP; in rde_update_dispatch()
2653 asp->flags |= F_ATTR_LOOP; in rde_reflector()
2674 asp->flags |= F_ATTR_LOOP; in rde_reflector()
/openbsd/regress/usr.sbin/bgpd/unittests/
H A Drde_decide_test.c84 { .aspath = &asdata[0].a, .med = 100, .lpref = 100, .origin = ORIGIN_IGP, .flags=F_ATTR_LOOP },