HomeSort by relevance Sort by last modified time
    Searched defs:NICInfo (Results 1 - 2 of 2) sorted by null

  /external/qemu/
net.h 74 void qemu_check_nic_model(NICInfo *nd, const char *model);
75 void qemu_check_nic_model_list(NICInfo *nd, const char * const *models,
86 struct NICInfo {
96 extern NICInfo nd_table[MAX_NICS];
121 void net_client_uninit(NICInfo *nd);
qemu-common.h 254 typedef struct NICInfo NICInfo;

Completed in 127 milliseconds