Home
last modified time | relevance | path

Searched defs:ip4_route_src (Results 1 – 2 of 2) sorted by relevance

/third_party/lwip/src/include/lwip/
Dip4.h69 #define ip4_route_src(src, dest) ip4_route(dest) macro
/third_party/lwip/src/core/ipv4/
Dip4.c129 ip4_route_src(const ip4_addr_t *src, const ip4_addr_t *dest) in ip4_route_src() function