Searched defs:netif_hint (Results 1 – 4 of 4) sorted by relevance
/third_party/lwip/src/include/lwip/ |
D | ip.h | 281 #define ip_output_hinted(p, src, dest, ttl, tos, proto, netif_hint) \ argument 319 #define ip_output_hinted(p, src, dest, ttl, tos, proto, netif_hint) \ argument 339 #define ip_output_hinted(p, src, dest, ttl, tos, proto, netif_hint) \ argument
|
D | netif.h | 253 struct netif_hint { struct 254 netif_addr_idx_t addr_hint;
|
/third_party/lwip/src/core/ipv6/ |
D | ip6.c | 1423 u8_t hl, u8_t tc, u8_t nexth, struct netif_hint *netif_hint)
|
/third_party/lwip/src/core/ipv4/ |
D | ip4.c | 1112 u8_t ttl, u8_t tos, u8_t proto, struct netif_hint *netif_hint)
|