Searched refs:NETIF_SET_HINTS (Results 1 – 6 of 6) sorted by relevance
| /lib/lwip/lwip/src/core/ |
| A D | raw.c | 454 NETIF_SET_HINTS(netif, &pcb->netif_hints); in raw_sendto_if_src() 526 NETIF_SET_HINTS(netif, &pcb->netif_hints); in raw_sendto_if_src()
|
| A D | tcp_out.c | 1602 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_netif()
|
| A D | udp.c | 892 NETIF_SET_HINTS(netif, &(pcb->netif_hints)); in udp_sendto_if_src_chksum()
|
| /lib/lwip/lwip/src/include/lwip/ |
| A D | netif.h | 566 #define NETIF_SET_HINTS(netif, netifhint) (netif)->hints = (netifhint) macro 569 #define NETIF_SET_HINTS(netif, netifhint) macro
|
| /lib/lwip/lwip/src/core/ipv4/ |
| A D | ip4.c | 1114 NETIF_SET_HINTS(netif, netif_hint);
|
| /lib/lwip/lwip/src/core/ipv6/ |
| A D | ip6.c | 1385 NETIF_SET_HINTS(netif, netif_hint);
|
Completed in 22 milliseconds