Home
last modified time | relevance | path

Searched refs:ldpd_global (Results 1 – 2 of 2) sorted by relevance

/openbsd/usr.sbin/ldpd/
H A Dldpd.h427 struct ldpd_global { struct
546 extern struct ldpd_global global;
603 struct ldpd_af_global *ldp_af_global_get(struct ldpd_global *, int);
H A Dldpd.c67 struct ldpd_global global;
674 ldp_af_global_get(struct ldpd_global *xglobal, int af) in ldp_af_global_get()