Searched refs:mac_str (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/usr.sbin/bhyve/
H A Dpci_virtio_net.c481 pci_vtnet_parsemac(char *mac_str, uint8_t *mac_addr) argument
487 tmpstr = strsep(&mac_str,"=");
489 if ((mac_str != NULL) && (!strcmp(tmpstr,"mac"))) {
490 ea = ether_aton(mac_str);
494 fprintf(stderr, "Invalid MAC %s\n", mac_str);

Completed in 73 milliseconds