Searched refs:nx_ip_routing_table (Results 1 – 5 of 5) sorted by relevance
128 if (ip_ptr -> nx_ip_routing_table[i].nx_ip_routing_dest_ip == network_address && 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()133 ip_ptr -> nx_ip_routing_table[i].nx_ip_routing_next_hop_address = next_hop; 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()164 ip_ptr -> nx_ip_routing_table[j + 1].nx_ip_routing_dest_ip = in _nx_ip_static_route_add()165 ip_ptr -> nx_ip_routing_table[j].nx_ip_routing_dest_ip; in _nx_ip_static_route_add()166 ip_ptr -> nx_ip_routing_table[j + 1].nx_ip_routing_net_mask = in _nx_ip_static_route_add()167 ip_ptr -> nx_ip_routing_table[j].nx_ip_routing_net_mask; in _nx_ip_static_route_add()168 ip_ptr -> nx_ip_routing_table[j + 1].nx_ip_routing_next_hop_address = in _nx_ip_static_route_add()169 ip_ptr -> nx_ip_routing_table[j].nx_ip_routing_next_hop_address; in _nx_ip_static_route_add()[all …]
114 if (ip_ptr -> nx_ip_routing_table[i].nx_ip_routing_dest_ip == network_address && 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()127 …ip_ptr -> nx_ip_routing_table[j].nx_ip_routing_dest_ip = ip_ptr -> nx_ip_routing_table[j + 1].nx_i… in _nx_ip_static_route_delete()128 …ip_ptr -> nx_ip_routing_table[j].nx_ip_routing_net_mask = ip_ptr -> nx_ip_routing_table[j + 1].nx_… in _nx_ip_static_route_delete()129 …ip_ptr -> nx_ip_routing_table[j].nx_ip_routing_next_hop_address = ip_ptr -> nx_ip_routing_table[j … in _nx_ip_static_route_delete()130 …ip_ptr -> nx_ip_routing_table[j].nx_ip_routing_entry_ip_interface = ip_ptr -> nx_ip_routing_table[… in _nx_ip_static_route_delete()133 ip_ptr -> nx_ip_routing_table[j - 1].nx_ip_routing_dest_ip = 0; in _nx_ip_static_route_delete()134 ip_ptr -> nx_ip_routing_table[j - 1].nx_ip_routing_net_mask = 0; in _nx_ip_static_route_delete()135 ip_ptr -> nx_ip_routing_table[j - 1].nx_ip_routing_next_hop_address = 0; in _nx_ip_static_route_delete()136 ip_ptr -> nx_ip_routing_table[j - 1].nx_ip_routing_entry_ip_interface = NX_NULL; in _nx_ip_static_route_delete()
158 if (ip_ptr -> nx_ip_routing_table[i].nx_ip_routing_entry_ip_interface == interface_ptr) in _nx_ip_interface_detach()165 ip_ptr -> nx_ip_routing_table[j].nx_ip_routing_dest_ip = in _nx_ip_interface_detach()166 ip_ptr -> nx_ip_routing_table[j + 1].nx_ip_routing_dest_ip; in _nx_ip_interface_detach()167 ip_ptr -> nx_ip_routing_table[j].nx_ip_routing_net_mask = in _nx_ip_interface_detach()168 ip_ptr -> nx_ip_routing_table[j + 1].nx_ip_routing_net_mask; in _nx_ip_interface_detach()169 ip_ptr -> nx_ip_routing_table[j].nx_ip_routing_next_hop_address = in _nx_ip_interface_detach()170 ip_ptr -> nx_ip_routing_table[j + 1].nx_ip_routing_next_hop_address; in _nx_ip_interface_detach()171 ip_ptr -> nx_ip_routing_table[j].nx_ip_routing_entry_ip_interface = in _nx_ip_interface_detach()172 ip_ptr -> nx_ip_routing_table[j + 1].nx_ip_routing_entry_ip_interface; in _nx_ip_interface_detach()175 ip_ptr -> nx_ip_routing_table[j - 1].nx_ip_routing_dest_ip = 0; in _nx_ip_interface_detach()[all …]
164 interface_ptr = ip_ptr -> nx_ip_routing_table[i].nx_ip_routing_entry_ip_interface; in _nx_ip_route_find()173 if (ip_ptr -> nx_ip_routing_table[i].nx_ip_routing_dest_ip == in _nx_ip_route_find()174 (destination_address & ip_ptr -> nx_ip_routing_table[i].nx_ip_routing_net_mask)) in _nx_ip_route_find()179 (ip_ptr -> nx_ip_routing_table[i].nx_ip_routing_next_hop_address & in _nx_ip_route_find()195 *next_hop_address = ip_ptr -> nx_ip_routing_table[i].nx_ip_routing_next_hop_address; in _nx_ip_route_find()
3038 nx_ip_routing_table[NX_IP_ROUTING_TABLE_SIZE]; member