Searched refs:configuration_method (Results 1 – 6 of 6) sorted by relevance
| /NetX-Duo-v6.2.1/common/src/ |
| D | nxd_ipv6_default_router_entry_get.c | 88 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()
|
| D | nxde_ipv6_default_router_entry_get.c | 89 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/ |
| D | netx_ipv6_nxe_api_test.c | 86 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()
|
| D | netx_ipv6_default_router_api_test.c | 139 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/ |
| D | nx_ipv6.h | 297 …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);
|
| D | nx_api.h | 3700 ULONG *prefix_length, ULONG *configuration_method);
|