Home
last modified time | relevance | path

Searched refs:elapsed_time (Results 1 – 7 of 7) sorted by relevance

/NetX-Duo-v6.2.1/addons/snmp/
Dnxd_snmp.h662 … *community, UCHAR *enterprise, UINT trap_type, UINT trap_code, ULONG elapsed_time, NX_SNMP_TRAP_O…
663 …*agent_ptr, ULONG ip_address, UCHAR *community, UINT trap_type, ULONG elapsed_time, NX_SNMP_TRAP_O…
664 … *agent_ptr, ULONG ip_address, UCHAR *username, UINT trap_type, ULONG elapsed_time, NX_SNMP_TRAP_O…
665 …GENT *agent_ptr, ULONG ip_address, UCHAR *username, UCHAR *oid, ULONG elapsed_time, NX_SNMP_TRAP_O…
666 …ENT *agent_ptr, ULONG ip_address, UCHAR *community, UCHAR *oid, ULONG elapsed_time, NX_SNMP_TRAP_O…
667 … *community, UCHAR *enterprise, UINT trap_type, UINT trap_code, ULONG elapsed_time, NX_SNMP_TRAP_O…
668 …ptr, NXD_ADDRESS *ip_address, UCHAR *community, UINT trap_type, ULONG elapsed_time, NX_SNMP_TRAP_O…
669 …_ptr, NXD_ADDRESS *ip_address, UCHAR *username, UINT trap_type, ULONG elapsed_time, NX_SNMP_TRAP_O…
670 …_ptr, NXD_ADDRESS *ipduo_address, UCHAR *community, UCHAR *oid, ULONG elapsed_time, NX_SNMP_TRAP_O…
671 …_ptr, NXD_ADDRESS *ipduo_address, UCHAR *community, UCHAR *oid, ULONG elapsed_time, NX_SNMP_TRAP_O…
[all …]
Dnxd_snmp.c3789 … UINT trap_type, UINT trap_code, ULONG elapsed_time, NX_SNMP_TRAP_OBJECT *object_list_ptr) in _nxe_snmp_agent_trap_send() argument
3805 …d(agent_ptr, ip_address, community, enterprise, trap_type, trap_code, elapsed_time, object_list_pt… in _nxe_snmp_agent_trap_send()
3816 NX_PARAMETER_NOT_USED(elapsed_time); in _nxe_snmp_agent_trap_send()
3883 … UINT trap_type, UINT trap_code, ULONG elapsed_time, NX_SNMP_TRAP_OBJECT *object_list_ptr) in _nx_snmp_agent_trap_send() argument
3895 trap_type, trap_code, elapsed_time, object_list_ptr); in _nx_snmp_agent_trap_send()
3905 NX_PARAMETER_NOT_USED(elapsed_time); in _nx_snmp_agent_trap_send()
3965 … UINT trap_type, UINT trap_code, ULONG elapsed_time, NX_SNMP_TRAP_OBJECT *object_list_ptr) in _nxde_snmp_agent_trap_send() argument
3977 …d(agent_ptr, ip_address, community, enterprise, trap_type, trap_code, elapsed_time, object_list_pt… in _nxde_snmp_agent_trap_send()
4053 … UINT trap_type, UINT trap_code, ULONG elapsed_time, NX_SNMP_TRAP_OBJECT *object_list_ptr) in _nxd_snmp_agent_trap_send() argument
4364 trap_object_data.nx_snmp_object_data_msw = (LONG)elapsed_time; in _nxd_snmp_agent_trap_send()
[all …]
/NetX-Duo-v6.2.1/samples/
Ddemo_netxduo_dhcpv6_client.c195 ULONG elapsed_time; in thread_client_entry() local
/NetX-Duo-v6.2.1/addons/dns/
Dnxd_dns.c4749 ULONG elapsed_time; in _nx_dns_response_receive() local
4755 elapsed_time = 0; in _nx_dns_response_receive()
4798 elapsed_time = current_time - start_time; in _nx_dns_response_receive()
4804 elapsed_time = (((ULONG) 0xFFFFFFFF) - start_time) + current_time; in _nx_dns_response_receive()
4808 if (time_remaining > elapsed_time) in _nx_dns_response_receive()
4810 time_remaining -= elapsed_time; in _nx_dns_response_receive()
9762 ULONG elapsed_time; in _nx_dns_cache_add_rr() local
9809 elapsed_time = current_time - p -> nx_dns_rr_last_used_time; in _nx_dns_cache_add_rr()
9812 if ((elapsed_time / NX_IP_PERIODIC_RATE) >= p ->nx_dns_rr_ttl) in _nx_dns_cache_add_rr()
9821 if (elapsed_time >= max_elapsed_time) in _nx_dns_cache_add_rr()
[all …]
/NetX-Duo-v6.2.1/addons/nat/
Dnx_nat.c3749 ULONG elapsed_time; in _nx_nat_entry_timeout_check() local
3776 elapsed_time = current_time - entry_ptr -> response_timestamp; in _nx_nat_entry_timeout_check()
3779 if (elapsed_time >= entry_ptr -> response_timeout) in _nx_nat_entry_timeout_check()
/NetX-Duo-v6.2.1/addons/mdns/
Dnxd_mdns.c4811 ULONG elapsed_time; in _nx_mdns_host_address_get() local
4910 elapsed_time = current_time - start_time; in _nx_mdns_host_address_get()
4916 elapsed_time = (((ULONG) 0xFFFFFFFF) - start_time) + current_time; in _nx_mdns_host_address_get()
4920 if (wait_time > elapsed_time) in _nx_mdns_host_address_get()
4921 wait_time -= elapsed_time; in _nx_mdns_host_address_get()
11557 ULONG elapsed_time; in _nx_mdns_cache_add_resource_record() local
11666 elapsed_time = current_time - p -> nx_mdns_rr_elapsed_time; in _nx_mdns_cache_add_resource_record()
11669 if (elapsed_time >= min_elapsed_time) in _nx_mdns_cache_add_resource_record()
11672 min_elapsed_time = elapsed_time; in _nx_mdns_cache_add_resource_record()
/NetX-Duo-v6.2.1/addons/dhcp/
Dnxd_dhcpv6_client.c10704 ULONG elapsed_time; in _nx_dhcpv6_waiting_on_reply() local
10819 elapsed_time = current_time - start_time; in _nx_dhcpv6_waiting_on_reply()
10825 elapsed_time = (((ULONG) 0xFFFFFFFF) - start_time) + current_time; in _nx_dhcpv6_waiting_on_reply()
10829 if (time_remaining > elapsed_time) in _nx_dhcpv6_waiting_on_reply()
10831 time_remaining -= elapsed_time; in _nx_dhcpv6_waiting_on_reply()