從大學修網路程式就一直困擾我的東西, 做個備份
functions 的用法就不列了,
比較神奇的就是從 sin_addr.s_addr 轉到 dots-and-number string.
reference (3)
reference:
1. inet_ntoa(), inet_aton(), inet_addr() -> all the deprecated, use inet_pton() or inet_ntop()
http://www.beej.us/guide/bgnet/output/html/multipage/inet_ntoaman.html
2. inet_pton() or inet_ntop()
http://www.beej.us/guide/bgnet/output/html/multipage/inet_ntopman.html
3. sin_addr.s_addr -> dots-and-number string
http://stackoverflow.com/questions/3060950/how-to-get-ip-address-from-sock-structure-in-c
全站熱搜
留言列表