Searched refs:NX_ARP_EXPIRATION_RATE (Results 1 – 7 of 7) sorted by relevance
194 #if (NX_ARP_EXPIRATION_RATE > 0xFF) in _nx_system_initialize()197 _nx_system_build_options_2 |= ((ULONG)NX_ARP_EXPIRATION_RATE) << 8; in _nx_system_initialize()
223 arp_ptr -> nx_arp_entry_next_update = NX_ARP_EXPIRATION_RATE; in _nx_arp_dynamic_entry_set()
466 arp_ptr -> nx_arp_entry_next_update = NX_ARP_EXPIRATION_RATE; in _nx_arp_packet_receive()521 arp_ptr -> nx_arp_entry_next_update = NX_ARP_EXPIRATION_RATE; in _nx_arp_packet_receive()
112 #if (NX_ARP_EXPIRATION_RATE != NX_ARP_UPDATE_RATE) in ntest_0_entry()
643 #ifndef NX_ARP_EXPIRATION_RATE644 #define NX_ARP_EXPIRATION_RATE 0 macro
12079 arp_ptr -> nx_arp_entry_next_update = NX_ARP_EXPIRATION_RATE; in _nxd_bsd_ipv4_packet_send()
781 …dic_update.c Checked ARP expiration when NX_ARP_EXPIRATION_RATE is not zer…