patch-2.4.23 linux-2.4.23/include/net/ipv6.h
Next file: linux-2.4.23/include/net/iw_handler.h
Previous file: linux-2.4.23/include/net/ip_vs.h
Back to the patch index
Back to the overall index
- Lines: 15
- Date:
2003-11-28 10:26:21.000000000 -0800
- Orig file:
linux-2.4.22/include/net/ipv6.h
- Orig date:
2003-06-13 07:51:39.000000000 -0700
diff -urN linux-2.4.22/include/net/ipv6.h linux-2.4.23/include/net/ipv6.h
@@ -353,6 +353,14 @@
u32 info, u8 *payload);
extern void ipv6_local_error(struct sock *sk, int err, struct flowi *fl, u32 info);
+extern int inet6_release(struct socket *sock);
+extern int inet6_bind(struct socket *sock, struct sockaddr *uaddr,
+ int addr_len);
+extern int inet6_getname(struct socket *sock, struct sockaddr *uaddr,
+ int *uaddr_len, int peer);
+extern int inet6_ioctl(struct socket *sock, unsigned int cmd,
+ unsigned long arg);
+
#endif /* __KERNEL__ */
#endif /* _NET_IPV6_H */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)