© Copyright 1997-2004,OpenSS7 Corporation, All Rights Reserved. Last modified:
#ifndef _LINUX_INET_H #define _LINUX_INET_H #ifdef __KERNEL__ extern void inet_proto_init(struct net_proto *pro); extern char *in_ntoa(__u32 in); extern __u32 in_aton(const char *str); #endif #endif /* _LINUX_INET_H */