You are on page 1of 1

sys/types.h - data types sys/socket.h - Internet Protocol family arpa/inet.h - definitions for internet operations netdb.

h - definitions for network database operations unistd.h - standard symbolic constants and types socket(int domain, int type, int protocol); (eg): socket(AF_INET,SOCK_STREAM,0); af_inet - internet domain sockets sock_stream - Byte-stream socket INADDR_ANY - special IP address

You might also like