Searched refs:mac_str (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/usb/atm/ |
| A D | speedtch.c | 652 unsigned char mac_str[13]; in speedtch_atm_start() local 658 if (usb_string(usb_dev, usb_dev->descriptor.iSerialNumber, mac_str, sizeof(mac_str)) == 12) { in speedtch_atm_start() 660 atm_dev->esi[i] = (hex_to_bin(mac_str[i * 2]) << 4) + in speedtch_atm_start() 661 hex_to_bin(mac_str[i * 2 + 1]); in speedtch_atm_start()
|
| A D | ueagle-atm.c | 2417 unsigned char mac_str[2 * ETH_ALEN + 1]; in uea_getesi() local 2420 (sc->usb_dev, sc->usb_dev->descriptor.iSerialNumber, mac_str, in uea_getesi() 2421 sizeof(mac_str)) != 2 * ETH_ALEN) in uea_getesi() 2425 esi[i] = hex_to_bin(mac_str[2 * i]) * 16 + in uea_getesi() 2426 hex_to_bin(mac_str[2 * i + 1]); in uea_getesi()
|
| /linux/arch/xtensa/platforms/iss/ |
| A D | network.c | 225 char *dev_name = NULL, *mac_str = NULL, *rem = NULL; in tuntap_probe() local 235 rem = split_if_spec(init + 1, &mac_str, &dev_name); in tuntap_probe() 255 setup_etheraddr(dev, mac_str); in tuntap_probe()
|
| /linux/samples/bpf/ |
| A D | xdp_router_ipv4_user.c | 403 char mac_str[18]; in read_arp() local 429 len += snprintf(mac_str + len, 18 - len, "%02llx%s", in read_arp() 432 printf("%-16s%s\n", inet_ntoa(dst_addr), mac_str); in read_arp()
|
Completed in 43 milliseconds