Searched defs:addr_hint (Results 1 – 7 of 7) sorted by relevance
/AliOS-Things-master/components/lwip/lwip2.0.0/include/lwip/ |
A D | ip.h | 248 #define ip_output_hinted(p, src, dest, ttl, tos, proto, addr_hint) \ argument 279 #define ip_output_hinted(p, src, dest, ttl, tos, proto, addr_hint) \ argument 297 #define ip_output_hinted(p, src, dest, ttl, tos, proto, addr_hint) \ argument
|
A D | netif.h | 338 u8_t *addr_hint; member
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/lwip/src/include/lwip/ |
A D | ip.h | 247 #define ip_output_hinted(p, src, dest, ttl, tos, proto, addr_hint) \ argument 278 #define ip_output_hinted(p, src, dest, ttl, tos, proto, addr_hint) \ argument 296 #define ip_output_hinted(p, src, dest, ttl, tos, proto, addr_hint) \ argument
|
A D | netif.h | 331 u8_t *addr_hint; member
|
/AliOS-Things-master/components/lwip/lwip2.0.0/core/ipv6/ |
A D | ip6.c | 994 u8_t hl, u8_t tc, u8_t nexth, u8_t *addr_hint) in ip6_output_hinted()
|
A D | nd6.c | 1576 u8_t addr_hint = *(netif->addr_hint); in nd6_get_next_hop_entry() local
|
/AliOS-Things-master/components/lwip/lwip2.0.0/core/ipv4/ |
A D | ip4.c | 1024 u8_t ttl, u8_t tos, u8_t proto, u8_t *addr_hint)
|
Completed in 25 milliseconds