Searched refs:net_mask (Results 1 – 6 of 6) sorted by relevance
/NetX-Duo-v6.4.1/common/src/ |
D | nx_ip_static_route_add.c | 82 ULONG net_mask, ULONG next_hop) 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() 129 ip_ptr -> nx_ip_routing_table[i].nx_ip_routing_net_mask == net_mask) in _nx_ip_static_route_add() 143 if (ip_ptr -> nx_ip_routing_table[i].nx_ip_routing_net_mask <= net_mask) in _nx_ip_static_route_add() 186 ip_ptr -> nx_ip_routing_table[i].nx_ip_routing_net_mask = net_mask; in _nx_ip_static_route_add() 201 NX_PARAMETER_NOT_USED(net_mask); 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() 115 ip_ptr -> nx_ip_routing_table[i].nx_ip_routing_net_mask == net_mask) in _nx_ip_static_route_delete() 160 NX_PARAMETER_NOT_USED(net_mask); 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() 108 NX_PARAMETER_NOT_USED(net_mask); in _nxe_ip_static_route_delete()
|
D | nxe_ip_static_route_add.c | 86 ULONG net_mask, ULONG next_hop) 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() 110 NX_PARAMETER_NOT_USED(net_mask); in _nxe_ip_static_route_add()
|
/NetX-Duo-v6.4.1/common/inc/ |
D | nx_ipv4.h | 183 ULONG net_mask, ULONG next_hop); 184 UINT _nx_ip_static_route_delete(NX_IP *ip_ptr, ULONG network_address, ULONG net_mask); 205 ULONG net_mask, ULONG next_hop); 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);
|