mirror of
https://code.semirocket.science/wrapsix
synced 2025-12-15 02:05:13 +02:00
Some more NAT stuff (init & quit calling)
IPv4 address structure IP addresses translation functions Makefile.am update
This commit is contained in:
@@ -39,4 +39,7 @@ struct s_ethernet {
|
||||
extern struct s_ipv6_addr ndp_multicast_addr;
|
||||
extern struct s_ipv6_addr wrapsix_ipv6_prefix;
|
||||
|
||||
struct s_ipv4_addr ipv6_to_ipv4(struct s_ipv6_addr *ipv6_addr);
|
||||
struct s_ipv6_addr ipv4_to_ipv6(struct s_ipv4_addr *ipv4_addr);
|
||||
|
||||
#endif /* WRAPPER_H */
|
||||
|
||||
Reference in New Issue
Block a user