| /NetX-Duo-v6.2.1/addons/snmp/ |
| D | nxd_snmp.h | 665 … *community, UCHAR *enterprise, UINT trap_type, UINT trap_code, ULONG elapsed_time, NX_SNMP_TRAP_O… 666 …*agent_ptr, ULONG ip_address, UCHAR *community, UINT trap_type, ULONG elapsed_time, NX_SNMP_TRAP_O… 667 … *agent_ptr, ULONG ip_address, UCHAR *username, UINT trap_type, ULONG elapsed_time, NX_SNMP_TRAP_O… 668 …GENT *agent_ptr, ULONG ip_address, UCHAR *username, UCHAR *oid, ULONG elapsed_time, NX_SNMP_TRAP_O… 669 …ENT *agent_ptr, ULONG ip_address, UCHAR *community, UCHAR *oid, ULONG elapsed_time, NX_SNMP_TRAP_O… 670 … *community, UCHAR *enterprise, UINT trap_type, UINT trap_code, ULONG elapsed_time, NX_SNMP_TRAP_O… 671 …ptr, NXD_ADDRESS *ip_address, UCHAR *community, UINT trap_type, ULONG elapsed_time, NX_SNMP_TRAP_O… 672 …_ptr, NXD_ADDRESS *ip_address, UCHAR *username, UINT trap_type, ULONG elapsed_time, NX_SNMP_TRAP_O… 673 …_ptr, NXD_ADDRESS *ipduo_address, UCHAR *community, UCHAR *oid, ULONG elapsed_time, NX_SNMP_TRAP_O… 674 …_ptr, NXD_ADDRESS *ipduo_address, UCHAR *community, UCHAR *oid, ULONG elapsed_time, NX_SNMP_TRAP_O… [all …]
|
| D | nxd_snmp.c | 3787 … UINT trap_type, UINT trap_code, ULONG elapsed_time, NX_SNMP_TRAP_OBJECT *object_list_ptr) in _nxe_snmp_agent_trap_send() argument 3803 …d(agent_ptr, ip_address, community, enterprise, trap_type, trap_code, elapsed_time, object_list_pt… in _nxe_snmp_agent_trap_send() 3814 NX_PARAMETER_NOT_USED(elapsed_time); in _nxe_snmp_agent_trap_send() 3881 … UINT trap_type, UINT trap_code, ULONG elapsed_time, NX_SNMP_TRAP_OBJECT *object_list_ptr) in _nx_snmp_agent_trap_send() argument 3893 trap_type, trap_code, elapsed_time, object_list_ptr); in _nx_snmp_agent_trap_send() 3903 NX_PARAMETER_NOT_USED(elapsed_time); in _nx_snmp_agent_trap_send() 3963 … UINT trap_type, UINT trap_code, ULONG elapsed_time, NX_SNMP_TRAP_OBJECT *object_list_ptr) in _nxde_snmp_agent_trap_send() argument 3975 …d(agent_ptr, ip_address, community, enterprise, trap_type, trap_code, elapsed_time, object_list_pt… in _nxde_snmp_agent_trap_send() 4051 … UINT trap_type, UINT trap_code, ULONG elapsed_time, NX_SNMP_TRAP_OBJECT *object_list_ptr) in _nxd_snmp_agent_trap_send() argument 4362 trap_object_data.nx_snmp_object_data_msw = (LONG)elapsed_time; in _nxd_snmp_agent_trap_send() [all …]
|
| /NetX-Duo-v6.2.1/addons/dns/ |
| D | nxd_dns.c | 4752 ULONG elapsed_time; in _nx_dns_response_receive() local 4758 elapsed_time = 0; in _nx_dns_response_receive() 4804 elapsed_time = current_time - start_time; in _nx_dns_response_receive() 4810 elapsed_time = (((ULONG) 0xFFFFFFFF) - start_time) + current_time; in _nx_dns_response_receive() 4814 if (time_remaining > elapsed_time) in _nx_dns_response_receive() 4816 time_remaining -= elapsed_time; in _nx_dns_response_receive() 9768 ULONG elapsed_time; in _nx_dns_cache_add_rr() local 9815 elapsed_time = current_time - p -> nx_dns_rr_last_used_time; in _nx_dns_cache_add_rr() 9818 if ((elapsed_time / NX_IP_PERIODIC_RATE) >= p ->nx_dns_rr_ttl) in _nx_dns_cache_add_rr() 9827 if (elapsed_time >= max_elapsed_time) in _nx_dns_cache_add_rr() [all …]
|
| /NetX-Duo-v6.2.1/samples/ |
| D | demo_netxduo_dhcpv6_client.c | 195 ULONG elapsed_time; in thread_client_entry() local
|
| /NetX-Duo-v6.2.1/addons/nat/ |
| D | nx_nat.c | 3753 ULONG elapsed_time; in _nx_nat_entry_timeout_check() local 3780 elapsed_time = current_time - entry_ptr -> response_timestamp; in _nx_nat_entry_timeout_check() 3783 if (elapsed_time >= entry_ptr -> response_timeout) in _nx_nat_entry_timeout_check()
|
| /NetX-Duo-v6.2.1/addons/mdns/ |
| D | nxd_mdns.c | 4810 ULONG elapsed_time; in _nx_mdns_host_address_get() local 4909 elapsed_time = current_time - start_time; in _nx_mdns_host_address_get() 4915 elapsed_time = (((ULONG) 0xFFFFFFFF) - start_time) + current_time; in _nx_mdns_host_address_get() 4919 if (wait_time > elapsed_time) in _nx_mdns_host_address_get() 4920 wait_time -= elapsed_time; in _nx_mdns_host_address_get() 11556 ULONG elapsed_time; in _nx_mdns_cache_add_resource_record() local 11665 elapsed_time = current_time - p -> nx_mdns_rr_elapsed_time; in _nx_mdns_cache_add_resource_record() 11668 if (elapsed_time >= min_elapsed_time) in _nx_mdns_cache_add_resource_record() 11671 min_elapsed_time = elapsed_time; in _nx_mdns_cache_add_resource_record()
|
| /NetX-Duo-v6.2.1/addons/dhcp/ |
| D | nxd_dhcpv6_client.c | 10703 ULONG elapsed_time; in _nx_dhcpv6_waiting_on_reply() local 10818 elapsed_time = current_time - start_time; in _nx_dhcpv6_waiting_on_reply() 10824 elapsed_time = (((ULONG) 0xFFFFFFFF) - start_time) + current_time; in _nx_dhcpv6_waiting_on_reply() 10828 if (time_remaining > elapsed_time) in _nx_dhcpv6_waiting_on_reply() 10830 time_remaining -= elapsed_time; in _nx_dhcpv6_waiting_on_reply()
|