Searched refs:ldp_af_conf_get (Results 1 – 7 of 7) sorted by relevance
/openbsd/usr.sbin/ldpd/ |
H A D | adjacency.c | 211 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 D | neighbor.c | 245 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 D | socket.c | 72 addr = (ldp_af_conf_get(ldpd_conf, af))->trans_addr; in ldp_create_socket()
|
H A D | ldpe.c | 335 if ((ldp_af_conf_get(leconf, af))->flags & in ldpe_dispatch_main() 378 nbr->laddr = (ldp_af_conf_get(leconf, in ldpe_dispatch_main()
|
H A D | ldpd.h | 602 struct ldpd_af_conf *ldp_af_conf_get(struct ldpd_conf *, int);
|
H A D | hello.c | 257 ((ldp_af_conf_get(leconf, af))->flags & in recv_hello()
|
H A D | ldpd.c | 661 ldp_af_conf_get(struct ldpd_conf *xconf, int af) in ldp_af_conf_get() function
|