Home | History | Annotate | Download | only in ldpd

Lines Matching defs:so_dest

70 	if (__predict_false(l1->so_dest.sa.sa_family !=
71 l2->so_dest.sa.sa_family))
72 return l1->so_dest.sa.sa_family > l2->so_dest.sa.sa_family ?
75 assert(l1->so_dest.sa.sa_len == l2->so_dest.sa.sa_len);
78 if ((ret = memcmp(&l1->so_dest.sa, &l2->so_dest.sa,
79 l1->so_dest.sa.sa_len)) != 0)
90 label_add(const union sockunion * so_dest, const union sockunion * so_pref,
104 assert(so_dest);
106 assert(so_dest->sa.sa_family == so_pref->sa.sa_family);
107 assert(label_get(so_dest, so_pref) == NULL);
109 memcpy(&l->so_dest, so_dest, so_dest->sa.sa_len);
127 satos(&so_dest->sa), spreftmp);
129 send_label_tlv_to_all(&(so_dest->sa),
139 satos(&l->so_dest.sa));
163 delete_route(&l->so_dest,
165 add_route(&l->so_dest,
169 delete_route(&l->so_dest, l->host ? NULL : &l->so_pref,
189 memcpy(&l.so_dest, sodest, sodest->sa.sa_len);
254 const union sockunion *so_dest;
258 so_dest = (const union sockunion *)a;
261 l = label_get(so_dest, so_pref);
294 send_withdraw_tlv_to_all(&(l->so_dest.sa),
296 send_label_tlv_to_all(&(l->so_dest.sa),