Searched refs:if_up (Results 1 – 14 of 14) sorted by relevance
18 elif [ -n "$new_interface_mtu" ] && $if_up; then31 if $if_up || $if_down; then
52 if $if_up; then
46 if $if_up; then
38 if $if_up; then
114 if $if_up; then
76 elif $if_up || $if_down; then
160 if $if_up || [ "$reason" = ROUTERADVERT ]; then
152 if $if_up; then
22 int if_up(const char *ifname, int mtu);
101 int if_up(const char *ifname, int mtu) { in if_up() function
153 if((status = if_up(tunnel->device4, Global_Clatd_Config.ipv4mtu)) < 0) { in configure_tun_ip()
98 #define if_up(ifp) if_setflag((ifp), (IFF_UP | IFF_RUNNING)) macro
23 : ${if_up:=false}
855 if (if_up(ifp) == -1) in dhcpcd_prestartinterface()