Home
last modified time | relevance | path

Searched refs:ldp_af_conf_get (Results 1 – 7 of 7) sorted by relevance

/openbsd/usr.sbin/ldpd/
H A Dadjacency.c211 tnbr->hello_holdtime = (ldp_af_conf_get(xconf, af))->thello_holdtime; in tnbr_new()
212 tnbr->hello_interval = (ldp_af_conf_get(xconf, af))->thello_interval; in tnbr_new()
H A Dneighbor.c245 nbr->laddr = (ldp_af_conf_get(leconf, af))->trans_addr; in nbr_new()
656 if ((ldp_af_conf_get(leconf, nbr->af))->flags & F_LDPD_AF_NO_GTSM) in nbr_gtsm_enabled()
787 return ((ldp_af_conf_get(leconf, af))->keepalive); in nbr_get_keepalive()
H A Dsocket.c72 addr = (ldp_af_conf_get(ldpd_conf, af))->trans_addr; in ldp_create_socket()
H A Dldpe.c330 if ((ldp_af_conf_get(leconf, af))->flags & in ldpe_dispatch_main()
373 nbr->laddr = (ldp_af_conf_get(leconf, in ldpe_dispatch_main()
H A Dldpd.h602 struct ldpd_af_conf *ldp_af_conf_get(struct ldpd_conf *, int);
H A Dhello.c257 ((ldp_af_conf_get(leconf, af))->flags & in recv_hello()
H A Dldpd.c651 ldp_af_conf_get(struct ldpd_conf *xconf, int af) in ldp_af_conf_get() function