Searched defs:hw_address (Results 1 – 1 of 1) sorted by relevance
334 static ArpPacket *packet_new_probe(uint32_t ip_address, const uint8_t*hw_address, size_t *packet_le… in packet_new_probe()345 static ArpPacket *packet_new_announcement(uint32_t ip_address, const uint8_t* hw_address, size_t *p… in packet_new_announcement()459 static int open_socket(int iface, uint8_t *hw_address) { in open_socket()627 static int open_socket(int iface, uint8_t *hw_address) { in open_socket()1066 uint8_t hw_address[ETHER_ADDRLEN]; in loop() local