Lines Matching full:inet_ntop
996 from = inet_ntop(AF_INET6, (struct sockaddr *) &addr6.sin6_addr, buf, sizeof(buf));
998 from = inet_ntop(AF_INET, (struct sockaddr *) &addr.sin_addr, buf, sizeof(buf));
1477 str = inet_ntop(AF_INET6, src, buf, sizeof(buf));
1484 str = inet_ntop(AF_INET, src, buf, sizeof(buf));
1558 p = (char *) inet_ntop(af, src, bind_str, sizeof(bind_str));