Home
last modified time | relevance | path

Searched refs:hname (Results 1 – 1 of 1) sorted by relevance

/haiku/src/bin/network/ftpd/
H A Dftpd.c2439 char hname[NI_MAXHOST]; in statcmd() local
2449 hname, sizeof(hname) - 1, NULL, 0, NI_NUMERICHOST)) { in statcmd()
2450 hname[sizeof(hname) - 1] = 0; in statcmd()
2451 if (strcmp(hname, remotehost) != 0) in statcmd()
2452 printf(" (%s)", hname); in statcmd()
2554 hname, sizeof(hname) - 1, NULL, 0, in statcmd()
2556 hname[sizeof(hname) - 1] = 0; in statcmd()
2559 af, hname, htons(tmp.su_port)); in statcmd()