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

  /external/dhcpcd/dhcpcd-hooks/
30-hostname 32 if $if_up; then
29-lookup-hostname 32 if $if_up; then
50-yp.conf 47 if $if_up; then
50-ypbind 68 elif $if_up || $if_down; then
20-resolv.conf 122 if $if_up; then
50-ntp.conf 94 if $if_up; then
  /external/android-clat/
setif.h 22 int if_up(const char *ifname, int mtu);
setif.c 96 /* function: if_up
101 int if_up(const char *ifname, int mtu) { function
clatd.c 189 if((status = if_up(tunnel->device4, Global_Clatd_Config.ipv4mtu)) < 0) {
190 logmsg(ANDROID_LOG_FATAL,"configure_tun_ip/if_up(4) failed: %s",strerror(-status));
  /external/dhcpcd/
configure.c 225 env[8] = strdup("if_up=true");
228 env[8] = strdup("if_up=false");

Completed in 146 milliseconds