Searched refs:launch_script (Results 1 – 2 of 2) sorted by relevance
/external/qemu/ |
D | net-android.c | 1117 static int launch_script(const char *setup_script, const char *ifname, int fd); 1201 launch_script(s->down_script, s->down_script_arg, s->fd); in tap_cleanup() 1416 static int launch_script(const char *setup_script, const char *ifname, int fd) in launch_script() function 1479 if (launch_script(setup_script, ifname, fd)) in net_tap_init()
|
D | net.c | 1032 static int launch_script(const char *setup_script, const char *ifname, int fd); 1116 launch_script(s->down_script, s->down_script_arg, s->fd); in tap_cleanup() 1331 static int launch_script(const char *setup_script, const char *ifname, int fd) in launch_script() function 1394 if (launch_script(setup_script, ifname, fd)) in net_tap_init()
|