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

/macosx-10.10/Heimdal-398.1.2/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)
/macosx-10.10/libpcap-48/libpcap/Win32/Include/
H A Dinetprivate.h50 extern int _checkhost(const char *rhost, const char *lhost, int len);
/macosx-10.10/sudo-73/src/
H A Dmatch.c785 hostname_matches(shost, lhost, pattern)
787 char *lhost;
792 return !fnmatch(pattern, lhost, FNM_CASEFOLD);
797 return !strcasecmp(lhost, pattern);
898 netgr_matches(netgr, lhost, shost, user)
900 char *lhost;
926 if (innetgr(netgr, lhost, user, domain))
928 else if (lhost != shost && innetgr(netgr, shost, user, domain))
/macosx-10.10/ksh-23/ksh/src/lib/libast/uwin/
H A Drlib.h58 extern int _checkhost(const char *rhost, const char *lhost, int len);
H A Drcmd.c471 _checkhost(const char *rhost, const char *lhost, int len) argument
479 return(!strcmp(rhost, lhost));
480 if (strncmp(rhost, lhost, len))
482 if (!strcmp(rhost, lhost))
484 if (*(lhost + len) != '\0')
/macosx-10.10/Libinfo-459/util.subproj/
H A Drcmd.c754 __icheckhost(raddr, salen, lhost)
757 const char *lhost;
788 error = getaddrinfo(lhost, "0", &hints, &res);
/macosx-10.10/OpenSSH-189/openssh/
H A Dchannels.c2889 channel_cancel_lport_listener(const char *lhost, u_short lport, argument
2894 const char *addr = channel_fwd_bind_addr(lhost, NULL, 1, gateway_ports);
/macosx-10.10/emacs-93/emacs/lisp/net/
H A Dtramp.el7340 (lhost (or host (tramp-file-name-host v) (system-name)))
7341 (key (concat luser "@" lhost)))
/macosx-10.10/tcl-105/tcl_ext/tkcon/tkcon/
H A Dtkcon.tcl2317 label $t.lhost -text "Host: "
2326 grid $t.lhost $t.host $t.lport $t.port $t.ok -sticky ew

Completed in 142 milliseconds