| /components/net/lwip/lwip-2.0.3/src/include/lwip/ |
| A D | ip.h | 255 #define ip_route(src, dest) \ macro 280 #define ip_route(src, dest) \ macro 298 #define ip_route(src, dest) \ macro 309 (netif) = ip_route(src, dest); \
|
| /components/net/lwip/lwip-1.4.1/src/core/ipv6/ |
| A D | ip6.c | 75 ip_route(struct ip_addr *dest) in ip_route() function 102 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()
|
| /components/net/lwip/lwip-2.1.2/src/include/lwip/ |
| A D | ip.h | 262 #define ip_route(src, dest) \ macro 289 #define ip_route(src, dest) \ macro 309 #define ip_route(src, dest) \ macro 320 (netif) = ip_route(src, dest); \
|
| /components/net/lwip/lwip-1.4.1/src/include/ipv6/lwip/ |
| A D | ip.h | 105 struct netif *ip_route(struct ip_addr *dest);
|
| /components/net/lwip/lwip-2.0.3/src/core/ |
| A D | raw.c | 325 netif = ip_route(IP46_ADDR_ANY(IP_GET_TYPE(ipaddr)), ipaddr); in raw_sendto() 327 netif = ip_route(&pcb->local_ip, ipaddr); in raw_sendto()
|
| A D | tcp_out.c | 956 netif = ip_route(&pcb->local_ip, &pcb->remote_ip); in tcp_send_empty_ack() 1037 netif = ip_route(&pcb->local_ip, &pcb->remote_ip); in tcp_output() 1376 netif = ip_route(local_ip, remote_ip); in tcp_rst() 1551 netif = ip_route(&pcb->local_ip, &pcb->remote_ip); in tcp_keepalive() 1645 netif = ip_route(&pcb->local_ip, &pcb->remote_ip); in tcp_zero_window_probe()
|
| A D | udp.c | 551 netif = ip_route(IP46_ADDR_ANY(IP_GET_TYPE(dst_ip_route)), dst_ip_route); in udp_sendto_chksum() 553 netif = ip_route(&pcb->local_ip, dst_ip_route); in udp_sendto_chksum()
|
| A D | tcp.c | 1926 outif = ip_route(src, dest); in tcp_eff_send_mss_impl()
|
| /components/net/lwip/lwip-1.4.1/src/core/ipv4/ |
| A D | ip.c | 124 ip_route(ip_addr_t *dest) in ip_route() function 221 netif = ip_route(¤t_iphdr_dest); in ip_forward() 854 if ((netif = ip_route(dest)) == NULL) { 894 if ((netif = ip_route(dest)) == NULL) {
|
| /components/net/lwip/lwip-1.4.1/src/include/ipv4/lwip/ |
| A D | ip.h | 175 struct netif *ip_route(ip_addr_t *dest);
|
| /components/net/lwip/lwip-1.4.1/src/core/ |
| A D | raw.c | 236 if ((netif = ip_route(ipaddr)) == NULL) { in raw_sendto()
|
| A D | udp.c | 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) {
|
| A D | tcp.c | 704 struct netif *netif = ip_route(&(pcb->remote_ip)); in tcp_connect() 1591 outif = ip_route(addr); in tcp_eff_send_mss()
|
| A D | tcp_out.c | 1098 netif = ip_route(&(pcb->remote_ip)); in tcp_output_segment()
|
| /components/net/lwip/lwip-2.1.2/src/core/ |
| A D | raw.c | 380 netif = ip_route(&pcb->local_ip, ipaddr); in raw_sendto()
|
| A D | udp.c | 584 netif = ip_route(&pcb->local_ip, dst_ip); in udp_sendto_chksum()
|
| A D | tcp.c | 1090 netif = ip_route(&pcb->local_ip, &pcb->remote_ip); in tcp_connect()
|
| A D | tcp_out.c | 139 return ip_route(src, dst); in tcp_route()
|
| /components/net/lwip/lwip-2.1.2/src/include/lwip/priv/ |
| A D | tcp_priv.h | 482 tcp_eff_send_mss_netif(sendmss, ip_route(src, dest), dest)
|
| /components/net/lwip/lwip-1.4.1/src/core/snmp/ |
| A D | msg_out.c | 228 dst_if = ip_route(&td->dip); in snmp_send_trap()
|
| /components/net/lwip/lwip-1.4.1/src/netif/ |
| A D | etharp.c | 534 netif = ip_route(ipaddr);
|
| /components/net/lwip/lwip-2.0.3/ |
| A D | CHANGELOG | 635 * ip4.c: fixed the IPv4 part of bug #43904 (ip_route() must detect linkup status) 827 * ip4.c: fixed bug #39514 ip_route() may return an IPv6-only interface 3106 letting ip_route only use netifs that are up.
|
| /components/net/lwip/lwip-2.1.2/ |
| A D | CHANGELOG | 888 * ip4.c: fixed the IPv4 part of bug #43904 (ip_route() must detect linkup status) 1080 * ip4.c: fixed bug #39514 ip_route() may return an IPv6-only interface 3359 letting ip_route only use netifs that are up.
|
| /components/net/lwip/lwip-1.4.1/ |
| A D | CHANGELOG | 2150 letting ip_route only use netifs that are up.
|