Searched refs:remote6 (Results 1 – 1 of 1) sorted by relevance
3205 struct sockaddr_in6 *local6, *remote6; in tcp_abort_connections() local3235 bzero(&r, sizeof (*remote6)); in tcp_abort_connections()3236 remote6 = (struct sockaddr_in6 *)&r; in tcp_abort_connections()3237 remote6->sin6_family = AF_INET6; in tcp_abort_connections()3238 remote6->sin6_port = 0; in tcp_abort_connections()3239 remote6->sin6_addr = in6addr_any; in tcp_abort_connections()