Searched refs:hint (Results 1 – 4 of 4) sorted by relevance
319 #define NETIF_SET_HWADDRHINT(netif, hint) ((netif)->addr_hint = (hint)) argument321 #define NETIF_SET_HWADDRHINT(netif, hint) argument
135 #define ETHARP_SET_HINT(netif, hint) if (((netif) != NULL) && ((netif)->addr_hint != NULL)) \ argument136 *((netif)->addr_hint) = (hint);138 #define ETHARP_SET_HINT(netif, hint) (etharp_cached_entry = (hint)) argument
55 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,
3057 that must be initialized correctly by the driver (hint: 6 for Ethernet MAC).