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

  /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 153 if((status = if_up(tunnel->device4, Global_Clatd_Config.ipv4mtu)) < 0) {
154 logmsg(ANDROID_LOG_FATAL,"configure_tun_ip/if_up(4) failed: %s",strerror(-status));
  /external/dhcpcd-6.8.2/dhcpcd-hooks/
50-yp.conf 52 if $if_up; then
50-ntp.conf 114 if $if_up; then
20-resolv.conf 160 if $if_up || [ "$reason" = ROUTERADVERT ]; then
  /external/dhcpcd-6.8.2/
if.h 98 #define if_up(ifp) if_setflag((ifp), (IFF_UP | IFF_RUNNING)) macro
dhcpcd-run-hooks.in 23 : ${if_up:=false}
dhcpcd.c 855 if (if_up(ifp) == -1)
856 logger(ifp->ctx, LOG_ERR, "%s: if_up: %m", ifp->name);
    [all...]
  /external/syslinux/core/lwip/src/netif/ppp/
ppp.c 199 int if_up; /* True when the interface is up. */ member in struct:PPPControl_s
960 *(int *)arg = (int)(pc->if_up);
    [all...]

Completed in 127 milliseconds