Search | Google it | Results 1 - 1 of 1 for funcall:add_hosttable (0.01 seconds) |
228: NETDBG("Add an entry for localhost into the host name table."); 229: add_hosttable("localhost", htonl(INADDR_LOOPBACK)); 230: add_hosttable("test", inet_addr("127.0.0.2")); 231: