Home
last modified time | relevance | path

Searched refs:configuration_method (Results 1 – 6 of 6) sorted by relevance

/NetX-Duo-v6.2.1/common/src/
Dnxd_ipv6_default_router_entry_get.c88 ULONG *prefix_length, ULONG *configuration_method) in _nxd_ipv6_default_router_entry_get() argument
155 if (configuration_method) in _nxd_ipv6_default_router_entry_get()
157 *configuration_method = (rt_entry -> nx_ipv6_default_router_entry_flag & in _nxd_ipv6_default_router_entry_get()
179 NX_PARAMETER_NOT_USED(configuration_method); in _nxd_ipv6_default_router_entry_get()
Dnxde_ipv6_default_router_entry_get.c89 ULONG *prefix_length, ULONG *configuration_method) in _nxde_ipv6_default_router_entry_get() argument
119 … router_lifetime, prefix_length, configuration_method); in _nxde_ipv6_default_router_entry_get()
131 NX_PARAMETER_NOT_USED(configuration_method); in _nxde_ipv6_default_router_entry_get()
/NetX-Duo-v6.2.1/test/regression/netxduo_test/
Dnetx_ipv6_nxe_api_test.c86 ULONG configuration_method; in thread_0_entry() local
484 …er_entry_get(NX_NULL, 0, 0, &router_addr, &router_lifetime, &prefix_length, &configuration_method); in thread_0_entry()
498 …ntry_get(&invalid_ip, 0, 0, &router_addr, &router_lifetime, &prefix_length, &configuration_method); in thread_0_entry()
509 …MAX_PHYSICAL_INTERFACES, 0, &router_addr, &router_lifetime, &prefix_length, &configuration_method); in thread_0_entry()
520 …_DEFAULT_ROUTER_TABLE_SIZE, &router_addr, &router_lifetime, &prefix_length, &configuration_method); in thread_0_entry()
Dnetx_ipv6_default_router_api_test.c139 ULONG configuration_method; in thread_0_entry() local
208 …ry_get(&ip_0, i, j, &ipv6_router_address, &router_lifetime, &prefix_length, &configuration_method); in thread_0_entry()
215 if (configuration_method != NX_IPV6_ROUTE_TYPE_STATIC) in thread_0_entry()
/NetX-Duo-v6.2.1/common/inc/
Dnx_ipv6.h297 …D_ADDRESS *router_addr, ULONG *router_lifetime, ULONG *prefix_length, ULONG *configuration_method);
316 …D_ADDRESS *router_addr, ULONG *router_lifetime, ULONG *prefix_length, ULONG *configuration_method);
Dnx_api.h3700 ULONG *prefix_length, ULONG *configuration_method);