Home
last modified time | relevance | path

Searched refs:nx_packet_vlan_priority_set (Results 1 – 4 of 4) sorted by relevance

/NetX-Duo-v6.2.1/test/regression/netxduo_test/
Dnetx_ip_link_status_test2.c294 nx_packet_vlan_priority_set(packet_ptr, 2); in thread_0_entry()
/NetX-Duo-v6.2.1/common/inc/
Dnx_api.h3316 #define nx_packet_vlan_priority_set _nx_packet_vlan_priority_set macro
3508 #define nx_packet_vlan_priority_set _nxe_packet_vlan_priority_set macro
3777 UINT nx_packet_vlan_priority_set(NX_PACKET *packet_ptr, UINT vlan_priority);
/NetX-Duo-v6.2.1/common/
DCMakeLists.txt192 ${CMAKE_CURRENT_LIST_DIR}/src/nx_packet_vlan_priority_set.c
/NetX-Duo-v6.2.1/addons/rtp/
Dnx_rtp_sender.c1499 … status = nx_packet_vlan_priority_set(send_packet, session -> nx_rtp_session_vlan_priority); in _nx_rtp_sender_session_packet_send()