Searched refs:operation (Results 1 – 13 of 13) sorted by relevance
/NetX-Duo-v6.2.1/test/regression/ptp_test/ |
D | netx_ptp_client_calibrate_test.c | 249 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()
|
D | netx_ptp_utility.h | 66 UINT _netx_ptp_clock_callback(NX_PTP_CLIENT *client_ptr, UINT operation,
|
D | netx_ptp_utility.c | 450 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/ |
D | netx_packet_debug_info_test.c | 44 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()
|
D | netx_ipv6_stateless_address_autoconfig_test.c | 41 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/ |
D | demo_netx_duo_ptp_client.c | 79 extern UINT CLOCK_CALLBACK(NX_PTP_CLIENT *client_ptr, UINT operation,
|
/NetX-Duo-v6.2.1/addons/ptp/ |
D | nxd_ptp_client.h | 334 …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,
|
D | nxd_ptp_client.c | 5207 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/ |
D | azure_rtos_iot_adu_agent.md | 37 | 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/ |
D | nx_shaper.h | 164 UCHAR operation; member
|
/NetX-Duo-v6.2.1/tsn/src/ |
D | nx_shaper.c | 1309 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/ |
D | revision_history.txt | 1528 … 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/ |
D | nx_api.h | 2425 … VOID *socket_ptr, UINT operation, NX_PACKET *packet_ptr,
|