32 #ifndef __LWIP_INET_H__ 33 #define __LWIP_INET_H__ 67 #if BYTE_ORDER == BIG_ENDIAN 73 #ifdef LWIP_PREFIX_BYTEORDER_FUNCS 75 #define htons lwip_htons 76 #define ntohs lwip_ntohs 77 #define htonl lwip_htonl 78 #define ntohl lwip_ntohl u32 u32_t
Definition: cc.h:47
#define htons(x)
Definition: inet.h:68
u16_t inet_chksum_pseudo(struct pbuf *p, struct ip_addr *src, struct ip_addr *dest, u8_t proto, u16_t proto_len)
Definition: inet.c:244
const char * proto
Definition: civetweb.c:11575
GLint GLint GLint GLint GLint x
Definition: glext.h:6295
s8 s8_t
Definition: cc.h:44
u32_t inet_addr(const char *cp)
Definition: network_common.c:22
#define ntohl(x)
Definition: inet.h:71
GLenum src
Definition: glext.h:6980
#define htonl(x)
Definition: inet.h:70
size_t proto_len
Definition: civetweb.c:11576
GLenum GLsizei len
Definition: glext.h:7389
char * inet_ntoa(struct in_addr addr)
Definition: network_common.c:136
GLfloat GLfloat p
Definition: glext.h:9809
u16_t inet_chksum_pbuf(struct pbuf *p)
Definition: inet.c:306
u16 u16_t
Definition: cc.h:45
u16_t inet_chksum(void *dataptr, u16_t len)
Definition: inet.c:294
#define ntohs(x)
Definition: inet.h:69
GLenum const GLvoid * addr
Definition: glext.h:10528
s8_t inet_aton(const char *cp, struct in_addr *addr)
Definition: network_common.c:42
u8 u8_t
Definition: cc.h:43