uIP packet forwarding header file.
- Author
- Adam Dunkels adam@.nosp@m.sics.nosp@m..se
|
#define | UIP_FW_DROPPED |
| An error message that indicates that a packet that should be forwarded or output was dropped. More...
|
|
#define | UIP_FW_FORWARDED |
| A non-error message that indicates that a packet was forwarded. More...
|
|
#define | UIP_FW_LOCAL |
| A non-error message that indicates that a packet should be processed locally. More...
|
|
#define | UIP_FW_NETIF(ip1, ip2, ip3, ip4, nm1, nm2, nm3, nm4, outputfunc) |
| Instantiating macro for a uIP network interface. More...
|
|
#define | UIP_FW_NOROUTE |
| An error message that indicates that no suitable interface could be found for an outbound packet. More...
|
|
#define | UIP_FW_OK |
| A non-error message that indicates that something went OK. More...
|
|
#define | uip_fw_setipaddr(netif, addr) |
| Set the IP address of a network interface. More...
|
|
#define | uip_fw_setnetmask(netif, addr) |
| Set the netmask of a network interface. More...
|
|
#define | UIP_FW_TOOLARGE |
| An error message that indicates that a packet that was too large for the outbound network interface was detected. More...
|
|
#define | UIP_FW_ZEROLEN |
| A non-error message that indicates that a zero-length packet transmission was attempted, and that no packet was sent. More...
|
|