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