X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fnet%2Fndisc.h;h=8f121905ea6d7702d39a210abc8675328a891aca;hb=6a77f38946aaee1cd85eeec6cf4229b204c15071;hp=95684d3363c1bec63ffe12f942e6ba09c1bb13f4;hpb=5273a3df6485dc2ad6aa7ddd441b9a21970f003b;p=linux-2.6.git diff --git a/include/net/ndisc.h b/include/net/ndisc.h index 95684d336..8f121905e 100644 --- a/include/net/ndisc.h +++ b/include/net/ndisc.h @@ -45,6 +45,11 @@ struct nd_msg { __u8 opt[0]; }; +struct rs_msg { + struct icmp6hdr icmph; + __u8 opt[0]; +}; + struct ra_msg { struct icmp6hdr icmph; __u32 reachable_time; @@ -103,7 +108,8 @@ extern int ndisc_ifinfo_sysctl_change(ctl_table *ctl, int write, struct file * filp, void __user *buffer, - size_t *lenp); + size_t *lenp, + loff_t *ppos); #endif extern void inet6_ifinfo_notify(int event,