Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/common/src/
Dnxe_ip_create.c88 UINT _nxe_ip_create(NX_IP *ip_ptr, CHAR *name, ULONG ip_address, ULONG network_mask, in _nxe_ip_create() function
/NetX-Duo-v6.2.1/common/inc/
Dnx_ip.h181 UINT _nxe_ip_create(NX_IP *ip_ptr, CHAR *name, ULONG ip_address, ULONG network_mask,
Dnx_api.h3430 #define nx_ip_create(i, n, a, m, d, l, p, s, y) _nxe_ip_create(i, n, a, m, d, l, p, s, y, s…
3633 UINT _nxe_ip_create(NX_IP *ip_ptr, CHAR *name, ULONG ip_address, ULONG network_mask,
/NetX-Duo-v6.2.1/test/regression/netxduo_test/
Dnetx_ip_nxe_api_test.c289 …status = _nxe_ip_create(&ip_0, "NetX IP Instance 0", IP_ADDRESS(1, 2, 3, 4), 0xFFFFF000UL, &pool_0… in thread_0_entry()