Searched refs:test (Results 1 – 1 of 1) sorted by relevance
8 test (unsigned int inaddr, const char *expected) in test() function30 result |= test (INADDR_LOOPBACK, "127.0.0.1"); in do_test()31 result |= test (INADDR_BROADCAST, "255.255.255.255"); in do_test()32 result |= test (INADDR_ANY, "0.0.0.0"); in do_test()33 result |= test (0xc0060746, "192.6.7.70"); in do_test()
Completed in 2 milliseconds