Searched defs:hostentry (Results 1 - 2 of 2) sorted by relevance
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/cplus/ |
H A D | rcnetdb.cpp | 148 PRHostEnt hostentry; local 154 rv = PR_GetHostByName(name, (char*)buffer, PR_NETDB_BUF_SIZE, &hostentry); 159 index = PR_EnumerateHostEnt(index, &hostentry, 0, &addr); 167 index = PR_EnumerateHostEnt(index, &hostentry, 0, &addr); 188 PRHostEnt hostentry; local 194 rv = PR_GetHostByAddr(host_addr, buffer, PR_NETDB_BUF_SIZE, &hostentry); 199 index = PR_EnumerateHostEnt(index, &hostentry, 0, &addr); 207 index = PR_EnumerateHostEnt(index, &hostentry, 0, &addr);
|
/vbox/src/libs/xpcom18a4/nsprpub/tools/ |
H A D | httpget.c | 316 PRHostEnt hostentry; local 366 if (PR_GetHostByName(host, buf, sizeof(buf), &hostentry) 374 addr.inet.ip = *((PRUint32 *) hostentry.h_addr_list[0]);
|
Completed in 34 milliseconds