Home
last modified time | relevance | path

Searched refs:local_label (Results 1 – 12 of 12) sorted by relevance

/openbsd/src/usr.sbin/ldpd/
Dlde.c598 kr.local_label = fn->local_label; in lde_send_change_klabel()
615 kr.local_label = fn->local_label; in lde_send_change_klabel()
627 if (fn->local_label == NO_LABEL || in lde_send_change_klabel()
639 kpw.local_label = fn->local_label; in lde_send_change_klabel()
663 kr.local_label = fn->local_label; in lde_send_delete_klabel()
680 kr.local_label = fn->local_label; in lde_send_delete_klabel()
702 kpw.local_label = fn->local_label; in lde_send_delete_klabel()
813 map.label = fn->local_label; in lde_send_labelmapping()
870 map.label = fn->local_label; in lde_send_labelwithdraw()
1348 if (fn->local_label > MPLS_LABEL_RESERVED_MAX) in lde_change_egress_label()
[all …]
Dlde_lib.c165 if (fn->local_label == NO_LABEL && in rt_dump()
184 rtctl.local_label = fn->local_label; in rt_dump()
212 if (fn->local_label == NO_LABEL) in fec_snap()
271 fn->local_label = NO_LABEL; in fec_add()
364 if (fn->local_label == NO_LABEL) { in lde_kernel_insert()
366 fn->local_label = egress_label(fn->fec.type); in lde_kernel_insert()
368 fn->local_label = lde_assign_label(); in lde_kernel_insert()
425 fn->local_label = NO_LABEL; in lde_kernel_remove()
Dldpd.h448 uint32_t local_label; member
460 uint32_t local_label; member
525 uint32_t local_label; member
536 uint32_t local_label; member
Dkroute.c252 kn->r.local_label = kr->local_label; in kr_change()
304 kn->r.local_label = NO_LABEL; in kr_delete()
417 if (kn->r.local_label > MPLS_LABEL_RESERVED_MAX) in kr_change_egress_label()
421 kn->r.local_label = MPLS_LABEL_IMPLNULL; in kr_change_egress_label()
427 kn->r.local_label = MPLS_LABEL_IPV4NULL; in kr_change_egress_label()
430 kn->r.local_label = MPLS_LABEL_IPV6NULL; in kr_change_egress_label()
1190 if (family == AF_MPLS && kr->local_label < MPLS_LABEL_RESERVED_MAX) in send_rtmsg_v4()
1214 htonl(kr->local_label << MPLS_LABEL_OFFSET); in send_rtmsg_v4()
1325 if (family == AF_MPLS && kr->local_label < MPLS_LABEL_RESERVED_MAX) in send_rtmsg_v6()
1349 htonl(kr->local_label << MPLS_LABEL_OFFSET); in send_rtmsg_v6()
[all …]
Dl2vpn.c271 if (fn == NULL || fn->local_label == NO_LABEL) in l2vpn_pw_ok()
523 if (fn->local_label == NO_LABEL && in l2vpn_binding_ctl()
534 pwctl.local_label = fn->local_label; in l2vpn_binding_ctl()
538 pwctl.local_label = NO_LABEL; in l2vpn_binding_ctl()
Dlde.h116 uint32_t local_label; member
/openbsd/src/usr.sbin/ldpctl/
Dldpctl.c420 log_label(rt->local_label), log_label(rt->remote_label), in show_lib_msg()
527 printf("%-18s", log_label(k->local_label)); in show_fib_msg()
618 if (pw->local_label != NO_LABEL) in show_l2vpn_binding_msg()
620 pw->local_label, pw->local_gid, pw->local_ifmtu); in show_l2vpn_binding_msg()
/openbsd/src/gnu/usr.bin/gcc/gcc/
Dunroll.c245 char *local_label = NULL; local
686 local_label = (char *) xcalloc (max_labelno, sizeof (char));
701 local_label[CODE_LABEL_NUMBER (insn)] = 1;
1073 if (local_label[j])
1229 if (local_label[j])
1333 free (local_label);
DChangeLog.210195 * unroll.c (unroll_loop): Likewise for variable `local_label'.
/openbsd/src/gnu/gcc/gcc/
Dgimplify.c2148 tree local_label = NULL_TREE; in shortcut_cond_r() local
2163 false_label_p = &local_label; in shortcut_cond_r()
2181 true_label_p = &local_label; in shortcut_cond_r()
2210 if (local_label) in shortcut_cond_r()
2212 t = build1 (LABEL_EXPR, void_type_node, local_label); in shortcut_cond_r()
/openbsd/src/gnu/usr.bin/binutils-2.17/bfd/
DChangeLog-96972366 * All backends: Change local_label to local_label_name.
/openbsd/src/gnu/usr.bin/binutils/bfd/
DChangeLog-96972366 * All backends: Change local_label to local_label_name.