Home
last modified time | relevance | path

Searched refs:netif_hint (Results 1 – 9 of 9) sorted by relevance

/third_party/lwip/src/include/lwip/
Dip.h70 #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)
Dip6.h75 u8_t hl, u8_t tc, u8_t nexth, struct netif_hint *netif_hint);
Dip4.h88 u8_t ttl, u8_t tos, u8_t proto, struct netif_hint *netif_hint);
Dnetif.h253 struct netif_hint { struct
383 struct netif_hint *hints;
/third_party/lwip/
Dbackport-Add-outgoing-VLAN-PCP-support.patch53 + struct netif_hint {
56 -struct netif_hint {
D0081-ip6-hdr.patch90 u8_t hl, u8_t tc, u8_t nexth, struct netif_hint *netif_hint)
/third_party/lwip/src/core/ipv4/
Dip4.c1112 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/
Dip6.c1423 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/
Dtcp_out.c1955 NETIF_SET_HINTS(netif, LWIP_CONST_CAST(struct netif_hint*, &(pcb->netif_hints))); in tcp_output_control_segment()