28#define ARP_STATIC_LIFETIME (0xFFFFFFFF)
38 inline uint32_t SetLife(uint32_t newLife)
40 if (life_limit != ARP_STATIC_LIFETIME) { life_limit = newLife; }
45BOOL IsNull(ArpRecord *ar);
47ArpRecord *FindAddArp(
IPADDR4 ip);
49void RawSendArp(ArpRecord *pa,
IPADDR4 fromaddr,
int ifout);
Used to store and manipulate IPv4 addresses in dual stack mode.
Definition nettypes.h:225
Used to store and manipulate MAC addresses.
Definition nettypes.h:69
Main buffer structure for network and serial communication.
Definition buffers.h:90