Home
last modified time | relevance | path

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

/external/qemu/
Dnet.c2388 const char *valid_param_list[] = { "tap", "socket", "dump" in net_host_check_device() local
2396 for (i = 0; i < sizeof(valid_param_list) / sizeof(char *); i++) { in net_host_check_device()
2397 if (!strncmp(valid_param_list[i], device, in net_host_check_device()
2398 strlen(valid_param_list[i]))) in net_host_check_device()
Dnet-android.c2492 const char *valid_param_list[] = { "tap", "socket", "dump" in net_host_check_device() local
2500 for (i = 0; i < sizeof(valid_param_list) / sizeof(char *); i++) { in net_host_check_device()
2501 if (!strncmp(valid_param_list[i], device, in net_host_check_device()
2502 strlen(valid_param_list[i]))) in net_host_check_device()