ndisc.h (97eb3f24352ec6632c2127b35d8087d2a809a9b9) ndisc.h (b71d1d426d263b0b6cb5760322efebbfc89d4463)
1#ifndef _NDISC_H
2#define _NDISC_H
3
4/*
5 * ICMP codes for neighbour discovery messages
6 */
7
8#define NDISC_ROUTER_SOLICITATION 133

--- 88 unchanged lines hidden (view full) ---

97extern void ndisc_send_rs(struct net_device *dev,
98 const struct in6_addr *saddr,
99 const struct in6_addr *daddr);
100
101extern void ndisc_send_redirect(struct sk_buff *skb,
102 struct neighbour *neigh,
103 const struct in6_addr *target);
104
1#ifndef _NDISC_H
2#define _NDISC_H
3
4/*
5 * ICMP codes for neighbour discovery messages
6 */
7
8#define NDISC_ROUTER_SOLICITATION 133

--- 88 unchanged lines hidden (view full) ---

97extern void ndisc_send_rs(struct net_device *dev,
98 const struct in6_addr *saddr,
99 const struct in6_addr *daddr);
100
101extern void ndisc_send_redirect(struct sk_buff *skb,
102 struct neighbour *neigh,
103 const struct in6_addr *target);
104
105extern int ndisc_mc_map(struct in6_addr *addr, char *buf, struct net_device *dev, int dir);
105extern int ndisc_mc_map(const struct in6_addr *addr, char *buf,
106 struct net_device *dev, int dir);
106
107extern struct sk_buff *ndisc_build_skb(struct net_device *dev,
108 const struct in6_addr *daddr,
109 const struct in6_addr *saddr,
110 struct icmp6hdr *icmp6h,
111 const struct in6_addr *target,
112 int llinfo);
113

--- 49 unchanged lines hidden ---
107
108extern struct sk_buff *ndisc_build_skb(struct net_device *dev,
109 const struct in6_addr *daddr,
110 const struct in6_addr *saddr,
111 struct icmp6hdr *icmp6h,
112 const struct in6_addr *target,
113 int llinfo);
114

--- 49 unchanged lines hidden ---