Home
last modified time | relevance | path

Searched refs:device6 (Results 1 – 2 of 2) sorted by relevance

/external/android-clat/
Dclatd.c123 status = if_route(tunnel->device6, AF_INET6, &Global_Clatd_Config.ipv6_local_subnet, in deconfigure_tun_ipv6()
138 status = if_route(tunnel->device6, AF_INET6, &Global_Clatd_Config.ipv6_local_subnet, in configure_tun_ipv6()
194 status = add_address(tunnel->device6, AF_INET6, &Global_Clatd_Config.ipv6_local_address, in configure_tun_ip()
201 if((status = if_up(tunnel->device6, Global_Clatd_Config.mtu)) < 0) { in configure_tun_ip()
283 error = tun_alloc(tunnel->device6, tunnel->fd6); in configure_interface()
387 strcpy(tunnel.device6, DEVICENAME6); in main()
Dclatd.h35 char device6[IFNAMSIZ], device4[IFNAMSIZ]; member