Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/zoneadmd/
H A Dvplat.c1961 } so_dst, so_ifp; variable
2021 so_dst.sa.sa_family = AF_INET; in who_is_using()
2023 so_dst.sin.sin_addr = sin4->sin_addr; in who_is_using()
2027 so_dst.sa.sa_family = AF_INET6; in who_is_using()
2029 so_dst.sin6.sin6_addr = sin6->sin6_addr; in who_is_using()
2041 l = ROUNDUP_LONG(salen(&so_dst.sa)); in who_is_using()
2042 (void) memmove(cp, &(so_dst), l); in who_is_using()