Home
last modified time | relevance | path

Searched refs:NETIF_SET_HINTS (Results 1 – 10 of 10) sorted by relevance

/third_party/lwip/src/core/
Draw.c476 NETIF_SET_HINTS(netif, &pcb->netif_hints); in raw_sendto_if_src()
548 NETIF_SET_HINTS(netif, &pcb->netif_hints); in raw_sendto_if_src()
Dtcp_out.c1619 NETIF_SET_HINTS(netif, &(pcb->netif_hints)); in tcp_output_segment()
1955 NETIF_SET_HINTS(netif, LWIP_CONST_CAST(struct netif_hint*, &(pcb->netif_hints))); in tcp_output_control_segment()
Dudp.c938 NETIF_SET_HINTS(netif, &(pcb->netif_hints));
/third_party/lwip/src/include/lwip/
Dnetif.h581 #define NETIF_SET_HINTS(netif, netifhint) (netif)->hints = (netifhint) macro
584 #define NETIF_SET_HINTS(netif, netifhint) macro
/third_party/lwip/
D0070-add-CHECKSUM_UDP-when-not-support-OFFLOAD_UDP_CHECKS.patch75 NETIF_SET_HINTS(netif, &(pcb->netif_hints));
D0060-lwip-add-udp-multicast.patch189 NETIF_SET_HINTS(netif, &(pcb->netif_hints));
D0057-same-node-gazellectl-a.patch308 NETIF_SET_HINTS(netif, &(pcb->netif_hints));
D0002-adapt-lstack.patch2942 NETIF_SET_HINTS(netif, &(pcb->netif_hints));
/third_party/lwip/src/core/ipv4/
Dip4.c1126 NETIF_SET_HINTS(netif, netif_hint);
/third_party/lwip/src/core/ipv6/
Dip6.c1457 NETIF_SET_HINTS(netif, netif_hint);