dotted 45 maint/gnulib/tests/socket-client.h unsigned char dotted[4] = { 127, 0, 0, 1 }; /* 127.0.0.1 */ dotted 46 maint/gnulib/tests/socket-client.h memcpy (&addr.sin_addr.s_addr, dotted, 4); dotted 69 maint/gnulib/tests/socket-server.h unsigned char dotted[4] = { 127, 0, 0, 1 }; /* 127.0.0.1 */ dotted 70 maint/gnulib/tests/socket-server.h memcpy (&addr.sin_addr.s_addr, dotted, 4);