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 #define htonl(x)
Definition: inet.h:70
s8 s8_t
Definition: cc.h:44
size_t proto_len
Definition: civetweb.c:11576
#define ntohs(x)
Definition: inet.h:69
GLenum GLsizei len
Definition: glext.h:7389
u16_t inet_chksum(void *dataptr, u16_t len)
Definition: inet.c:294
u32_t inet_addr(const char *cp)
Definition: network_common.c:22
GLenum const GLvoid * addr
Definition: glext.h:10528
char * inet_ntoa(struct in_addr addr)
Definition: network_common.c:136
GLenum src
Definition: glext.h:6980
GLint GLint GLint GLint GLint x
Definition: glext.h:6295
GLfloat GLfloat p
Definition: glext.h:9809
#define htons(x)
Definition: inet.h:68
u8 u8_t
Definition: cc.h:43
const char * proto
Definition: civetweb.c:11575
s8_t inet_aton(const char *cp, struct in_addr *addr)
Definition: network_common.c:42
#define ntohl(x)
Definition: inet.h:71
u32 u32_t
Definition: cc.h:47
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
u16_t inet_chksum_pbuf(struct pbuf *p)
Definition: inet.c:306
u16 u16_t
Definition: cc.h:45