Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/common/inc/
Dnx_link.h122 UINT nx_link_vlan_set(NX_IP *ip_ptr, UINT interface_index, UINT vlan_tag);
/NetX-Duo-v6.2.1/common/src/
Dnx_link.c74 UINT nx_link_vlan_set(NX_IP *ip_ptr, UINT interface_index, UINT vlan_tag) in nx_link_vlan_set() function
/NetX-Duo-v6.2.1/test/regression/tsn_test/
Dnetx_shaper_cbs_test.c150 status = nx_link_vlan_set(&ip_0, 1, VLAN_ID); in test_application_define()