|
FireSync API
|
| kStatus kArp_ConstructEx | ( | kArp * | arp, |
| kPacketSocket | sockt, | ||
| kAlloc | allocator | ||
| ) |
Constructs a kArp object.
Socket is not freed when the arp object is destroyed. Socket must be valid through the whole lifetime of the arp object.
| arp | Destination for the constructed object handle. |
| sockt | Socket used for sending/receiving raw packets. |
| allocator | Memory allocator (or kNULL for default). |