Home
last modified time | relevance | path

Searched refs:ip4_output_if_opt_src (Results 1 – 6 of 6) sorted by relevance

/third_party/lwip/src/include/lwip/
Dip4.h94 err_t ip4_output_if_opt_src(struct pbuf *p, const ip4_addr_t *src, const ip4_addr_t *dest,
/third_party/lwip/
D0074-gazelle-offloads-are-registered-to-lwip.patch44 @@ -986,7 +986,7 @@ ip4_output_if_opt_src(struct pbuf *p, const ip4_addr_t *src, const ip4_addr_t *d
53 @@ -1035,7 +1035,7 @@ ip4_output_if_opt_src(struct pbuf *p, const ip4_addr_t *src, const ip4_addr_t…
D0038-add-tso.patch55 @@ -1034,9 +1034,15 @@ ip4_output_if_opt_src(struct pbuf *p, const ip4_addr_t *src, const ip4_addr_…
D0023-refactor-event-and-checksum-offload-support.patch160 @@ -972,7 +985,16 @@ ip4_output_if_opt_src(struct pbuf *p, const ip4_addr_t *src, const ip4_addr_t …
D0053-cleancode-improve-lwipopts.h-readability.patch508 @@ -1034,13 +1034,13 @@ ip4_output_if_opt_src(struct pbuf *p, const ip4_addr_t *src, const ip4_addr…
/third_party/lwip/src/core/ipv4/
Dip4.c856 return ip4_output_if_opt_src(p, src_used, dest, ttl, tos, proto, netif,
873 return ip4_output_if_opt_src(p, src, dest, ttl, tos, proto, netif, NULL, 0);
881 ip4_output_if_opt_src(struct pbuf *p, const ip4_addr_t *src, const ip4_addr_t *dest, function