搜索资源列表
一个判断远程主机存活程序代码
- 一个判断远程主机存活程序代码(ping) #include #include #include #include #include "winsock.h" #pragma comment(lib,"Ws2_32"); #define SEND_SIZE 32 #define PACKET_SIZE 4096 #define ICMP_ECHO 8 #define ICMP
lib
- int_to_char ,char_to_int, inet_addr, inet_ntoa 用于linux内核态-int_to_char, char_to_int, inet_addr, inet_ntoa state for the linux kernel
inet_ntoa()ainet_addr()ahtonl()
- inet_ntoa()、inet_addr()、htonl()函数的简单实现,并没有现实的头文件中的完美。仅供学习参考方法之用-Simple implementation of the function inet_ntoa()、inet_addr()、htonl()