Home
last modified time | relevance | path

Searched refs:ldp_af_global_get (Results 1 – 6 of 6) sorted by relevance

/openbsd/usr.sbin/ldpd/
H A Dhello.c51 fd = (ldp_af_global_get(&global, af))->ldp_disc_socket; in send_hello()
73 fd = (ldp_af_global_get(&global, af))->ldp_edisc_socket; in send_hello()
H A Dadjacency.c257 if ((ldp_af_global_get(&global, tnbr->af))->ldp_edisc_socket != -1) in tnbr_update()
H A Dldpe.c635 af_global = ldp_af_global_get(&global, af); in ldpe_setup_sockets()
659 af_global = ldp_af_global_get(&global, af); in ldpe_close_sockets()
H A Dldpd.h603 struct ldpd_af_global *ldp_af_global_get(struct ldpd_global *, int);
H A Dinterface.c327 if ((ldp_af_global_get(&global, ia->af))->ldp_disc_socket != -1) in if_update_af()
H A Dldpd.c664 ldp_af_global_get(struct ldpd_global *xglobal, int af) in ldp_af_global_get() function