SAMV71 Xplained Ultra Software Package 1.3

uip_fw_netif Struct Reference
[uIP packet forwarding]

#include <C:/softpack/canopus1.3/softpack/samv7/libraries/libuip/source/uip_1.0/uip/uip-fw.h>

Data Fields

struct uip_fw_netifnext
u16_t ipaddr [2]
u16_t netmask [2]
u8_t(* output )(void)

Detailed Description

Representation of a uIP network interface.

Definition at line 54 of file uip-fw.h.


Field Documentation

The IP address of this interface.

Definition at line 57 of file uip-fw.h.

The netmask of the interface.

Definition at line 58 of file uip-fw.h.

Pointer to the next interface when linked in a list.

Definition at line 55 of file uip-fw.h.

A pointer to the function that sends a packet.

Definition at line 59 of file uip-fw.h.


The documentation for this struct was generated from the following file:
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines