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

  /src/usr.sbin/ldpd/
mpls_routes.h 45 #define FREESO 1
mpls_interface.c 128 if (add_route(so_dest, NULL, so_nexthop, NULL, so_tag, FREESO,
mpls_routes.c 340 if (fr != FREESO) {
349 if (fr != FREESO)
384 if (fr == FREESO) {
401 delete_route(union sockunion * so_dest, union sockunion * so_pref, int freeso)
429 if (freeso != FREESO) {
438 if (freeso != FREESO)
443 if (freeso == FREESO) {
    [all...]
label.c 174 delete_route(make_mpls_union(l->binding), NULL, FREESO);

Completed in 135 milliseconds