OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:if_up
(Results
1 - 9
of
9
) 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
...]
Completed in 297 milliseconds