Searched refs:ifc_add_route (Results 1 - 3 of 3) sorted by path

/system/core/include/netutils/
H A Difc.h49 /* 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/
H A Difc_utils.c901 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/
H A DCommandListener.cpp223 if (ifc_add_route(argv[3], argv[5], prefix_length, argv[7])) {

Completed in 57 milliseconds