Home
last modified time | relevance | path

Searched defs:ldpd_conf (Results 1 – 2 of 2) sorted by relevance

/openbsd/usr.sbin/ldpd/
H A Dldpd.h403 struct ldpd_conf { struct
404 struct in_addr rtr_id;
405 unsigned int rdomain;
406 struct ldpd_af_conf ipv4;
407 struct ldpd_af_conf ipv6;
413 uint16_t trans_pref;
414 int flags;
H A Dldpd.c68 struct ldpd_conf *ldpd_conf; variable