1 |
1633 |
jcastillo |
/*
|
2 |
|
|
* Swansea University Computer Society NET3
|
3 |
|
|
*
|
4 |
|
|
* This work is derived from NET2Debugged, which is in turn derived
|
5 |
|
|
* from NET2D which was written by:
|
6 |
|
|
* Fred N. van Kempen, <waltje@uWalt.NL.Mugnet.ORG>
|
7 |
|
|
*
|
8 |
|
|
* This work was derived from Ross Biro's inspirational work
|
9 |
|
|
* for the LINUX operating system. His version numbers were:
|
10 |
|
|
*
|
11 |
|
|
* $Id: inet.h,v 1.1 2005-12-20 11:32:24 jcastillo Exp $
|
12 |
|
|
* $Id: inet.h,v 1.1 2005-12-20 11:32:24 jcastillo Exp $
|
13 |
|
|
* $Id: inet.h,v 1.1 2005-12-20 11:32:24 jcastillo Exp $
|
14 |
|
|
* $Id: inet.h,v 1.1 2005-12-20 11:32:24 jcastillo Exp $
|
15 |
|
|
* $Id: inet.h,v 1.1 2005-12-20 11:32:24 jcastillo Exp $
|
16 |
|
|
* $Id: inet.h,v 1.1 2005-12-20 11:32:24 jcastillo Exp $
|
17 |
|
|
* $Id: inet.h,v 1.1 2005-12-20 11:32:24 jcastillo Exp $
|
18 |
|
|
* $Id: inet.h,v 1.1 2005-12-20 11:32:24 jcastillo Exp $
|
19 |
|
|
* $Id: inet.h,v 1.1 2005-12-20 11:32:24 jcastillo Exp $
|
20 |
|
|
* $Id: inet.h,v 1.1 2005-12-20 11:32:24 jcastillo Exp $
|
21 |
|
|
* $Id: inet.h,v 1.1 2005-12-20 11:32:24 jcastillo Exp $
|
22 |
|
|
* $Id: inet.h,v 1.1 2005-12-20 11:32:24 jcastillo Exp $
|
23 |
|
|
* $Id: inet.h,v 1.1 2005-12-20 11:32:24 jcastillo Exp $
|
24 |
|
|
* $Id: inet.h,v 1.1 2005-12-20 11:32:24 jcastillo Exp $
|
25 |
|
|
* $Id: inet.h,v 1.1 2005-12-20 11:32:24 jcastillo Exp $
|
26 |
|
|
* $Id: inet.h,v 1.1 2005-12-20 11:32:24 jcastillo Exp $
|
27 |
|
|
* $Id: inet.h,v 1.1 2005-12-20 11:32:24 jcastillo Exp $
|
28 |
|
|
* $Id: inet.h,v 1.1 2005-12-20 11:32:24 jcastillo Exp $
|
29 |
|
|
* $Id: inet.h,v 1.1 2005-12-20 11:32:24 jcastillo Exp $
|
30 |
|
|
* $Id: inet.h,v 1.1 2005-12-20 11:32:24 jcastillo Exp $
|
31 |
|
|
* $Id: inet.h,v 1.1 2005-12-20 11:32:24 jcastillo Exp $
|
32 |
|
|
* $Id: inet.h,v 1.1 2005-12-20 11:32:24 jcastillo Exp $
|
33 |
|
|
* $Id: inet.h,v 1.1 2005-12-20 11:32:24 jcastillo Exp $
|
34 |
|
|
* $Id: inet.h,v 1.1 2005-12-20 11:32:24 jcastillo Exp $
|
35 |
|
|
* $Id: inet.h,v 1.1 2005-12-20 11:32:24 jcastillo Exp $
|
36 |
|
|
*
|
37 |
|
|
* This program is free software; you can redistribute it and/or
|
38 |
|
|
* modify it under the terms of the GNU General Public License
|
39 |
|
|
* as published by the Free Software Foundation; either version
|
40 |
|
|
* 2 of the License, or (at your option) any later version.
|
41 |
|
|
*/
|
42 |
|
|
#ifndef _LINUX_INET_H
|
43 |
|
|
#define _LINUX_INET_H
|
44 |
|
|
|
45 |
|
|
#ifdef __KERNEL__
|
46 |
|
|
|
47 |
|
|
extern void inet_proto_init(struct net_proto *pro);
|
48 |
|
|
extern char *in_ntoa(unsigned long in);
|
49 |
|
|
extern unsigned long in_aton(const char *str);
|
50 |
|
|
|
51 |
|
|
#endif
|
52 |
|
|
#endif /* _LINUX_INET_H */
|