标签:字符串 字符串表 ipv6 tin ntop 十进制 color one 结果
#include <arpa/inet.h> in_addr_t inet_addr(const char* strptr); int inet_aton(const char* cp, struct in_addr* inp); char* inet_ntoa(struct in_addr in);
#include <arpa/inet.h> int inet_pton(int af, const char* src, void* dst); const char* inet_ntop(int af, const void* src, char* dst, socklen_t len);
len的大小
#include <netinet/in.h> #define INET_ADDRSTRLEN 16 #define INET6_ADDRSTRLEN 46
标签:字符串 字符串表 ipv6 tin ntop 十进制 color one 结果
原文地址:https://www.cnblogs.com/tianzeng/p/10465941.html