Searched refs:lhost (Results 1 – 7 of 7) sorted by relevance
/illumos-gate/usr/src/contrib/ast/src/lib/libast/uwin/ |
H A D | rcmd.c | 471 _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 D | rlib.h | 58 extern int _checkhost(const char *rhost, const char *lhost, int len);
|
/illumos-gate/usr/src/lib/libsocket/inet/ |
H A D | rcmd.c | 81 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/test/os-tests/tests/hexdump/data/ |
H A D | width12 | 8 876567: 6c686f73 74206c6f 67686f73 | lhost loghos
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ |
H A D | rcp.c | 793 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 D | efx_filter.c | 335 __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 D | efx.h | 2229 __in uint32_t lhost,
|