Searched refs:ext_dhcp_clients (Results 1 - 3 of 3) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/networking/
H A Difupdown.c484 static const struct dhcp_client_t ext_dhcp_clients[] = { variable in typeref:struct:dhcp_client_t
518 for (i = 0; i < ARRAY_SIZE(ext_dhcp_clients); i++) {
519 if (exists_execable(ext_dhcp_clients[i].name))
520 return execute(ext_dhcp_clients[i].startcmd, ifd, exec);
555 for (i = 0; i < ARRAY_SIZE(ext_dhcp_clients); i++) {
556 if (exists_execable(ext_dhcp_clients[i].name)) {
557 result = execute(ext_dhcp_clients[i].stopcmd, ifd, exec);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/networking/
H A Difupdown.c484 static const struct dhcp_client_t ext_dhcp_clients[] = { variable in typeref:struct:dhcp_client_t
518 for (i = 0; i < ARRAY_SIZE(ext_dhcp_clients); i++) {
519 if (exists_execable(ext_dhcp_clients[i].name))
520 return execute(ext_dhcp_clients[i].startcmd, ifd, exec);
555 for (i = 0; i < ARRAY_SIZE(ext_dhcp_clients); i++) {
556 if (exists_execable(ext_dhcp_clients[i].name)) {
557 result = execute(ext_dhcp_clients[i].stopcmd, ifd, exec);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/networking/
H A Difupdown.c484 static const struct dhcp_client_t ext_dhcp_clients[] = { variable in typeref:struct:dhcp_client_t
518 for (i = 0; i < ARRAY_SIZE(ext_dhcp_clients); i++) {
519 if (exists_execable(ext_dhcp_clients[i].name))
520 return execute(ext_dhcp_clients[i].startcmd, ifd, exec);
555 for (i = 0; i < ARRAY_SIZE(ext_dhcp_clients); i++) {
556 if (exists_execable(ext_dhcp_clients[i].name)) {
557 result = execute(ext_dhcp_clients[i].stopcmd, ifd, exec);

Completed in 190 milliseconds