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

/seL4-camkes-master/projects/lwip/src/core/
H A Draw.c453 NETIF_SET_HINTS(netif, &pcb->netif_hints);
525 NETIF_SET_HINTS(netif, &pcb->netif_hints);
H A Dtcp_out.c1606 NETIF_SET_HINTS(netif, &(pcb->netif_hints));
1942 NETIF_SET_HINTS(netif, LWIP_CONST_CAST(struct netif_hint*, &(pcb->netif_hints)));
H A Dudp.c892 NETIF_SET_HINTS(netif, &(pcb->netif_hints));
/seL4-camkes-master/projects/lwip/src/include/lwip/
H A Dnetif.h544 #define NETIF_SET_HINTS(netif, netifhint) (netif)->hints = (netifhint) macro
547 #define NETIF_SET_HINTS(netif, netifhint) macro
/seL4-camkes-master/projects/lwip/src/core/ipv4/
H A Dip4.c1080 NETIF_SET_HINTS(netif, netif_hint);
/seL4-camkes-master/projects/lwip/src/core/ipv6/
H A Dip6.c1383 NETIF_SET_HINTS(netif, netif_hint);

Completed in 44 milliseconds