Home
last modified time | relevance | path

Searched refs:_gethtent (Results 1 – 2 of 2) sorted by relevance

/mirbsd/src/lib/libc/net/
Dgethostnamadr.c762 _gethtent(void) function
850 while ((p = _gethtent())) {
873 while ((p = _gethtent()))
928 return (_gethtent());
Dgetaddrinfo.c217 static struct addrinfo * _gethtent(const char *, const struct addrinfo *);
1261 _gethtent(const char *name, const struct addrinfo *pai) in _gethtent() function
1332 while ((p = _gethtent(name, pai)) != NULL) { in _files_getaddrinfo()