HomeSort by: relevance | last modified time | path
    Searched defs:lbl_check (Results 1 - 2 of 2) sorted by relevancy

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

Completed in 24 milliseconds