Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/lib/libast/uwin/
H A Drcmd.c471 _checkhost(const char *rhost, const char *lhost, int len) in _checkhost() argument
479 return(!strcmp(rhost, lhost)); in _checkhost()
480 if (strncmp(rhost, lhost, len)) in _checkhost()
482 if (!strcmp(rhost, lhost)) in _checkhost()
484 if (*(lhost + len) != '\0') in _checkhost()
H A Drlib.h58 extern int _checkhost(const char *rhost, const char *lhost, int len);
/illumos-gate/usr/src/lib/libsocket/inet/
H A Drcmd.c81 static int _checkhost(char *rhost, char *lhost, int len);
771 _checkhost(char *rhost, char *lhost, int len) in _checkhost() argument
785 return (strcmp(rhost, lhost) == 0); in _checkhost()
786 if (strncmp(rhost, lhost, len)) in _checkhost()
788 if (strcmp(rhost, lhost) == 0) in _checkhost()
790 if (*(lhost + len) != '\0') in _checkhost()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/
H A Drcp.c793 char *host, *src, *suser, *lhost; in tolocal() local
829 lhost = host; in tolocal()
976 host = lhost; in tolocal()
/illumos-gate/usr/src/uts/common/io/sfxge/common/
H A Defx_filter.c335 __in uint32_t lhost, in efx_filter_spec_set_ipv4_full() argument
348 spec->efs_loc_host.eo_u32[0] = lhost; in efx_filter_spec_set_ipv4_full()
H A Defx.h2229 __in uint32_t lhost,