Home
last modified time | relevance | path

Searched refs:hint (Results 1 – 4 of 4) sorted by relevance

/lib/liblwip/src/include/lwip/
Dnetif.h319 #define NETIF_SET_HWADDRHINT(netif, hint) ((netif)->addr_hint = (hint)) argument
321 #define NETIF_SET_HWADDRHINT(netif, hint) argument
/lib/liblwip/src/netif/
Detharp.c135 #define ETHARP_SET_HINT(netif, hint) if (((netif) != NULL) && ((netif)->addr_hint != NULL)) \ argument
136 *((netif)->addr_hint) = (hint);
138 #define ETHARP_SET_HINT(netif, hint) (etharp_cached_entry = (hint)) argument
/lib/liblwip/doc/
Dsys_arch.txt55 other error will provide a hint what went wrong, but except for assertions,
104 other error will provide a hint what went wrong, but except for assertions,
/lib/liblwip/
DCHANGELOG3057 that must be initialized correctly by the driver (hint: 6 for Ethernet MAC).