Searched defs:netif_hint (Results 1 – 6 of 6) sorted by relevance
| /device/soc/hisilicon/ws63v100/sdk/open_source/lwip/lwip_v2.1.3/src/include/lwip/ |
| D | ip.h | 286 #define ip_output_hinted(p, src, dest, ttl, tos, proto, netif_hint) \ argument 317 #define ip_output_hinted(p, src, dest, ttl, tos, proto, netif_hint) \ argument 337 #define ip_output_hinted(p, src, dest, ttl, tos, proto, netif_hint) \ argument
|
| D | netif.h | 382 struct netif_hint { struct 383 netif_addr_idx_t addr_hint;
|
| /device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/ |
| D | ip.h | 302 #define ip_output_hinted(p, src, dest, ttl, tos, proto, netif_hint) \ argument 369 #define ip_output_hinted(p, src, dest, ttl, tos, proto, netif_hint) \ argument 398 #define ip_output_hinted(p, src, dest, ttl, tos, proto, netif_hint) \ argument
|
| D | netif.h | 389 struct netif_hint { struct 390 u8_t addr_hint;
|
| /device/soc/hisilicon/ws63v100/sdk/open_source/lwip/lwip_v2.1.3/src/core/ipv4/ |
| D | ip4.c | 1277 u8_t ttl, u8_t tos, u8_t proto, struct netif_hint *netif_hint) in ip4_output_hinted()
|
| /device/soc/hisilicon/ws63v100/sdk/open_source/lwip/lwip_v2.1.3/src/core/ipv6/ |
| D | ip6.c | 2420 u8_t hl, u8_t tc, u8_t nexth, struct netif_hint *netif_hint) in ip6_output_hinted()
|