Home
last modified time | relevance | path

Searched refs:af_conf (Results 1 – 3 of 3) sorted by relevance

/openbsd/usr.sbin/ldpd/
H A Dprintconf.c63 print_af(int af, struct ldpd_conf *conf, struct ldpd_af_conf *af_conf) in print_af() argument
71 if (af_conf->flags & F_LDPD_AF_THELLO_ACCEPT) in print_af()
76 if (af_conf->flags & F_LDPD_AF_EXPNULL) in print_af()
81 if (af_conf->flags & F_LDPD_AF_NO_GTSM) in print_af()
86 printf("\tkeepalive %u\n", af_conf->keepalive); in print_af()
87 printf("\ttransport-address %s\n", log_addr(af, &af_conf->trans_addr)); in print_af()
H A Dldpd.c815 if (af_conf->keepalive != xa->keepalive) { in merge_af()
816 af_conf->keepalive = xa->keepalive; in merge_af()
820 af_conf->thello_holdtime = xa->thello_holdtime; in merge_af()
821 af_conf->thello_interval = xa->thello_interval; in merge_af()
825 (af_conf->flags & F_LDPD_AF_THELLO_ACCEPT) && in merge_af()
829 if ((af_conf->flags & F_LDPD_AF_NO_GTSM) != in merge_af()
839 if ((af_conf->flags & F_LDPD_AF_EXPNULL) != in merge_af()
843 af_conf->flags = xa->flags; in merge_af()
848 lde_change_egress_label(af, af_conf->flags & in merge_af()
852 kr_change_egress_label(af, af_conf->flags & in merge_af()
[all …]
H A Dparse.y125 static struct ldpd_af_conf *af_conf; variable
306 af_conf = &conf->ipv4;
309 af_conf = &conf->ipv6;
319 af_conf->keepalive = defs->keepalive;
320 af_conf->thello_holdtime = defs->thello_holdtime;
321 af_conf->thello_interval = defs->thello_interval;
322 af_conf->flags = defs->afflags;
323 af_conf->flags |= F_LDPD_AF_ENABLED;
324 af_conf = NULL;
346 if (bad_addr(af, &af_conf->trans_addr)) {
[all …]