gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:add_hosttable (0.01 seconds)
t2ex
t2ex_source/kernel/sysmain/src/network_sample/net_conf.c - 7.2KB - 233 lines
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: