Searched defs:ifc_add_route (Results 1 - 1 of 1) sorted by relevance

/system/core/libnetutils/
H A Difc_utils.c896 printerr("ifc_add_route: invalid prefix length");
909 printerr("ifc_add_route: different address families: %s and %s\n", dst, gw);
926 printerr("ifc_add_route: getaddrinfo returned un supported address family %d\n",
956 int ifc_add_route(const char *ifname, const char *dst, int prefix_length, const char *gw) function
959 if (DBG) printerr("ifc_add_route(%s, %s, %d, %s) = %d", ifname, dst, prefix_length, gw, i);

Completed in 399 milliseconds