Home
last modified time | relevance | path

Searched refs:remote6 (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/zoneadmd/
H A Dvplat.c3303 struct sockaddr_in6 *local6, *remote6; in tcp_abort_connections() local
3333 bzero(&r, sizeof (*remote6)); in tcp_abort_connections()
3334 remote6 = (struct sockaddr_in6 *)&r; in tcp_abort_connections()
3335 remote6->sin6_family = AF_INET6; in tcp_abort_connections()
3336 remote6->sin6_port = 0; in tcp_abort_connections()
3337 remote6->sin6_addr = in6addr_any; in tcp_abort_connections()