version 1.1.1.1, 2013/07/29 19:37:40
|
version 1.1.1.2, 2014/06/15 16:31:38
|
Line 1
|
Line 1
|
/* 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 |
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 |
it under the terms of the GNU General Public License as published by |
Line 31 struct ra_packet {
|
Line 31 struct ra_packet {
|
u16 lifetime; |
u16 lifetime; |
u32 reachable_time; |
u32 reachable_time; |
u32 retrans_time; |
u32 retrans_time; |
|
}; |
|
|
|
struct neigh_packet { |
|
u8 type, code; |
|
u16 checksum; |
|
u16 reserved; |
|
struct in6_addr target; |
}; |
}; |
|
|
struct prefix_opt { |
struct prefix_opt { |