Search | Google it | Results 1 - 1 of 1 for funcall:htonl from t2ex/t2ex_source/kernel/sysmain/src/network_sample/net_conf.c (0.00 seconds) |
87: NETDBG("Assign INADDR_ANY to Neta before transmitting DHCP packets."); 88: set_ifaddr("Neta", htonl(INADDR_ANY), htonl(INADDR_ANY)); 89: 198: NETDBG("Assign 127.0.0.1 to lo0."); 199: set_ifaddr("lo0", htonl(INADDR_LOOPBACK), inet_addr("255.0.0.0")); 200: NETDBG("Bring up lo0."); 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"));