Home
last modified time | relevance | path

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

/qemu/hw/net/
H A Dxen_nic.c604 const char *macstr; in type_init() local
615 macstr = qdict_get_try_str(opts, "mac"); in type_init()
616 if (macstr == NULL) { in type_init()
621 if (net_parse_macaddr(mac.a, macstr) < 0) { in type_init()