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

  /external/android-clat/
setroute.h 25 int if_route(const char *ifname, int family, const void *destination, int cidr, const void *gateway, int metric, int mtu, int change_type);
setroute.c 33 /* function: if_route
44 int if_route(const char *ifname, int family, const void *destination, int prefixlen, const void *gateway, int metric, int mtu, int change_type) { function
clatd.c 136 status = if_route(tunnel->device6, AF_INET6, &Global_Clatd_Config.ipv6_local_subnet,
139 logmsg(ANDROID_LOG_WARN,"deconfigure_tun_ipv6/if_route(6) failed: %s",strerror(-status));
152 status = if_route(tunnel->device6, AF_INET6, &Global_Clatd_Config.ipv6_local_subnet,
155 logmsg(ANDROID_LOG_FATAL,"configure_tun_ipv6/if_route(6) failed: %s",strerror(-status));
  /external/dhcpcd/
net.h 127 int if_route(const struct rt *rt, int);
128 #define add_route(rt) if_route(rt, 1)
129 #define change_route(rt) if_route(rt, 0)
130 #define del_route(rt) if_route(rt, -1)
131 #define del_src_route(rt) if_route(rt, -2);
if-bsd.c 190 if_route(const struct rt *rt, int action) function
if-linux.c 531 if_route(const struct rt *rt, int action) function

Completed in 247 milliseconds