Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/zoneadmd/
H A Dvplat.c1960 } so_dst, so_ifp; variable
2020 so_dst.sa.sa_family = AF_INET; in who_is_using()
2022 so_dst.sin.sin_addr = sin4->sin_addr; in who_is_using()
2026 so_dst.sa.sa_family = AF_INET6; in who_is_using()
2028 so_dst.sin6.sin6_addr = sin6->sin6_addr; in who_is_using()
2040 l = ROUNDUP_LONG(salen(&so_dst.sa)); in who_is_using()
2041 (void) memmove(cp, &(so_dst), l); in who_is_using()