Lines Matching refs:mac_bytes
1195 mac_bytes = ''.join([chr(int(b, 16)) for b in dest_mac.split(':')])1196 magic_packet = '\xff' * 6 + mac_bytes * 16