Searched defs:tnbr (Results 1 – 8 of 8) sorted by relevance
203 struct tnbr *tnbr; in tnbr_new() local218 tnbr_del(struct tnbr *tnbr) in tnbr_del()230 struct tnbr *tnbr; in tnbr_find() local241 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() local301 struct tnbr *tnbr = arg; in tnbr_hello_timer() local308 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()
67 struct tnbr *tnbr; in print_af() local112 print_tnbr(struct tnbr *tnbr) in print_tnbr()
37 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
290 struct tnbr { struct292 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;
584 struct tnbr *tnbr; in ldpe_l2vpn_pw_init() local599 struct tnbr *tnbr; in ldpe_l2vpn_pw_exit() local
697 struct tnbr *tnbr; in main_imsg_send_config() local929 struct tnbr *tnbr, *ttmp, *xt; in merge_tnbrs() local
717 struct tnbr *tnbr, *safe; in ldpe_remove_dynamic_tnbrs() local
128 static struct tnbr *tnbr; variable