--- embedaddon/mpd/src/ipv6cp.h 2012/02/21 23:32:47 1.1 +++ embedaddon/mpd/src/ipv6cp.h 2021/03/17 00:39:23 1.1.1.3 @@ -32,6 +32,9 @@ u_char myintid[8]; u_char hisintid[8]; + struct in6_addr want_addr; /* IPv6 address I'm willing to use */ + struct in6_addr peer_addr; /* IPv6 address he is willing to use */ + uint32_t peer_reject; /* Request codes rejected by peer */ struct fsm fsm; @@ -58,7 +61,7 @@ extern int Ipv6cpCloseCmd(Context ctx); extern void Ipv6cpInput(Bund b, Mbuf bp); extern void Ipv6cpDefAddress(void); - extern int Ipv6cpStat(Context ctx, int ac, char *av[], void *arg); + extern int Ipv6cpStat(Context ctx, int ac, const char *const av[], const void *arg); #endif