Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/zoneadmd/
H A Dvplat.c1980 } so_dst, so_ifp; variable
2040 so_dst.sa.sa_family = AF_INET; in who_is_using()
2042 so_dst.sin.sin_addr = sin4->sin_addr; in who_is_using()
2046 so_dst.sa.sa_family = AF_INET6; in who_is_using()
2048 so_dst.sin6.sin6_addr = sin6->sin6_addr; in who_is_using()
2060 l = ROUNDUP_LONG(salen(&so_dst.sa)); in who_is_using()
2061 (void) memmove(cp, &(so_dst), l); in who_is_using()