patch-2.4.0-test9 linux/include/net/if_inet6.h
Next file: linux/include/net/ip.h
Previous file: linux/include/net/dst.h
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Mon Sep 18 15:04:13 2000
- Orig file:
v2.4.0-test8/linux/include/net/if_inet6.h
- Orig date:
Thu Jun 22 07:23:26 2000
diff -u --recursive --new-file v2.4.0-test8/linux/include/net/if_inet6.h linux/include/net/if_inet6.h
@@ -108,7 +108,7 @@
extern struct ipv6_devconf ipv6_devconf;
-extern __inline__ void ipv6_eth_mc_map(struct in6_addr *addr, char *buf)
+static inline void ipv6_eth_mc_map(struct in6_addr *addr, char *buf)
{
/*
* +-------+-------+-------+-------+-------+-------+
@@ -122,7 +122,7 @@
memcpy(buf + 2, &addr->s6_addr32[3], sizeof(__u32));
}
-extern __inline__ void ipv6_tr_mc_map(struct in6_addr *addr, char *buf)
+static inline void ipv6_tr_mc_map(struct in6_addr *addr, char *buf)
{
/* All nodes FF01::1, FF02::1, FF02::1:FFxx:xxxx */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)