AF_INET6 67 modules/ip/inet_ntop.c case AF_INET6: AF_INET6 79 modules/ip/inet_pton.c case AF_INET6: AF_INET6 214 modules/ip/ip.c if( inet_pton(AF_INET6, start, (ipptr->words)) == 0 ) { AF_INET6 891 modules/ip/ip.c if( inet_ntop(AF_INET6, tmpv6, ascaddr, strmax) AF_INET6 221 tests/ip/test_ip.c inet_pton(AF_INET6, "2001:567:87FF::", &dst); AF_INET6 222 tests/ip/test_ip.c inet_ntop(AF_INET6, &dst, buf, 32);