Searched refs:NETIF_SET_HINTS (Results 1 – 10 of 10) sorted by relevance
/third_party/lwip/src/core/ |
D | raw.c | 476 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()
|
D | tcp_out.c | 1619 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()
|
D | udp.c | 938 NETIF_SET_HINTS(netif, &(pcb->netif_hints));
|
/third_party/lwip/src/include/lwip/ |
D | netif.h | 581 #define NETIF_SET_HINTS(netif, netifhint) (netif)->hints = (netifhint) macro 584 #define NETIF_SET_HINTS(netif, netifhint) macro
|
/third_party/lwip/ |
D | 0070-add-CHECKSUM_UDP-when-not-support-OFFLOAD_UDP_CHECKS.patch | 75 NETIF_SET_HINTS(netif, &(pcb->netif_hints));
|
D | 0060-lwip-add-udp-multicast.patch | 189 NETIF_SET_HINTS(netif, &(pcb->netif_hints));
|
D | 0057-same-node-gazellectl-a.patch | 308 NETIF_SET_HINTS(netif, &(pcb->netif_hints));
|
D | 0002-adapt-lstack.patch | 2942 NETIF_SET_HINTS(netif, &(pcb->netif_hints));
|
/third_party/lwip/src/core/ipv4/ |
D | ip4.c | 1126 NETIF_SET_HINTS(netif, netif_hint);
|
/third_party/lwip/src/core/ipv6/ |
D | ip6.c | 1457 NETIF_SET_HINTS(netif, netif_hint);
|