Searched refs:netif_hint (Results 1 – 9 of 9) sorted by relevance
/third_party/lwip/src/include/lwip/ |
D | ip.h | 70 #define IP_PCB_NETIFHINT ;struct netif_hint netif_hints 281 #define ip_output_hinted(p, src, dest, ttl, tos, proto, netif_hint) \ argument 283 ip6_output_hinted(p, ip_2_ip6(src), ip_2_ip6(dest), ttl, tos, proto, netif_hint) : \ 284 ip4_output_hinted(p, ip_2_ip4(src), ip_2_ip4(dest), ttl, tos, proto, netif_hint)) 319 #define ip_output_hinted(p, src, dest, ttl, tos, proto, netif_hint) \ argument 320 ip4_output_hinted(p, src, dest, ttl, tos, proto, netif_hint) 339 #define ip_output_hinted(p, src, dest, ttl, tos, proto, netif_hint) \ argument 340 ip6_output_hinted(p, src, dest, ttl, tos, proto, netif_hint)
|
D | ip6.h | 75 u8_t hl, u8_t tc, u8_t nexth, struct netif_hint *netif_hint);
|
D | ip4.h | 88 u8_t ttl, u8_t tos, u8_t proto, struct netif_hint *netif_hint);
|
D | netif.h | 253 struct netif_hint { struct 383 struct netif_hint *hints;
|
/third_party/lwip/ |
D | backport-Add-outgoing-VLAN-PCP-support.patch | 53 + struct netif_hint { 56 -struct netif_hint {
|
D | 0081-ip6-hdr.patch | 90 u8_t hl, u8_t tc, u8_t nexth, struct netif_hint *netif_hint)
|
/third_party/lwip/src/core/ipv4/ |
D | ip4.c | 1112 u8_t ttl, u8_t tos, u8_t proto, struct netif_hint *netif_hint) argument 1126 NETIF_SET_HINTS(netif, netif_hint);
|
/third_party/lwip/src/core/ipv6/ |
D | ip6.c | 1423 u8_t hl, u8_t tc, u8_t nexth, struct netif_hint *netif_hint) argument 1457 NETIF_SET_HINTS(netif, netif_hint);
|
/third_party/lwip/src/core/ |
D | tcp_out.c | 1955 NETIF_SET_HINTS(netif, LWIP_CONST_CAST(struct netif_hint*, &(pcb->netif_hints))); in tcp_output_control_segment()
|