HomeSort by: relevance | last modified time | path
    Searched refs:from_union_to_cidr (Results 1 - 5 of 5) sorted by relevancy

  /src/usr.sbin/ldpd/
mpls_routes.h 78 uint8_t from_union_to_cidr(const union sockunion *);
label.c 130 from_union_to_cidr(so_pref), l->binding);
295 from_union_to_cidr(&(l->so_pref)));
297 from_union_to_cidr(&(l->so_pref)),
mpls_interface.c 67 prefixlen = from_union_to_cidr(&lab->so_pref);
mpls_routes.c 171 su->sa.sa_len = 4 + from_union_to_cidr(su) / 8 +
172 ( from_union_to_cidr(su) % 8 ? 1 : 0 );
262 from_union_to_cidr(const union sockunion *so_pref) function in typeref:typename:uint8_t
641 prefixlen = from_union_to_cidr(so_pref);
tlv_stack.c 339 from_union_to_cidr(&l->so_pref), l->binding, NULL);

Completed in 13 milliseconds