Home
last modified time | relevance | path

Searched refs:ldpd_af_conf (Results 1 – 4 of 4) sorted by relevance

/openbsd/usr.sbin/ldpd/
H A Dldpd.h381 struct ldpd_af_conf { struct
406 struct ldpd_af_conf ipv4; argument
407 struct ldpd_af_conf ipv6;
602 struct ldpd_af_conf *ldp_af_conf_get(struct ldpd_conf *, int);
H A Dprintconf.c33 static void print_af(int, struct ldpd_conf *, struct ldpd_af_conf *);
63 print_af(int af, struct ldpd_conf *conf, struct ldpd_af_conf *af_conf) in print_af()
H A Dldpd.c55 static void merge_af(int, struct ldpd_af_conf *,
56 struct ldpd_af_conf *);
660 struct ldpd_af_conf *
820 merge_af(int af, struct ldpd_af_conf *af_conf, struct ldpd_af_conf *xa) in merge_af()
H A Dparse.y125 static struct ldpd_af_conf *af_conf;