Lines Matching defs:label
1 /* $NetBSD: label.h,v 1.8 2013/07/31 06:58:23 kefren Exp $ */
45 * MPLS label descriptor
48 * binding is the local label
49 * label is the peer associated label
51 struct label {
53 int binding, label;
60 struct label * label_add(const union sockunion *, const union sockunion *,
63 void label_del(struct label *);
67 struct label * label_get(const union sockunion *sodest,
69 struct label * label_get_by_prefix(const struct sockaddr *, int);
71 void announce_label_change(struct label *);
72 void label_reattach_route(struct label*, int);
74 struct label * label_get_right(struct label *);