HomeSort by relevance Sort by last modified time
    Searched refs:ifc_add_route (Results 1 - 3 of 3) sorted by null

  /system/core/include/netutils/
ifc.h 49 /* This function is deprecated. Use ifc_add_route instead. */
53 /* This function is deprecated. Use ifc_add_route instead */
55 /* This function is deprecated. Use ifc_add_route instead */
58 extern int ifc_add_route(const char *name, const char *addr, int prefix_length,
  /system/core/libnetutils/
ifc_utils.c 901 printerr("ifc_add_route: invalid prefix length");
914 printerr("ifc_add_route: different address families: %s and %s\n", dst, gw);
931 printerr("ifc_add_route: getaddrinfo returned un supported address family %d\n",
961 int ifc_add_route(const char *ifname, const char *dst, int prefix_length, const char *gw) function
964 if (DBG) printerr("ifc_add_route(%s, %s, %d, %s) = %d", ifname, dst, prefix_length, gw, i);
  /system/netd/
CommandListener.cpp 253 if (ifc_add_route(argv[3], argv[5], prefix_length, argv[7])) {
    [all...]

Completed in 995 milliseconds