Lines Matching refs:ntop
534 char ntop[NI_MAXHOST] = "";
575 if (getnameinfo((struct sockaddr *)&from, fromlen, ntop, sizeof(ntop),
583 ntop, sizeof(ntop));
591 (const void *)&ss2sin6(&from)->sin6_addr, ntop,
592 sizeof(ntop));
609 ntop, sizeof(ntop));
612 syslog(LOG_INFO, gettext("Connection from %s"), ntop);
615 printf("Connection from %s\n", ntop);