aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/ipv6.h
diff options
context:
space:
mode:
authorAl Viro <viro@zeniv.linux.org.uk>2006-11-14 23:56:00 -0500
committerDavid S. Miller <davem@sunset.davemloft.net>2006-12-03 00:22:52 -0500
commite69a4adc669fe210817ec50ae3f9a7a5ad62d4e8 (patch)
treede4666cd772f02aac4cbacf11251faeb54e99d1d /include/net/ipv6.h
parentb09b845ca6724c3bbdc00c0cb2313258c7189ca9 (diff)
[IPV6]: Misc endianness annotations.
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/ipv6.h')
-rw-r--r--include/net/ipv6.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/ipv6.h b/include/net/ipv6.h
index 9390649bbfec..4ca9e93decc5 100644
--- a/include/net/ipv6.h
+++ b/include/net/ipv6.h
@@ -563,7 +563,7 @@ extern int ip6_datagram_connect(struct sock *sk,
563 struct sockaddr *addr, int addr_len); 563 struct sockaddr *addr, int addr_len);
564 564
565extern int ipv6_recv_error(struct sock *sk, struct msghdr *msg, int len); 565extern int ipv6_recv_error(struct sock *sk, struct msghdr *msg, int len);
566extern void ipv6_icmp_error(struct sock *sk, struct sk_buff *skb, int err, u16 port, 566extern void ipv6_icmp_error(struct sock *sk, struct sk_buff *skb, int err, __be16 port,
567 u32 info, u8 *payload); 567 u32 info, u8 *payload);
568extern void ipv6_local_error(struct sock *sk, int err, struct flowi *fl, u32 info); 568extern void ipv6_local_error(struct sock *sk, int err, struct flowi *fl, u32 info);
569 569