Contiki-NG
Loading...
Searching...
No Matches
nat64-standalone.h File Reference

Standalone native NAT64 translator – see nat64-standalone.c. More...

#include "net/ipv6/uip.h"

Go to the source code of this file.

Variables

const struct uip_fallback_interface nat64_standalone_interface
 uIP fallback interface that translates the node's own NAT64-prefix traffic over host IPv4 sockets.

Detailed Description

Standalone native NAT64 translator – see nat64-standalone.c.

Author
Nicolas Tsiftes nicol.nosp@m.as.t.nosp@m.sifte.nosp@m.s@ri.nosp@m..se

Definition in file nat64-standalone.h.

Variable Documentation

◆ nat64_standalone_interface

const struct uip_fallback_interface nat64_standalone_interface
extern

uIP fallback interface that translates the node's own NAT64-prefix traffic over host IPv4 sockets.

The module's module-macros.h points UIP_FALLBACK_INTERFACE at it automatically when the module is built.

Definition at line 93 of file nat64-standalone.c.