Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/common/src/
Dnx_ip_static_route_add.c83 ULONG net_mask, ULONG next_hop) 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()
130 ip_ptr -> nx_ip_routing_table[i].nx_ip_routing_net_mask == net_mask) in _nx_ip_static_route_add()
144 if (ip_ptr -> nx_ip_routing_table[i].nx_ip_routing_net_mask <= net_mask) in _nx_ip_static_route_add()
187 ip_ptr -> nx_ip_routing_table[i].nx_ip_routing_net_mask = net_mask; in _nx_ip_static_route_add()
202 NX_PARAMETER_NOT_USED(net_mask); in _nx_ip_static_route_add()
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()
116 ip_ptr -> nx_ip_routing_table[i].nx_ip_routing_net_mask == net_mask) in _nx_ip_static_route_delete()
161 NX_PARAMETER_NOT_USED(net_mask); in _nx_ip_static_route_delete()
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()
109 NX_PARAMETER_NOT_USED(net_mask); in _nxe_ip_static_route_delete()
Dnxe_ip_static_route_add.c87 ULONG net_mask, ULONG next_hop) 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()
111 NX_PARAMETER_NOT_USED(net_mask); in _nxe_ip_static_route_add()
/NetX-Duo-v6.2.1/common/inc/
Dnx_ipv4.h184 ULONG net_mask, ULONG next_hop);
185 UINT _nx_ip_static_route_delete(NX_IP *ip_ptr, ULONG network_address, ULONG net_mask);
206 ULONG net_mask, ULONG next_hop);
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);