Home
last modified time | relevance | path

Searched refs:hello_holdtime (Results 1 – 16 of 16) sorted by relevance

/openbsd/usr.sbin/eigrpd/
H A Dneighbor.c75 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 Deigrpd.h218 uint16_t hello_holdtime; member
384 uint16_t hello_holdtime; member
397 uint16_t hello_holdtime; member
H A Dparse.y74 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 Dprintconf.c118 printf("\t\t\tholdtime %u\n", ei->hello_holdtime); in print_iface()
H A Deigrpe.h51 uint16_t hello_holdtime; member
H A Dinterface.c506 ictl.hello_holdtime = ei->hello_holdtime; in if_to_ctl()
H A Dtlv.c47 tp.holdtime = htons(ei->hello_holdtime); in gen_parameter_tlv()
/openbsd/usr.sbin/ldpd/
H A Dhello.c49 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 Dprintconf.c106 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 Dldpd.h270 uint16_t hello_holdtime; member
297 uint16_t hello_holdtime; member
495 uint16_t hello_holdtime; member
H A Dinterface.c420 ictl.hello_holdtime = ia->hello_holdtime; in if_to_ctl()
H A Dldpd.c922 ia->hello_holdtime = xi->hello_holdtime; in merge_iface_af()
960 tnbr->hello_holdtime = xt->hello_holdtime; in merge_tnbrs()
H A Dadjacency.c211 tnbr->hello_holdtime = (ldp_af_conf_get(xconf, af))->thello_holdtime; in tnbr_new()
H A Dparse.y782 ia->hello_holdtime = defs->lhello_holdtime;
826 tnbr->hello_holdtime = defs->thello_holdtime;
/openbsd/usr.sbin/eigrpctl/
H A Deigrpctl.c372 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 Dldpctl.c341 iface->hello_holdtime) == -1) in show_interface_msg()