Searched refs:host (Results 1 - 7 of 7) sorted by relevance

/libmicro/
H A Dgetsockname.c68 struct hostent *host; local
82 if ((host = gethostbyname("localhost")) == NULL) {
92 (void) memcpy(&adds.sin_addr.s_addr, host->h_addr_list[0],
H A Dlisten.c71 struct hostent *host; local
85 if ((host = gethostbyname("localhost")) == NULL) {
95 (void) memcpy(&adds.sin_addr.s_addr, host->h_addr_list[0],
H A Dgetpeername.c71 struct hostent *host; local
87 if ((host = gethostbyname("localhost")) == NULL) {
97 (void) memcpy(&adds.sin_addr.s_addr, host->h_addr_list[0],
H A Dbind.c102 struct hostent *host; local
123 if ((host = gethostbyname("localhost")) == NULL)
131 host->h_addr_list[0], sizeof (struct in_addr));
H A Dclose_tcp.c86 struct hostent *host; local
121 if ((host = gethostbyname("localhost")) == NULL) {
131 host->h_addr_list[0], sizeof (struct in_addr));
H A Dconnection.c60 static struct hostent *host; variable in typeref:struct:hostent
155 if ((host = gethostbyname("localhost")) == NULL) {
165 host->h_addr_list[0], sizeof (struct in_addr));
H A Dpipe.c340 struct hostent *host; local
354 if ((host = gethostbyname("localhost")) == NULL) {
364 host->h_addr_list[0], sizeof (struct in_addr));

Completed in 19 milliseconds