Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dfib_lookup.c250 static void mac_str(char *b, const __u8 *mac) in mac_str() function
359 mac_str(expected, tests[i].dmac); in test_fib_lookup()
360 mac_str(actual, fib_params->dmac); in test_fib_lookup()
/linux/drivers/usb/atm/
H A Dspeedtch.c652 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()
/linux/arch/xtensa/platforms/iss/
H A Dnetwork.c230 char *dev_name = NULL, *mac_str = NULL, *rem = NULL; in tuntap_probe() local
240 rem = split_if_spec(init + 1, &mac_str, &dev_name, NULL); in tuntap_probe()
260 setup_etheraddr(dev, mac_str); in tuntap_probe()
/linux/tools/testing/selftests/net/openvswitch/
H A Dovs-dpctl.py186 mac_str, _, mask_str = data.partition('/')
188 if not mac_str:
189 mac_str = mask_str = "00:00:00:00:00:00"
193 return to_bytes(mac_str), to_bytes(mask_str)