Home
last modified time | relevance | path

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

/busybox-1.35.0/networking/
Difplugd.c147 const char *api_mode; member
159 G.api_mode = "a"; \
420 if (G.api_mode[0] == 'a') in maybe_up_new_iface()
462 else if (G.api_mode[0] == 'a') in detect_link()
576 &G.delay_down, &G.api_mode, &G.extra_arg); in ifplugd_main()
596 api_mode_found = strchr(api_modes, G.api_mode[0]); in ifplugd_main()
598 bb_error_msg_and_die("unknown API mode '%s'", G.api_mode); in ifplugd_main()