SO_USELOOPBACK
if (setsockopt(rt_sock, SOL_SOCKET,SO_USELOOPBACK,
if (so_options & SO_USELOOPBACK) {
case SO_USELOOPBACK:
case SO_USELOOPBACK:
if ((so->so_options & SO_USELOOPBACK) == 0) {
so->so_options |= SO_USELOOPBACK;
so->so_options |= SO_USELOOPBACK;
if (setsockopt(fd, SOL_SOCKET,SO_USELOOPBACK, &on, sizeof(on)) < 0)