FireSync API
 All Classes Files Functions Variables Typedefs Friends Macros Modules Pages
kArp Class Reference

Description

Implements ARP protocol (IP probing and announcing).

Inheritance diagram for kArp:
Inheritance graph

Public Member Functions

kStatus kArp_BeginAnnounce (kArp arp, kMacAddress macAddress, kIpAddress ipAddress)
 Announces an IP address. More...
 
kStatus kArp_Construct (kArp *arp, const kChar *adapterName, kAlloc allocator)
 Constructs a kArp object. More...
 
kStatus kArp_ConstructEx (kArp *arp, kPacketSocket sockt, kAlloc allocator)
 Constructs a kArp object. More...
 
kStatus kArp_IsAnnouncing (kArp arp)
 Reports if announcement is still running. More...
 
kStatus kArp_Probe (kArp arp, kMacAddress macAddress, kIpAddress ipAddress)
 Probes whether the given IP address is in use. More...
 

The documentation for this class was generated from the following file: