HomeSort by: relevance | last modified time | path
    Searched defs:route_strerror (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/ldpd/
mpls_routes.c 289 route_strerror(int error) function in typeref:typename:const char *
376 warnp("Error adding a route: %s\n", route_strerror(errno));
454 route_strerror(errno), satos(&so_dest->sa),
458 route_strerror(errno), satos(&so_dest->sa));
  /src/sbin/route/
route.c 100 static const char *route_strerror(int);
356 route_strerror(errno));
381 route_strerror(int error) function in typeref:typename:const char *
673 (void)printf(": %s\n", route_strerror(oerrno));
1234 warnx("writing to routing socket: %s", route_strerror(errno));

Completed in 14 milliseconds