RetroArch
|
#include <stdint.h>
Go to the source code of this file.
Classes | |
struct | in_addr |
struct | sockaddr_in |
Macros | |
#define | IPPROTO_IP 0 |
#define | IPPROTO_TCP 6 |
#define | IPPROTO_UDP 17 |
Functions | |
uint32_t | ntohl (uint32_t netlong) |
uint16_t | ntohs (uint16_t netshort) |
uint32_t | htonl (uint32_t hostlong) |
uint16_t | htons (uint16_t hostshort) |
#define IPPROTO_IP 0 |
#define IPPROTO_TCP 6 |
#define IPPROTO_UDP 17 |