Searched refs:ip4_route_src (Results 1 – 7 of 7) sorted by relevance
/third_party/lwip/src/include/lwip/ |
D | ip4.h | 67 struct netif *ip4_route_src(const ip4_addr_t *src, const ip4_addr_t *dest); 69 #define ip4_route_src(src, dest) ip4_route(dest) macro
|
D | ip.h | 265 ip4_route_src(ip_2_ip4(src), ip_2_ip4(dest))) 290 ip4_route_src(src, dest)
|
/third_party/lwip/src/core/ipv4/ |
D | ip4.c | 129 ip4_route_src(const ip4_addr_t *src, const ip4_addr_t *dest) in ip4_route_src() function 301 netif = ip4_route_src(ip4_current_src_addr(), ip4_current_dest_addr()); in ip4_forward() 1035 if ((netif = ip4_route_src(src, dest)) == NULL) { 1073 if ((netif = ip4_route_src(src, dest)) == NULL) {
|
D | icmp.c | 391 netif = ip4_route_src(&iphdr_dst, &iphdr_src); in icmp_send_response()
|
/third_party/lwip/ |
D | UPGRADING | 18 * ip4_route_src: parameter order is reversed: ip4_route_src(dest, src) -> ip4_route_src(src, dest)
|
D | CHANGELOG | 230 * ip4_route_src: parameter order is reversed: ip4_route_src(dest, src) -> ip4_route_src(src, dest)
|
/third_party/lwip/src/core/ |
D | udp.c | 578 netif = ip4_route_src(ip_2_ip4(&pcb->local_ip), &pcb->mcast_ip4); in udp_sendto_chksum()
|