Home
last modified time | relevance | path

Searched defs:network_address (Results 1 – 5 of 5) sorted by relevance

/NetX-Duo-v6.2.1/common/src/
Dnxe_ip_static_route_delete.c83 UINT _nxe_ip_static_route_delete(NX_IP *ip_ptr, ULONG network_address, ULONG net_mask) in _nxe_ip_static_route_delete()
Dnxe_ip_static_route_add.c85 UINT _nxe_ip_static_route_add(NX_IP *ip_ptr, ULONG network_address, in _nxe_ip_static_route_add()
Dnx_ip_static_route_add.c81 UINT _nx_ip_static_route_add(NX_IP *ip_ptr, ULONG network_address, in _nx_ip_static_route_add()
Dnx_ip_static_route_delete.c82 UINT _nx_ip_static_route_delete(NX_IP *ip_ptr, ULONG network_address, ULONG net_mask) in _nx_ip_static_route_delete()
/NetX-Duo-v6.2.1/test/regression/netxduo_test/
Dnetx_ip_static_route_add_test.c79 ULONG network_address; in ntest_0_entry() local