#include <ip64-addrmap.h>
Data Fields | |
uint8_t | flags |
uip_ip4addr_t | ip4addr |
uint16_t | ip4port |
uip_ip6addr_t | ip6addr |
uint16_t | ip6port |
uint16_t | mapped_port |
struct ip64_addrmap_entry * | next |
uint8_t | protocol |
struct timer | timer |
uint8_t ip64_addrmap_entry::flags |
Referenced by ip64_addrmap_create(), ip64_addrmap_set_recycleble(), make_addrmap(), and recycle().
uip_ip4addr_t ip64_addrmap_entry::ip4addr |
Referenced by ip64_addrmap_create(), ip64_addrmap_lookup(), and make_addrmap().
uint16_t ip64_addrmap_entry::ip4port |
Referenced by ip64_addrmap_create(), ip64_addrmap_lookup(), and make_addrmap().
uip_ip6addr_t ip64_addrmap_entry::ip6addr |
Referenced by ip64_4to6(), ip64_addrmap_create(), ip64_addrmap_lookup(), and make_addrmap().
uint16_t ip64_addrmap_entry::ip6port |
Referenced by ip64_4to6(), ip64_addrmap_create(), ip64_addrmap_lookup(), and make_addrmap().
uint16_t ip64_addrmap_entry::mapped_port |
Referenced by ip64_6to4(), ip64_addrmap_create(), ip64_addrmap_lookup_port(), and make_addrmap().
struct ip64_addrmap_entry* ip64_addrmap_entry::next |
uint8_t ip64_addrmap_entry::protocol |
Referenced by ip64_addrmap_create(), ip64_addrmap_lookup(), ip64_addrmap_lookup_port(), and make_addrmap().
struct timer ip64_addrmap_entry::timer |
Referenced by check_age(), ip64_addrmap_create(), ip64_addrmap_set_lifetime(), make_addrmap(), and recycle().