/[lwip]/lwip/src/include/ipv4/lwip/inet.h
ViewVC logotype

Diff of /lwip/src/include/ipv4/lwip/inet.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.5 by likewise, Mon Jun 9 21:14:47 2003 UTC revision 1.5.2.1 by marcbou, Thu Jun 19 12:16:42 2003 UTC
# Line 67  u8_t *inet_ntoa(u32_t addr); /* returns Line 67  u8_t *inet_ntoa(u32_t addr); /* returns
67  #define htonl(x) (x)  #define htonl(x) (x)
68  #define ntohl(x) (x)  #define ntohl(x) (x)
69  #else  #else
70    #ifdef LWIP_PREFIX_BYTEORDER_FUNCS
71    /* workaround for naming collisions on some platforms */
72    #define htons lwip_htons
73    #define ntohs lwip_ntohs
74    #define htonl lwip_htonl
75    #define ntohl lwip_ntohl
76    #endif
77  u16_t htons(u16_t x);  u16_t htons(u16_t x);
78  u16_t ntohs(u16_t x);  u16_t ntohs(u16_t x);
79  u32_t htonl(u32_t x);  u32_t htonl(u32_t x);

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.5.2.1

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26