Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/common/src/
Dnx_ip_static_route_delete.c83 UINT _nx_ip_static_route_delete(NX_IP *ip_ptr, ULONG network_address, ULONG net_mask) in _nx_ip_static_route_delete() argument
92 network_address = network_address & net_mask; in _nx_ip_static_route_delete()
95 …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()
115 if (ip_ptr -> nx_ip_routing_table[i].nx_ip_routing_dest_ip == network_address && in _nx_ip_static_route_delete()
160 NX_PARAMETER_NOT_USED(network_address); in _nx_ip_static_route_delete()
Dnx_ip_static_route_add.c82 UINT _nx_ip_static_route_add(NX_IP *ip_ptr, ULONG network_address, in _nx_ip_static_route_add() argument
90 …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()
123 network_address = network_address & net_mask; in _nx_ip_static_route_add()
129 if (ip_ptr -> nx_ip_routing_table[i].nx_ip_routing_dest_ip == network_address && in _nx_ip_static_route_add()
186 ip_ptr -> nx_ip_routing_table[i].nx_ip_routing_dest_ip = network_address; in _nx_ip_static_route_add()
201 NX_PARAMETER_NOT_USED(network_address); in _nx_ip_static_route_add()
Dnxe_ip_static_route_delete.c84 UINT _nxe_ip_static_route_delete(NX_IP *ip_ptr, ULONG network_address, ULONG net_mask) in _nxe_ip_static_route_delete() argument
100 status = _nx_ip_static_route_delete(ip_ptr, network_address, net_mask); in _nxe_ip_static_route_delete()
108 NX_PARAMETER_NOT_USED(network_address); in _nxe_ip_static_route_delete()
Dnxe_ip_static_route_add.c86 UINT _nxe_ip_static_route_add(NX_IP *ip_ptr, ULONG network_address, in _nxe_ip_static_route_add() argument
103 status = _nx_ip_static_route_add(ip_ptr, network_address, net_mask, next_hop); in _nxe_ip_static_route_add()
110 NX_PARAMETER_NOT_USED(network_address); in _nxe_ip_static_route_add()
/NetX-Duo-v6.2.1/common/inc/
Dnx_ipv4.h183 UINT _nx_ip_static_route_add(NX_IP *ip_ptr, ULONG network_address,
185 UINT _nx_ip_static_route_delete(NX_IP *ip_ptr, ULONG network_address, ULONG net_mask);
205 UINT _nxe_ip_static_route_add(NX_IP *ip_ptr, ULONG network_address,
207 UINT _nxe_ip_static_route_delete(NX_IP *ip_ptr, ULONG network_address, ULONG net_mask);
Dnx_api.h3612 UINT nx_ip_static_route_add(NX_IP *ip_ptr, ULONG network_address, ULONG net_mask, ULONG next_hop);
3613 UINT nx_ip_static_route_delete(NX_IP *ip_ptr, ULONG network_address, ULONG net_mask);