Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/test/regression/tsn_test/
Dnetx_shaper_tas_test.c155 …status = nx_link_vlan_interface_create(&ip_0, "NetX IP Interface 0:2", IP_ADDRESS(192, 168, 200, 2… in test_application_define()
161 …status = nx_link_vlan_interface_create(&ip_0, "NetX IP Interface 0:3", IP_ADDRESS(192, 168, 300, 2… in test_application_define()
/NetX-Duo-v6.2.1/test/regression/netxduo_test/
Dnetx_ip_link_status_test2.c191 …status = nx_link_vlan_interface_create(&ip_0, "NetX IP Interface 0:2", IP_ADDRESS(0, 0, 0, 0), 0xF… in conf_link_layer()
197 …status = nx_link_vlan_interface_create(&ip_1, "NetX IP Interface 1:2", IP_ADDRESS(0, 0, 0, 0), 0xF… in conf_link_layer()
/NetX-Duo-v6.2.1/common/inc/
Dnx_link.h138 UINT nx_link_vlan_interface_create(NX_IP *ip_ptr, CHAR *interface_name, ULONG ip_address, ULONG net…
/NetX-Duo-v6.2.1/common/src/
Dnx_link.c1379 UINT nx_link_vlan_interface_create(NX_IP *ip_ptr, CHAR *interface_name, ULONG ip_address, ULONG net… in nx_link_vlan_interface_create() function