Searched defs:addr_hint (Results 1 – 5 of 5) sorted by relevance
/minix3/minix/lib/liblwip/dist/src/include/lwip/ |
H A D | ip.h | 252 #define ip_output_hinted(p, src, dest, ttl, tos, proto, addr_hint) \ argument 283 #define ip_output_hinted(p, src, dest, ttl, tos, proto, addr_hint) \ argument 303 #define ip_output_hinted(p, src, dest, ttl, tos, proto, addr_hint) \ argument
|
H A D | netif.h | 349 u8_t *addr_hint; member
|
/minix3/minix/lib/liblwip/dist/src/core/ipv6/ |
H A D | ip6.c | 1148 u8_t hl, u8_t tc, u8_t nexth, u8_t *addr_hint) in ip6_output_hinted()
|
H A D | nd6.c | 1926 u8_t addr_hint = *(netif->addr_hint); in nd6_get_next_hop_entry() local
|
/minix3/minix/lib/liblwip/dist/src/core/ipv4/ |
H A D | ip4.c | 1038 u8_t ttl, u8_t tos, u8_t proto, u8_t *addr_hint)
|