Searched refs:_checkhost (Results 1 - 2 of 2) sorted by relevance

/ast/src/lib/libast/uwin/
H A Drlib.h58 extern int _checkhost(const char *rhost, const char *lhost, int len);
H A Drcmd.c430 && _checkhost(rhost, &ahost[1], baselen))
448 hostvalid = _checkhost(rhost, ahost, baselen);
459 hostvalid = hostvalid ? 1 : _checkhost(rhost, ahost, baselen);
471 _checkhost(const char *rhost, const char *lhost, int len) function
530 if(1 == _checkhost(rhost, host, baselen))

Completed in 27 milliseconds