MityDSP Documentation Index

e:/hudson/workspace/MityDSP MDK Release/trunk/sw/src/lwip_port/netif_access.c File Reference

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)

Detailed Description

Function to access netif parameters regardless of lwip options settings.

o 0 | / Copyright (c) 2009 (CL)---o Critical Link, LLC \ O


Function Documentation

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.

Parameters:
[in] apNetif Pointer to the netif structure to access.
[in] aeElem Enumeration representing element to access.
Returns:
Address of the element (NULL if not present)

  
Generated on Fri Sep 23 16:33:59 2011 for MityDSP lwIP Port by  Doxygen Version 1.6.1
Copyright © 2009, Critical Link LLC, All rights reserved.