Searched refs:host (Results 1 - 7 of 7) sorted by relevance
/libmicro/ |
H A D | getsockname.c | 68 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 D | listen.c | 71 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 D | getpeername.c | 71 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 D | bind.c | 102 struct hostent *host; local 123 if ((host = gethostbyname("localhost")) == NULL) 131 host->h_addr_list[0], sizeof (struct in_addr));
|
H A D | close_tcp.c | 86 struct hostent *host; local 121 if ((host = gethostbyname("localhost")) == NULL) { 131 host->h_addr_list[0], sizeof (struct in_addr));
|
H A D | connection.c | 60 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 D | pipe.c | 340 struct hostent *host; local 354 if ((host = gethostbyname("localhost")) == NULL) { 364 host->h_addr_list[0], sizeof (struct in_addr));
|
Completed in 20 milliseconds