Home
last modified time | relevance | path

Searched refs:if_up (Results 1 – 14 of 14) sorted by relevance

/external/dhcpcd-6.8.2/dhcpcd-hooks/
D10-mtu18 elif [ -n "$new_interface_mtu" ] && $if_up; then
31 if $if_up || $if_down; then
D50-yp.conf52 if $if_up; then
D15-timezone46 if $if_up; then
D29-lookup-hostname38 if $if_up; then
D50-ntp.conf114 if $if_up; then
D50-ypbind.in76 elif $if_up || $if_down; then
D20-resolv.conf160 if $if_up || [ "$reason" = ROUTERADVERT ]; then
D30-hostname152 if $if_up; then
/external/android-clat/
Dsetif.h22 int if_up(const char *ifname, int mtu);
Dsetif.c101 int if_up(const char *ifname, int mtu) { in if_up() function
Dclatd.c153 if((status = if_up(tunnel->device4, Global_Clatd_Config.ipv4mtu)) < 0) { in configure_tun_ip()
/external/dhcpcd-6.8.2/
Dif.h98 #define if_up(ifp) if_setflag((ifp), (IFF_UP | IFF_RUNNING)) macro
Ddhcpcd-run-hooks.in23 : ${if_up:=false}
Ddhcpcd.c855 if (if_up(ifp) == -1) in dhcpcd_prestartinterface()