Home
last modified time | relevance | path

Searched defs:tnbr (Results 1 – 8 of 8) sorted by relevance

/openbsd/usr.sbin/ldpd/
H A Dadjacency.c203 struct tnbr *tnbr; in tnbr_new() local
218 tnbr_del(struct tnbr *tnbr) in tnbr_del()
230 struct tnbr *tnbr; in tnbr_find() local
241 tnbr_check(struct tnbr *tnbr) in tnbr_check()
253 tnbr_update(struct tnbr *tnbr) in tnbr_update()
288 struct tnbr *tnbr; in tnbr_update_all() local
301 struct tnbr *tnbr = arg; in tnbr_hello_timer() local
308 tnbr_start_hello_timer(struct tnbr *tnbr) in tnbr_start_hello_timer()
319 tnbr_stop_hello_timer(struct tnbr *tnbr) in tnbr_stop_hello_timer()
H A Dprintconf.c67 struct tnbr *tnbr; in print_af() local
112 print_tnbr(struct tnbr *tnbr) in print_tnbr()
H A Dhello.c37 send_hello(enum hello_type type, struct iface_af *ia, struct tnbr *tnbr) in send_hello()
165 struct tnbr *tnbr = NULL; in recv_hello() local
H A Dldpd.h290 struct tnbr { struct
292 struct event hello_timer;
293 struct adj *adj;
294 int af;
295 union ldpd_addr addr;
296 int state;
297 uint16_t hello_holdtime;
298 uint16_t hello_interval;
299 uint16_t pw_count;
300 uint8_t flags;
H A Dl2vpn.c584 struct tnbr *tnbr; in ldpe_l2vpn_pw_init() local
599 struct tnbr *tnbr; in ldpe_l2vpn_pw_exit() local
H A Dldpd.c697 struct tnbr *tnbr; in main_imsg_send_config() local
929 struct tnbr *tnbr, *ttmp, *xt; in merge_tnbrs() local
H A Dldpe.c717 struct tnbr *tnbr, *safe; in ldpe_remove_dynamic_tnbrs() local
H A Dparse.y128 static struct tnbr *tnbr; variable