Searched refs:network_address (Results 1 – 7 of 7) sorted by relevance
| /NetX-Duo-v6.2.1/common/src/ |
| D | nx_ip_static_route_add.c | 81 UINT _nx_ip_static_route_add(NX_IP *ip_ptr, ULONG network_address, in _nx_ip_static_route_add() argument 89 …NX_TRACE_IN_LINE_INSERT(NX_TRACE_IP_STATIC_ROUTE_ADD, ip_ptr, network_address, net_mask, next_hop,… in _nx_ip_static_route_add() 122 network_address = network_address & net_mask; in _nx_ip_static_route_add() 128 if (ip_ptr -> nx_ip_routing_table[i].nx_ip_routing_dest_ip == network_address && in _nx_ip_static_route_add() 185 ip_ptr -> nx_ip_routing_table[i].nx_ip_routing_dest_ip = network_address; in _nx_ip_static_route_add() 200 NX_PARAMETER_NOT_USED(network_address); in _nx_ip_static_route_add()
|
| D | nx_ip_static_route_delete.c | 82 UINT _nx_ip_static_route_delete(NX_IP *ip_ptr, ULONG network_address, ULONG net_mask) in _nx_ip_static_route_delete() argument 91 network_address = network_address & net_mask; in _nx_ip_static_route_delete() 94 …NX_TRACE_IN_LINE_INSERT(NX_TRACE_IP_STATIC_ROUTE_DELETE, ip_ptr, network_address, net_mask, 0, NX_… in _nx_ip_static_route_delete() 114 if (ip_ptr -> nx_ip_routing_table[i].nx_ip_routing_dest_ip == network_address && in _nx_ip_static_route_delete() 159 NX_PARAMETER_NOT_USED(network_address); in _nx_ip_static_route_delete()
|
| D | nxe_ip_static_route_delete.c | 83 UINT _nxe_ip_static_route_delete(NX_IP *ip_ptr, ULONG network_address, ULONG net_mask) in _nxe_ip_static_route_delete() argument 99 status = _nx_ip_static_route_delete(ip_ptr, network_address, net_mask); in _nxe_ip_static_route_delete() 107 NX_PARAMETER_NOT_USED(network_address); in _nxe_ip_static_route_delete()
|
| D | nxe_ip_static_route_add.c | 85 UINT _nxe_ip_static_route_add(NX_IP *ip_ptr, ULONG network_address, in _nxe_ip_static_route_add() argument 102 status = _nx_ip_static_route_add(ip_ptr, network_address, net_mask, next_hop); in _nxe_ip_static_route_add() 109 NX_PARAMETER_NOT_USED(network_address); in _nxe_ip_static_route_add()
|
| /NetX-Duo-v6.2.1/test/regression/netxduo_test/ |
| D | netx_ip_static_route_add_test.c | 79 ULONG network_address; in ntest_0_entry() local 117 network_address = IP_ADDRESS(2, 2, 3, 4); in ntest_0_entry() 126 status = nx_ip_static_route_add(&ip_0, network_address, network_mask, next_hop_address); in ntest_0_entry() 136 network_address += 0x00010000; in ntest_0_entry() 143 status = nx_ip_static_route_add(&ip_0, network_address, network_mask, next_hop_address); in ntest_0_entry() 156 status = nx_ip_static_route_add(&ip_0, network_address, network_mask, next_hop_address); in ntest_0_entry()
|
| /NetX-Duo-v6.2.1/common/inc/ |
| D | nx_ipv4.h | 182 UINT _nx_ip_static_route_add(NX_IP *ip_ptr, ULONG network_address, 184 UINT _nx_ip_static_route_delete(NX_IP *ip_ptr, ULONG network_address, ULONG net_mask); 204 UINT _nxe_ip_static_route_add(NX_IP *ip_ptr, ULONG network_address, 206 UINT _nxe_ip_static_route_delete(NX_IP *ip_ptr, ULONG network_address, ULONG net_mask);
|
| D | nx_api.h | 3684 UINT nx_ip_static_route_add(NX_IP *ip_ptr, ULONG network_address, ULONG net_mask, ULONG next_hop); 3685 UINT nx_ip_static_route_delete(NX_IP *ip_ptr, ULONG network_address, ULONG net_mask);
|