Searched refs:hello_holdtime (Results 1 – 16 of 16) sorted by relevance
/openbsd/usr.sbin/eigrpd/ |
H A D | neighbor.c | 75 nbr->hello_holdtime = holdtime; in nbr_new() 199 nctl.hello_holdtime = nbr->hello_holdtime; in nbr_to_ctl() 252 tv.tv_sec = nbr->hello_holdtime; in nbr_start_timeout()
|
H A D | eigrpd.h | 218 uint16_t hello_holdtime; member 384 uint16_t hello_holdtime; member 397 uint16_t hello_holdtime; member
|
H A D | parse.y | 74 uint16_t hello_holdtime; member 353 ei->hello_holdtime = defs->hello_holdtime; 557 defs->hello_holdtime = $2; 1009 defs->hello_holdtime = DEFAULT_HELLO_HOLDTIME; in parse_config()
|
H A D | printconf.c | 118 printf("\t\t\tholdtime %u\n", ei->hello_holdtime); in print_iface()
|
H A D | eigrpe.h | 51 uint16_t hello_holdtime; member
|
H A D | interface.c | 506 ictl.hello_holdtime = ei->hello_holdtime; in if_to_ctl()
|
H A D | tlv.c | 47 tp.holdtime = htons(ei->hello_holdtime); in gen_parameter_tlv()
|
/openbsd/usr.sbin/ldpd/ |
H A D | hello.c | 49 holdtime = ia->hello_holdtime; in send_hello() 69 holdtime = tnbr->hello_holdtime; in send_hello() 391 adj->holdtime = min(ia->hello_holdtime, holdtime); in recv_hello() 397 adj->holdtime = min(tnbr->hello_holdtime, holdtime); in recv_hello()
|
H A D | printconf.c | 106 printf("\t\tlink-hello-holdtime %u\n", ia->hello_holdtime); in print_iface() 115 printf("\t\ttargeted-hello-holdtime %u\n", tnbr->hello_holdtime); in print_tnbr()
|
H A D | ldpd.h | 270 uint16_t hello_holdtime; member 297 uint16_t hello_holdtime; member 495 uint16_t hello_holdtime; member
|
H A D | interface.c | 420 ictl.hello_holdtime = ia->hello_holdtime; in if_to_ctl()
|
H A D | ldpd.c | 922 ia->hello_holdtime = xi->hello_holdtime; in merge_iface_af() 960 tnbr->hello_holdtime = xt->hello_holdtime; in merge_tnbrs()
|
H A D | adjacency.c | 211 tnbr->hello_holdtime = (ldp_af_conf_get(xconf, af))->thello_holdtime; in tnbr_new()
|
H A D | parse.y | 782 ia->hello_holdtime = defs->lhello_holdtime; 826 tnbr->hello_holdtime = defs->thello_holdtime;
|
/openbsd/usr.sbin/eigrpctl/ |
H A D | eigrpctl.c | 372 iface->hello_interval, iface->hello_holdtime); in show_interface_detail_msg() 460 printf(" %-11s %-10u %8s\n", nbr->ifname, nbr->hello_holdtime, in show_nbr_msg()
|
/openbsd/usr.sbin/ldpctl/ |
H A D | ldpctl.c | 341 iface->hello_holdtime) == -1) in show_interface_msg()
|