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

/haiku/headers/private/kernel/boot/net/
H A DARP.h39 status_t _SendARPPacket(ip_addr_t ip, const mac_addr_t &mac, uint16 opcode);
/haiku/src/system/boot/loader/net/
H A DARP.cpp106 _SendARPPacket(ntohl(header->sender_ip), header->sender_mac,
136 status_t error = _SendARPPacket(ip, kBroadcastMACAddress,
163 // _SendARPPacket
165 ARPService::_SendARPPacket(ip_addr_t ip, const mac_addr_t &mac, uint16 opcode) function in class:ARPService

Completed in 81 milliseconds