inet_ntop 42 modules/ip/inet6def.h const char *inet_ntop(int af, const void *src, char *dst, size_t size); inet_ntop 891 modules/ip/ip.c if( inet_ntop(AF_INET6, tmpv6, ascaddr, strmax) inet_ntop 411 modules/qi/query_instructions.c inet_ntop_ret = inet_ntop(AF_INET, &begin, buf, sizeof(buf)); inet_ntop 640 modules/sk/sk_socket.c inet_ntop(AF_INET, &(addr_in.sin_addr), hostaddress, INET_ADDRSTRLEN); inet_ntop 222 tests/ip/test_ip.c inet_ntop(AF_INET6, &dst, buf, 32);