Searched defs:netif_hint (Results 1 – 4 of 4) sorted by relevance
/btstack/3rd-party/lwip/core/src/include/lwip/ |
H A 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
|
H A D | netif.h | 253 struct netif_hint { struct 255 u8_t addr_hint; 259 s32_t tci;
|
/btstack/3rd-party/lwip/core/src/core/ipv6/ |
H A D | ip6.c | 1350 u8_t hl, u8_t tc, u8_t nexth, struct netif_hint *netif_hint)
|
/btstack/3rd-party/lwip/core/src/core/ipv4/ |
H A D | ip4.c | 1066 u8_t ttl, u8_t tos, u8_t proto, struct netif_hint *netif_hint)
|