ldp_af_conf_get
tnbr->hello_holdtime = (ldp_af_conf_get(xconf, af))->thello_holdtime;
tnbr->hello_interval = (ldp_af_conf_get(xconf, af))->thello_interval;
((ldp_af_conf_get(leconf, af))->flags &
struct ldpd_af_conf *ldp_af_conf_get(struct ldpd_conf *, int);
if ((ldp_af_conf_get(leconf, af))->flags &
nbr->laddr = (ldp_af_conf_get(leconf,
nbr->laddr = (ldp_af_conf_get(leconf, af))->trans_addr;
if ((ldp_af_conf_get(leconf, nbr->af))->flags & F_LDPD_AF_NO_GTSM)
return ((ldp_af_conf_get(leconf, af))->keepalive);
addr = (ldp_af_conf_get(ldpd_conf, af))->trans_addr;