Searched refs:hrp (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/libexec/ftpd/
H A Dftpd.c696 struct ftphost *hrp, *lhrp; local
707 if ((hrp = malloc(sizeof(struct ftphost))) == NULL)
709 hrp->hostname = hostname;
710 hrp->hostinfo = NULL;
716 if (getaddrinfo(hrp->hostname, NULL, &hints, &res) == 0)
717 hrp->hostinfo = res;
718 hrp->statfile = _PATH_FTPDSTATFILE;
719 hrp->welcome = _PATH_FTPWELCOME;
720 hrp->loginmsg = _PATH_FTPLOGINMESG;
721 hrp
898 struct ftphost *hrp; local
[all...]

Completed in 94 milliseconds