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
- Lines: 15
- Date:
2003-11-28 10:26:21.000000000 -0800
- Orig file:
linux-2.4.22/include/net/inet_common.h
- Orig date:
1999-08-23 10:01:02.000000000 -0700
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)