ldpd_af_conf
static void merge_af(int, struct ldpd_af_conf *,
struct ldpd_af_conf *);
struct ldpd_af_conf *
merge_af(int af, struct ldpd_af_conf *af_conf, struct ldpd_af_conf *xa)
struct ldpd_af_conf ipv4;
struct ldpd_af_conf ipv6;
struct ldpd_af_conf *ldp_af_conf_get(struct ldpd_conf *, int);
static struct ldpd_af_conf *af_conf;
static void print_af(int, struct ldpd_conf *, struct ldpd_af_conf *);
print_af(int af, struct ldpd_conf *conf, struct ldpd_af_conf *af_conf)