Searched refs:ip_route (Results 1 – 9 of 9) sorted by relevance
124 ip_route(ip_addr_t *dest) in ip_route() function175 netif = ip_route(¤t_iphdr_dest); in ip_forward()757 if ((netif = ip_route(dest)) == NULL) {797 if ((netif = ip_route(dest)) == NULL) {
437 netif = ip_route((ip_addr_ismulticast(dst_ip))?(&(pcb->multicast_ip)):(dst_ip));439 netif = ip_route(dst_ip);826 if ((netif = ip_route(&(pcb->remote_ip))) == NULL) {
236 if ((netif = ip_route(ipaddr)) == NULL) { in raw_sendto()
669 struct netif *netif = ip_route(&(pcb->remote_ip)); in tcp_connect()1484 outif = ip_route(addr); in tcp_eff_send_mss()
1090 netif = ip_route(&(pcb->remote_ip)); in tcp_output_segment()
172 struct netif *ip_route(ip_addr_t *dest);
235 dst_if = ip_route(&td->dip); in snmp_send_trap()
530 netif = ip_route(ipaddr);
1861 letting ip_route only use netifs that are up.