Home
last modified time | relevance | path

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

/external/fio/
Dgfio.c538 char *typeentry; in get_connection_details() local
616 typeentry = gtk_combo_box_text_get_active_text(GTK_COMBO_BOX_TEXT(cw.combo)); in get_connection_details()
617 if (!typeentry || !strncmp(typeentry, "IPv4", 4)) in get_connection_details()
619 else if (!strncmp(typeentry, "IPv6", 4)) in get_connection_details()
623 g_free(typeentry); in get_connection_details()