Searched refs:NETIF_SET_HINTS (Results 1 – 6 of 6) sorted by relevance
/btstack/3rd-party/lwip/core/src/core/ |
H A D | raw.c | 453 NETIF_SET_HINTS(netif, &pcb->netif_hints); in raw_sendto_if_src() 525 NETIF_SET_HINTS(netif, &pcb->netif_hints); in raw_sendto_if_src()
|
H A D | tcp_out.c | 1606 NETIF_SET_HINTS(netif, &(pcb->netif_hints)); in tcp_output_segment() 1942 NETIF_SET_HINTS(netif, LWIP_CONST_CAST(struct netif_hint*, &(pcb->netif_hints))); in tcp_output_control_segment()
|
H A D | udp.c | 892 NETIF_SET_HINTS(netif, &(pcb->netif_hints)); in udp_sendto_if_src_chksum()
|
/btstack/3rd-party/lwip/core/src/include/lwip/ |
H A D | netif.h | 556 #define NETIF_SET_HINTS(netif, netifhint) (netif)->hints = (netifhint) macro 559 #define NETIF_SET_HINTS(netif, netifhint) macro
|
/btstack/3rd-party/lwip/core/src/core/ipv4/ |
H A D | ip4.c | 1080 NETIF_SET_HINTS(netif, netif_hint);
|
/btstack/3rd-party/lwip/core/src/core/ipv6/ |
H A D | ip6.c | 1383 NETIF_SET_HINTS(netif, netif_hint);
|