|
RetroArch
|
Go to the source code of this file.
Macros | |
| #define | htons(x) (x) |
| #define | ntohs(x) (x) |
| #define | htonl(x) (x) |
| #define | ntohl(x) (x) |
Functions | |
| u16_t | inet_chksum (void *dataptr, u16_t len) |
| u16_t | inet_chksum_pbuf (struct pbuf *p) |
| u16_t | inet_chksum_pseudo (struct pbuf *p, struct ip_addr *src, struct ip_addr *dest, u8_t proto, u16_t proto_len) |
| u32_t | inet_addr (const char *cp) |
| s8_t | inet_aton (const char *cp, struct in_addr *addr) |
| char * | inet_ntoa (struct in_addr addr) |
| u16_t inet_chksum_pseudo | ( | struct pbuf * | p, |
| struct ip_addr * | src, | ||
| struct ip_addr * | dest, | ||
| u8_t | proto, | ||
| u16_t | proto_len | ||
| ) |
| char* inet_ntoa | ( | struct in_addr | addr | ) |
1.8.15