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

  /src/usr.sbin/ldpd/
mpls_routes.h 63 union sockunion * make_mpls_union(uint32_t);
mpls_interface.c 113 if ((so_dest = make_mpls_union(lab->binding)) == NULL)
115 if ((so_tag = make_mpls_union(lab->label)) == NULL) {
143 if ((so_tag = make_mpls_union(lab->label)) == NULL) {
label.c 174 delete_route(make_mpls_union(l->binding), NULL, FREESO);
mpls_routes.c 197 make_mpls_union(uint32_t label) function in typeref:union:sockunion *
204 fatalp("make_mpls_union: malloc problem\n");

Completed in 16 milliseconds