Home
last modified time | relevance | path

Searched refs:nx_udp_socket_vlan_priority_set (Results 1 – 3 of 3) sorted by relevance

/NetX-Duo-v6.2.1/common/inc/
Dnx_api.h3380 #define nx_udp_socket_vlan_priority_set _nx_udp_socket_vlan_priority_set macro
3571 #define nx_udp_socket_vlan_priority_set _nxe_udp_socket_vlan_priority_set macro
3901 UINT nx_udp_socket_vlan_priority_set(NX_UDP_SOCKET *socket_ptr, UINT vlan_priority);
/NetX-Duo-v6.2.1/common/
DCMakeLists.txt306 ${CMAKE_CURRENT_LIST_DIR}/src/nx_udp_socket_vlan_priority_set.c
/NetX-Duo-v6.2.1/utility/iperf/
Dnx_iperf.c2159 nx_udp_socket_vlan_priority_set(&udp_client_socket, (UINT)udp_client_socket_vlan_priority); in nx_iperf_entry()