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

  /external/android-clat/
setif.h 22 int if_up(const char *ifname, int mtu);
setif.c 93 /* function: if_up
98 int if_up(const char *ifname, int mtu) { function
clatd.c 208 if((status = if_up(tunnel->device6, Global_Clatd_Config.mtu)) < 0) {
209 logmsg(ANDROID_LOG_FATAL,"configure_tun_ip/if_up(6) failed: %s",strerror(-status));
213 if((status = if_up(tunnel->device4, Global_Clatd_Config.ipv4mtu)) < 0) {
214 logmsg(ANDROID_LOG_FATAL,"configure_tun_ip/if_up(4) failed: %s",strerror(-status));
  /external/dhcpcd/dhcpcd-hooks/
50-yp.conf 47 if $if_up; then
50-ntp.conf 94 if $if_up; then
20-resolv.conf 122 if $if_up; then

Completed in 652 milliseconds