Home
last modified time | relevance | path

Searched refs:F_TNBR_DYNAMIC (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/usr.sbin/ldpd/
Dhello.c249 if (tnbr && (tnbr->flags & F_TNBR_DYNAMIC) && in recv_hello()
251 tnbr->flags &= ~F_TNBR_DYNAMIC; in recv_hello()
262 tnbr->flags |= F_TNBR_DYNAMIC; in recv_hello()
Dadjacency.c243 if (!(tnbr->flags & (F_TNBR_CONFIGURED|F_TNBR_DYNAMIC)) && in tnbr_check()
Dldpd.h303 #define F_TNBR_DYNAMIC 0x02 macro
Dldpe.c723 tnbr->flags &= ~F_TNBR_DYNAMIC; in ldpe_remove_dynamic_tnbrs()