Function to access netif parameters regardless of lwip options settings. More...
#include "netif_access.h"
Functions | |
void * | netif_access (struct netif *apNetif, enum netif_attrs aeElem) |
Function to access netif parameters regardless of lwip options settings.
o 0 | / Copyright (c) 2009 (CL)—o Critical Link, LLC \ O
void* netif_access | ( | struct netif * | apNetif, |
enum netif_attrs | aeElem | ||
) |
This function is used to access the netif structure in a manner that is independent of the lwipopts in effect when a dependent library is built. The main purpose is to allow more options to be modifyable without requiring that the MityDSP net library be recompiled.
[in] | apNetif | Pointer to the netif structure to access. |
[in] | aeElem | Enumeration representing element to access. |