Home
last modified time | relevance | path

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

/netbsd-src/usr.sbin/ldpd/
H A Dtlv_stack.c66 struct label *lbl_check; in map_label() local
130 lbl_check = label_get_by_prefix(&socktmp.sa, in map_label()
132 if (lbl_check != NULL && lbl_check->p == p) { in map_label()
133 lbl_check->label = ntohl(l->label); in map_label()
134 mpls_add_label(lbl_check); in map_label()
137 lbl_check == NULL ? "(null)" : in map_label()
138 lbl_check->p == NULL ? "(null peer)" : in map_label()
139 inet_ntoa(lbl_check->p->ldp_id)); in map_label()