--- embedaddon/mpd/src/ipv6cp.h 2013/07/22 08:44:29 1.1.1.1 +++ embedaddon/mpd/src/ipv6cp.h 2016/11/01 09:56:12 1.1.1.2 @@ -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;