Searched defs:netif_hint (Results 1 – 4 of 4) sorted by relevance
| /third_party/lwip/src/include/lwip/ |
| D | ip.h | 292 #define ip_output_hinted(p, src, dest, ttl, tos, proto, netif_hint) \ argument 330 #define ip_output_hinted(p, src, dest, ttl, tos, proto, netif_hint) \ argument 350 #define ip_output_hinted(p, src, dest, ttl, tos, proto, netif_hint) \ argument
|
| D | netif.h | 256 struct netif_hint { struct 258 u8_t addr_hint; 262 s32_t tci;
|
| /third_party/lwip/src/core/ipv6/ |
| D | ip6.c | 1424 u8_t hl, u8_t tc, u8_t nexth, struct netif_hint *netif_hint)
|
| /third_party/lwip/src/core/ipv4/ |
| D | ip4.c | 1146 u8_t ttl, u8_t tos, u8_t proto, struct netif_hint *netif_hint)
|