Home
last modified time | relevance | path

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

/components/net/lwip/lwip-2.1.2/src/core/
A Draw.c453 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()
A Dtcp_out.c1606 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()
A Dudp.c892 NETIF_SET_HINTS(netif, &(pcb->netif_hints)); in udp_sendto_if_src_chksum()
/components/net/lwip/lwip-2.1.2/src/include/lwip/
A Dnetif.h546 #define NETIF_SET_HINTS(netif, netifhint) (netif)->hints = (netifhint) macro
549 #define NETIF_SET_HINTS(netif, netifhint) macro
/components/net/lwip/lwip-2.1.2/src/core/ipv4/
A Dip4.c1080 NETIF_SET_HINTS(netif, netif_hint);
/components/net/lwip/lwip-2.1.2/src/core/ipv6/
A Dip6.c1383 NETIF_SET_HINTS(netif, netif_hint);

Completed in 18 milliseconds