XenevaOS
Loading...
Searching...
No Matches
XenevaOS
Libs
XEClib
includes
arpa
inet.h
Go to the documentation of this file.
1
30
#ifndef __INET_H__
31
#define __INET_H__
32
33
#include <stdint.h>
34
#include <
sys/socket.h
>
35
#include <
_xeneva.h
>
36
37
#ifdef __cplusplus
38
XE_EXTERN
{
39
#endif
40
41
XE_LIB
uint32_t
htonl
(
uint32_t
hostlong);
42
XE_LIB
uint16_t
htons
(
uint16_t
hostshort);
43
XE_LIB
uint32_t
ntohl
(
uint32_t
netlong);
44
XE_LIB
uint16_t
ntohs
(
uint16_t
netshort);
45
XE_LIB
in_addr_t
inet_addr
(
const
char
* in);
46
XE_LIB
char
*
inet_ntoa
(
struct
in_addr
in);
47
48
#ifdef __cplusplus
49
}
50
#endif
51
52
53
#endif
in_addr_t
uint32_t in_addr_t
Definition
socket.h:113
socket.h
_xeneva.h
XE_LIB
#define XE_LIB
Definition
_xeneva.h:55
XE_EXTERN
#define XE_EXTERN
Definition
_xeneva.h:50
uint32_t
unsigned int uint32_t
Definition
acefiex.h:163
uint16_t
unsigned short int uint16_t
Definition
acefiex.h:162
ntohl
#define ntohl(l)
Definition
aunet.h:59
htonl
#define htonl(l)
Definition
aunet.h:57
htons
#define htons(s)
Definition
aunet.h:58
ntohs
#define ntohs(s)
Definition
aunet.h:60
inet_ntoa
XE_LIB char * inet_ntoa(struct in_addr in)
Definition
inet.cpp:79
inet_addr
XE_LIB in_addr_t inet_addr(const char *in)
Definition
inet.cpp:52
in_addr
Definition
socket.h:116
Generated by
1.9.8