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

  /src/usr.sbin/ldpd/
mpls_routes.h 70 int delete_route(union sockunion *, union sockunion *, int);
label.c 163 delete_route(&l->so_dest,
169 delete_route(&l->so_dest, l->host ? NULL : &l->so_pref,
174 delete_route(make_mpls_union(l->binding), NULL, FREESO);
mpls_routes.c 401 delete_route(union sockunion * so_dest, union sockunion * so_pref, int freeso) function in typeref:typename:int
870 delete_route(so_dst, NULL, NO_FREESO);
911 delete_route(so_dst,
977 delete_route(so_dst, NULL, NO_FREESO);
993 delete_route(so_dst, so_pref, NO_FREESO);

Completed in 50 milliseconds