Searched defs:netif_hint (Results 1 – 4 of 4) sorted by relevance
| /lib/lwip/lwip/src/include/lwip/ |
| A D | ip.h | 265 #define ip_output_hinted(p, src, dest, ttl, tos, proto, netif_hint) \ argument 296 #define ip_output_hinted(p, src, dest, ttl, tos, proto, netif_hint) \ argument 316 #define ip_output_hinted(p, src, dest, ttl, tos, proto, netif_hint) \ argument
|
| A D | netif.h | 253 struct netif_hint { struct 255 u8_t addr_hint; 259 s32_t tci;
|
| /lib/lwip/lwip/src/core/ipv6/ |
| A D | ip6.c | 1351 u8_t hl, u8_t tc, u8_t nexth, struct netif_hint *netif_hint)
|
| /lib/lwip/lwip/src/core/ipv4/ |
| A D | ip4.c | 1100 u8_t ttl, u8_t tos, u8_t proto, struct netif_hint *netif_hint)
|
Completed in 12 milliseconds