/NetX-Duo-v6.3.0/common/inc/ |
D | nx_udp.h | 92 UINT _nxd_udp_socket_send(NX_UDP_SOCKET *socket_ptr, NX_PACKET *packet_ptr, NXD_ADDRESS *ip_address… 103 UINT _nx_udp_socket_bind(NX_UDP_SOCKET *socket_ptr, UINT port, ULONG wait_option); 104 UINT _nx_udp_socket_bytes_available(NX_UDP_SOCKET *socket_ptr, ULONG *bytes_available); 105 UINT _nx_udp_socket_checksum_disable(NX_UDP_SOCKET *socket_ptr); 106 UINT _nx_udp_socket_checksum_enable(NX_UDP_SOCKET *socket_ptr); 107 UINT _nx_udp_socket_create(NX_IP *ip_ptr, NX_UDP_SOCKET *socket_ptr, CHAR *name, 109 UINT _nx_udp_socket_delete(NX_UDP_SOCKET *socket_ptr); 110 UINT _nx_udp_socket_info_get(NX_UDP_SOCKET *socket_ptr, ULONG *udp_packets_sent, ULONG *udp_bytes_s… 113 UINT _nxd_udp_socket_source_send(NX_UDP_SOCKET *socket_ptr, NX_PACKET *packet_ptr, NXD_ADDRESS *ip_… 114 UINT _nxde_udp_socket_source_send(NX_UDP_SOCKET *socket_ptr, NX_PACKET *packet_ptr, NXD_ADDRESS *ip… [all …]
|
/NetX-Duo-v6.3.0/common/src/ |
D | nx_udp_bind_cleanup.c | 82 NX_UDP_SOCKET *socket_ptr; /* Working socket pointer */ in _nx_udp_bind_cleanup() 83 NX_UDP_SOCKET *owning_socket_ptr; /* Socket owning the port */ in _nx_udp_bind_cleanup() 88 socket_ptr = (NX_UDP_SOCKET *)thread_ptr -> tx_thread_suspend_control_block; in _nx_udp_bind_cleanup()
|
D | nxe_udp_socket_create.c | 89 UINT _nxe_udp_socket_create(NX_IP *ip_ptr, NX_UDP_SOCKET *socket_ptr, CHAR *name, in _nxe_udp_socket_create() 95 NX_UDP_SOCKET *created_socket; in _nxe_udp_socket_create() 101 (socket_ptr == NX_NULL) || (udp_socket_size != (UINT)sizeof(NX_UDP_SOCKET))) in _nxe_udp_socket_create()
|
D | nxe_udp_socket_receive_notify.c | 76 UINT _nxe_udp_socket_receive_notify(NX_UDP_SOCKET *socket_ptr, in _nxe_udp_socket_receive_notify() 77 VOID (*udp_receive_notify)(NX_UDP_SOCKET *socket_ptr)) in _nxe_udp_socket_receive_notify()
|
D | nx_udp_socket_receive_notify.c | 77 UINT _nx_udp_socket_receive_notify(NX_UDP_SOCKET *socket_ptr, in _nx_udp_socket_receive_notify() 78 VOID (*udp_receive_notify)(NX_UDP_SOCKET *socket_ptr)) in _nx_udp_socket_receive_notify()
|
D | nx_udp_socket_create.c | 79 UINT _nx_udp_socket_create(NX_IP *ip_ptr, NX_UDP_SOCKET *socket_ptr, CHAR *name, in _nx_udp_socket_create() 84 NX_UDP_SOCKET *tail_ptr; in _nx_udp_socket_create() 88 memset((void *)socket_ptr, 0, sizeof(NX_UDP_SOCKET)); in _nx_udp_socket_create()
|
D | nx_udp_receive_cleanup.c | 81 NX_UDP_SOCKET *socket_ptr; /* Working socket pointer */ in _nx_udp_receive_cleanup() 86 socket_ptr = (NX_UDP_SOCKET *)thread_ptr -> tx_thread_suspend_control_block; in _nx_udp_receive_cleanup()
|
D | nx_udp_socket_bind.c | 75 static UINT _nx_udp_socket_driver_bind(NX_UDP_SOCKET *socket_ptr, UINT port, ULONG wait_option) in _nx_udp_socket_driver_bind() 191 UINT _nx_udp_socket_bind(NX_UDP_SOCKET *socket_ptr, UINT port, ULONG wait_option) in _nx_udp_socket_bind() 201 NX_UDP_SOCKET *search_ptr; in _nx_udp_socket_bind() 202 NX_UDP_SOCKET *end_ptr; in _nx_udp_socket_bind()
|
D | nx_udp_socket_unbind.c | 72 static UINT _nx_udp_socket_driver_unbind(NX_UDP_SOCKET *socket_ptr) in _nx_udp_socket_driver_unbind() 168 UINT _nx_udp_socket_unbind(NX_UDP_SOCKET *socket_ptr) in _nx_udp_socket_unbind() 176 NX_UDP_SOCKET *new_socket_ptr; in _nx_udp_socket_unbind() 385 new_socket_ptr = (NX_UDP_SOCKET *)thread_ptr -> tx_thread_suspend_control_block; in _nx_udp_socket_unbind()
|
D | nx_udp_free_port_find.c | 85 NX_UDP_SOCKET *search_ptr; in _nx_udp_free_port_find() 86 NX_UDP_SOCKET *end_ptr; in _nx_udp_free_port_find()
|
D | nx_udp_socket_checksum_disable.c | 74 UINT _nx_udp_socket_checksum_disable(NX_UDP_SOCKET *socket_ptr) in _nx_udp_socket_checksum_disable()
|
D | nx_udp_socket_checksum_enable.c | 74 UINT _nx_udp_socket_checksum_enable(NX_UDP_SOCKET *socket_ptr) in _nx_udp_socket_checksum_enable()
|
D | nxe_udp_socket_unbind.c | 78 UINT _nxe_udp_socket_unbind(NX_UDP_SOCKET *socket_ptr) in _nxe_udp_socket_unbind()
|
D | nxe_udp_socket_checksum_disable.c | 78 UINT _nxe_udp_socket_checksum_disable(NX_UDP_SOCKET *socket_ptr) in _nxe_udp_socket_checksum_disable()
|
D | nxe_udp_socket_checksum_enable.c | 77 UINT _nxe_udp_socket_checksum_enable(NX_UDP_SOCKET *socket_ptr) in _nxe_udp_socket_checksum_enable()
|
D | nxe_udp_socket_delete.c | 78 UINT _nxe_udp_socket_delete(NX_UDP_SOCKET *socket_ptr) in _nxe_udp_socket_delete()
|
D | nx_udp_socket_port_get.c | 75 UINT _nx_udp_socket_port_get(NX_UDP_SOCKET *socket_ptr, UINT *port_ptr) in _nx_udp_socket_port_get()
|
D | nxe_udp_socket_bytes_available.c | 79 UINT _nxe_udp_socket_bytes_available(NX_UDP_SOCKET *socket_ptr, ULONG *bytes_available) in _nxe_udp_socket_bytes_available()
|
D | nxe_udp_socket_port_get.c | 79 UINT _nxe_udp_socket_port_get(NX_UDP_SOCKET *socket_ptr, UINT *port_ptr) in _nxe_udp_socket_port_get()
|
D | nxe_udp_socket_receive.c | 80 UINT _nxe_udp_socket_receive(NX_UDP_SOCKET *socket_ptr, NX_PACKET **packet_ptr, ULONG wait_option) in _nxe_udp_socket_receive()
|
D | nx_udp_socket_source_send.c | 78 UINT _nx_udp_socket_source_send(NX_UDP_SOCKET *socket_ptr, NX_PACKET *packet_ptr, in _nx_udp_socket_source_send()
|
D | nxe_udp_socket_bind.c | 80 UINT _nxe_udp_socket_bind(NX_UDP_SOCKET *socket_ptr, UINT port, ULONG wait_option) in _nxe_udp_socket_bind()
|
D | nx_udp_socket_send.c | 76 UINT _nx_udp_socket_send(NX_UDP_SOCKET *socket_ptr, NX_PACKET *packet_ptr, in _nx_udp_socket_send()
|
/NetX-Duo-v6.3.0/nx_secure/src/ |
D | nx_secure_dtls_server_session_start.c | 76 NX_UDP_SOCKET *udp_socket; in _nx_secure_dtls_server_session_start()
|
D | nx_secure_dtls_server_start.c | 27 VOID _nx_secure_dtls_receive_callback(NX_UDP_SOCKET *socket_ptr);
|