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

/freebsd-11-stable/contrib/openpam/lib/libpam/
H A Dpam_get_authtok.c74 const void *lhost, *rhost; local
88 r = pam_get_item(pamh, PAM_HOST, &lhost);
89 if (r == PAM_SUCCESS && lhost != NULL) {
90 if (strcmp(rhost, lhost) != 0)
/freebsd-11-stable/crypto/heimdal/lib/roken/
H A Diruserok.c60 __icheckhost(unsigned raddr, const char *lhost) argument
67 if (isdigit((unsigned char)*lhost)
68 && (long)(laddr = inet_addr(lhost)) != -1)
72 if ((hp = gethostbyname(lhost)) == NULL)
/freebsd-11-stable/usr.sbin/tcpdrop/
H A Dtcpdrop.c248 tcpdropbyname(const char *lhost, const char *lport, const char *fhost, argument
262 error = getaddrinfo(lhost, lport, &hints, &local);
264 errx(1, "getaddrinfo: %s port %s: %s", lhost, lport,
291 warnx("%s %s %s %s: different address families", lhost, lport,
/freebsd-11-stable/crypto/openssh/
H A Dhostfile.c422 char *hashed_host = NULL, *lhost; local
424 lhost = xstrdup(host);
425 lowercase(lhost);
428 if ((hashed_host = host_hash(lhost, NULL, 0)) == NULL) {
430 free(lhost);
435 fprintf(f, "%s,%s ", lhost, ip);
437 fprintf(f, "%s ", lhost);
439 free(lhost);
H A Dchannels.c3456 channel_cancel_lport_listener_tcpip(const char *lhost, u_short lport, argument
3461 const char *addr = channel_fwd_bind_addr(lhost, NULL, 1, fwd_opts);
/freebsd-11-stable/lib/libfetch/
H A Dcommon.c597 fetch_ssl_ipaddr_match_bin(const struct addrinfo *lhost, const char *rhost, argument
602 if (lhost->ai_family == AF_INET && rhostlen == 4) {
604 lhost->ai_addr)->sin_addr.s_addr;
606 } else if (lhost->ai_family == AF_INET6 && rhostlen == 16) {
608 lhost->ai_addr)->sin6_addr;
/freebsd-11-stable/lib/libc/net/
H A Drcmd.c684 __icheckhost(const struct sockaddr *raddr, socklen_t salen, const char *lhost) argument
715 error = getaddrinfo(lhost, "0", &hints, &res);
/freebsd-11-stable/sys/dev/sfxge/common/
H A Defx_filter.c356 __in uint32_t lhost,
369 spec->efs_loc_host.eo_u32[0] = lhost;
353 efx_filter_spec_set_ipv4_full( __inout efx_filter_spec_t *spec, __in uint8_t proto, __in uint32_t lhost, __in uint16_t lport, __in uint32_t rhost, __in uint16_t rport) argument
H A Defx.h2314 __in uint32_t lhost,

Completed in 354 milliseconds