Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_sig.c208 sin6_t *sadst6 = (sin6_t *)&sa->ts_dst; in tcpsig_sa_match4()
228 sadst = (sin_t *)&sa->ts_dst; in tcpsig_sa_match4()
257 sadst = (sin6_t *)&sa->ts_dst; in tcpsig_sa_match6()
421 bcopy(dst, (sin6_t *)&sa->ts_dst, sizeof (sin6_t)); in tcpsig_sa_add()
424 bcopy(dst, (sin_t *)&sa->ts_dst, sizeof (sin_t)); in tcpsig_sa_add()
560 sa->ts_family, &sa->ts_dst); in tcpsig_dump_one()
/illumos-gate/usr/src/uts/common/inet/
H A Dtcp_sig.h34 struct sockaddr_storage ts_dst; member