Data Fields

uip_fw_netif Struct Reference
[uIP packet forwarding]

#include <uip-fw.h>

Collaboration diagram for uip_fw_netif:
Collaboration graph
[legend]

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: