--- embedaddon/dnsmasq/src/radv-protocol.h 2013/07/29 19:37:40 1.1.1.1 +++ embedaddon/dnsmasq/src/radv-protocol.h 2014/06/15 16:31:38 1.1.1.2 @@ -1,4 +1,4 @@ -/* dnsmasq is Copyright (c) 2000-2013 Simon Kelley +/* dnsmasq is Copyright (c) 2000-2014 Simon Kelley This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -31,6 +31,13 @@ struct ra_packet { u16 lifetime; u32 reachable_time; u32 retrans_time; +}; + +struct neigh_packet { + u8 type, code; + u16 checksum; + u16 reserved; + struct in6_addr target; }; struct prefix_opt {