Searched refs:local6 (Results 1 – 1 of 1) sorted by relevance
3205 struct sockaddr_in6 *local6, *remote6; in tcp_abort_connections() local3229 bzero(&l, sizeof (*local6)); in tcp_abort_connections()3230 local6 = (struct sockaddr_in6 *)&l; in tcp_abort_connections()3231 local6->sin6_family = AF_INET6; in tcp_abort_connections()3232 local6->sin6_port = 0; in tcp_abort_connections()3233 local6->sin6_addr = in6addr_any; in tcp_abort_connections()