patch-2.4.23 linux-2.4.23/include/net/inet_common.h

Next file: linux-2.4.23/include/net/ip.h
Previous file: linux-2.4.23/include/net/if_inet6.h
Back to the patch index
Back to the overall index

diff -urN linux-2.4.22/include/net/inet_common.h linux-2.4.23/include/net/inet_common.h
@@ -43,6 +43,14 @@
 extern void			inet_sock_destruct(struct sock *sk);
 extern atomic_t			inet_sock_nr;
 
+extern int			inet_bind(struct socket *sock,
+					  struct sockaddr *uaddr, int addr_len);
+extern int			inet_getname(struct socket *sock,
+					     struct sockaddr *uaddr,
+					     int *uaddr_len, int peer);
+extern int			inet_ioctl(struct socket *sock,
+					   unsigned int cmd, unsigned long arg);
+
 #endif
 
 

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)