IRC_SERVER
By @hyunjunk (hyunjun2372@gmail.com)
Loading...
Searching...
No Matches
SocketTypedef.hpp
Go to the documentation of this file.
1#pragma once
2
3#include <sys/socket.h>
4#include <sys/event.h>
5#include <sys/types.h>
6#include <netinet/in.h>
7#include <arpa/inet.h>
8
9typedef struct kevent kevent_t;
10typedef struct sockaddr sockaddr_t;
11typedef struct sockaddr_in sockaddr_in_t;
struct kevent kevent_t
Definition SocketTypedef.hpp:9
struct sockaddr sockaddr_t
Definition SocketTypedef.hpp:10
struct sockaddr_in sockaddr_in_t
Definition SocketTypedef.hpp:11