Home
last modified time | relevance | path

Searched refs:operation (Results 1 – 13 of 13) sorted by relevance

/NetX-Duo-v6.2.1/test/regression/ptp_test/
Dnetx_ptp_client_calibrate_test.c249 static UINT clock_callback(NX_PTP_CLIENT *client_ptr, UINT operation, in clock_callback() argument
253 if (operation == NX_PTP_CLIENT_CLOCK_PACKET_TS_PREPARE) in clock_callback()
262 return(_netx_ptp_clock_callback(client_ptr, operation, time_ptr, packet_ptr, callback_data)); in clock_callback()
264 …return(nx_ptp_client_soft_clock_callback(client_ptr, operation, time_ptr, packet_ptr, callback_dat… in clock_callback()
Dnetx_ptp_utility.h66 UINT _netx_ptp_clock_callback(NX_PTP_CLIENT *client_ptr, UINT operation,
Dnetx_ptp_utility.c450 UINT _netx_ptp_clock_callback(NX_PTP_CLIENT *client_ptr, UINT operation, in _netx_ptp_clock_callback() argument
457 switch (operation) in _netx_ptp_clock_callback()
/NetX-Duo-v6.2.1/test/regression/netxduo_test/
Dnetx_packet_debug_info_test.c44 static UINT operation; variable
265 operation = NX_RAMDRIVER_OP_BYPASS; in ntest_0_entry()
396 operation = NX_RAMDRIVER_OP_DELAY; in ntest_0_entry()
528 if(operation != NX_RAMDRIVER_OP_BYPASS) in my_packet_process()
533 *operation_ptr = operation; in my_packet_process()
535 operation = NX_RAMDRIVER_OP_BYPASS; in my_packet_process()
Dnetx_ipv6_stateless_address_autoconfig_test.c41 static VOID ip_address_change_notify(NX_IP *ip_ptr, UINT operation, UINT if_index, UINT address_…
386 static VOID ip_address_change_notify(NX_IP *ip_ptr, UINT operation, UINT if_index, in ip_address_change_notify() argument
389 if (operation == NX_IPV6_ADDRESS_LIFETIME_EXPIRED) in ip_address_change_notify()
/NetX-Duo-v6.2.1/samples/
Ddemo_netx_duo_ptp_client.c79 extern UINT CLOCK_CALLBACK(NX_PTP_CLIENT *client_ptr, UINT operation,
/NetX-Duo-v6.2.1/addons/ptp/
Dnxd_ptp_client.h334 …pedef UINT (*NX_PTP_CLIENT_CLOCK_CALLBACK)(struct NX_PTP_CLIENT_STRUCT *client_ptr, UINT operation,
726 UINT _nx_ptp_client_soft_clock_callback(NX_PTP_CLIENT *client_ptr, UINT operation,
Dnxd_ptp_client.c5207 UINT _nx_ptp_client_soft_clock_callback(NX_PTP_CLIENT *client_ptr, UINT operation,
5215 switch (operation)
/NetX-Duo-v6.2.1/addons/azure_iot/docs/
Dazure_rtos_iot_adu_agent.md37 | adu_agent_driver [in] | User supplied driver for flash operation. |
82 | adu_agent_driver [in] | User supplied driver for flash operation. |
/NetX-Duo-v6.2.1/tsn/inc/
Dnx_shaper.h164 UCHAR operation; member
/NetX-Duo-v6.2.1/tsn/src/
Dnx_shaper.c1309 tas_parameter.gcl[i].operation = NX_SHAPER_GATE_OPERATION_HOLD; in nx_shaper_tas_parameter_set()
1313 tas_parameter.gcl[i].operation = NX_SHAPER_GATE_OPERATION_RELEASE; in nx_shaper_tas_parameter_set()
1318 tas_parameter.gcl[i].operation = NX_SHAPER_GATE_OPERATION_SET; in nx_shaper_tas_parameter_set()
/NetX-Duo-v6.2.1/docs/
Drevision_history.txt1528 … nx_ip_route_find.c Optimized search operation for loopback address.
1577 … Called the cleanup routines after completed the tcp disconnected operation.
2074 Fixed the bug for IP protectio operation.
2340 * Allow ICMP checksum operation to be removed
2476 Files changed to allow ICMP checksum operation to be removed:
2531 …nx_icmpv6_process_ra.c Optimized the destination table operation, added ICMP counte…
2532 … nx_icmpv6_process_redirect.c Added ICMP statistical counter, optimized internal operation
3583 by a remote host is valid for a particular operation (e.g. identifying a
3829 nx_secure_tls_send_certificate.c Released mutex before block operation.
4051 Files are modified to add operation method for elliptic curve cryptography:
[all …]
/NetX-Duo-v6.2.1/common/inc/
Dnx_api.h2425 … VOID *socket_ptr, UINT operation, NX_PACKET *packet_ptr,