1. 호스트, 서버, 소켓

1.1. hostent 구조체

struct hostent {

*char h_name;

**char h_aliases;

int h_addrtype;

int h_length;

**char h_addr_list

};

1.2. servent 구조체

struct servent {

*char s_name;

**char s_aliases;

int s_port;

*char s_proto;

};

1.3. 소켓 관련 함수들의 type