摘要:
1、IPv4 Socket Address Structure struct in_addr { in_addr_t s_addr; /* 32-bit IPv4 address */ /* network byte ordered */};struct sockaddr_in { uint8_t sin_len; /* length of structure (16) */ sa_fami... 阅读全文
posted @ 2009-06-11 22:45
一只灰色的羊
阅读(349)
评论(0)
推荐(0)