Searched refs:hostinfo (Results 1 – 14 of 14) sorted by relevance
/freebsd/contrib/tcp_wrappers/ |
H A D | eval.c | 102 char *hostinfo = eval_hostinfo(request->client); in eval_client() local 106 return (hostinfo); in eval_client() 109 sprintf(both, "%s@%s", request->user, hostinfo); in eval_client() 112 return (hostinfo); in eval_client()
|
/freebsd/libexec/ftpd/ |
H A D | ftpd.c | 98 int hostinfo = 1; /* print host-specific info in messages */ variable 146 struct addrinfo *hostinfo; member 315 hostinfo = 0; in main() 619 if (hostinfo) in main() 674 hrp->hostinfo = NULL; in inithosts() 681 hrp->hostinfo = res; in inithosts() 761 for (hi = hrp->hostinfo; hi != NULL; in inithosts() 779 if (hrp->hostinfo && hrp->hostinfo != res) in inithosts() 780 freeaddrinfo(hrp->hostinfo); in inithosts() 783 hrp->hostinfo = res; in inithosts() [all …]
|
H A D | extern.h | 77 extern int hostinfo;
|
H A D | ftpcmd.y | 675 if (hostinfo) 1553 if (hostinfo)
|
/freebsd/usr.sbin/traceroute/ |
H A D | traceroute.c | 279 struct hostinfo { struct 354 void freehostinfo(struct hostinfo *); 356 struct hostinfo *gethostinfo(char *); 484 register struct hostinfo *hi; in main() 1896 struct hostinfo * 1901 register struct hostinfo *hi; in gethostinfo() 1958 freehostinfo(register struct hostinfo *hi) in freehostinfo() 1971 register struct hostinfo *hi; in getaddr()
|
/freebsd/crypto/heimdal/appl/telnet/telnetd/ |
H A D | telnetd.c | 111 int hostinfo = 1; /* do we print login banner? */ variable 256 hostinfo = 0; in main() 975 hostinfo = 0; in my_telnet() 980 if (hostinfo && *IM) in my_telnet()
|
/freebsd/crypto/heimdal/lib/krb5/ |
H A D | init_creds_pw.c | 1645 krb5_krbhst_info *hostinfo, in krb5_init_creds_step() argument 1696 &ctx->as_req, &rep.kdc_rep, hostinfo, &key); in krb5_init_creds_step() 1913 krb5_krbhst_info *hostinfo = NULL; in krb5_init_creds_get() local 1928 ret = krb5_init_creds_step(context, ctx, &in, &out, hostinfo, &flags); in krb5_init_creds_get()
|
H A D | krbhst.c | 1030 krb5_krbhst_info *hostinfo; in gethostlist() local 1036 while(krb5_krbhst_next(context, handle, &hostinfo) == 0) in gethostlist()
|
/freebsd/contrib/ntp/sntp/libevent/build-aux/ |
H A D | config.guess | 1401 hostinfo = `(hostinfo) 2>/dev/null`
|
/freebsd/contrib/ntp/sntp/libevent/ |
H A D | config.guess | 1413 hostinfo = `(hostinfo) 2>/dev/null`
|
/freebsd/contrib/openpam/ |
H A D | config.guess | 1460 hostinfo = `(hostinfo) 2>/dev/null`
|
/freebsd/contrib/openbsm/ |
H A D | configure | 2033 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
|
/freebsd/contrib/libevent/ |
H A D | configure | 2376 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
|
/freebsd/crypto/heimdal/ |
H A D | configure | 2280 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
|