Searched refs:ip_route (Results 1 – 10 of 10) sorted by relevance
75 ip_route(struct ip_addr *dest) in ip_route() function102 if ((netif = ip_route((struct ip_addr *)&(iphdr->dest))) == NULL) { in ip_forward()321 if ((netif = ip_route(dest)) == NULL) { in ip_output()338 if ((netif = ip_route(dest)) == NULL) { in ip_output_hinted()
105 struct netif *ip_route(struct ip_addr *dest);
124 ip_route(ip_addr_t *dest) in ip_route() function221 netif = ip_route(¤t_iphdr_dest); in ip_forward()827 if ((netif = ip_route(dest)) == NULL) {867 if ((netif = ip_route(dest)) == NULL) {
236 if ((netif = ip_route(ipaddr)) == NULL) { in raw_sendto()
510 netif = ip_route((ip_addr_ismulticast(dst_ip))?(&(pcb->multicast_ip)):(dst_ip));512 netif = ip_route(dst_ip);873 if ((netif = ip_route(&(pcb->remote_ip))) == NULL) {
704 struct netif *netif = ip_route(&(pcb->remote_ip)); in tcp_connect()1591 outif = ip_route(addr); in tcp_eff_send_mss()
1098 netif = ip_route(&(pcb->remote_ip)); in tcp_output_segment()
175 struct netif *ip_route(ip_addr_t *dest);
228 dst_if = ip_route(&td->dip); in snmp_send_trap()
534 netif = ip_route(ipaddr);
Completed in 37 milliseconds