Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsocktpi.c2786 struct T_opthdr toh2; in so_unix_close() local
2846 toh2.level = SOL_SOCKET; in so_unix_close()
2847 toh2.name = SO_SRCADDR; in so_unix_close()
2848 toh2.len = (t_uscalar_t)(srclen + in so_unix_close()
2850 toh2.status = 0; in so_unix_close()
2859 soappendmsg(mp, &toh2, sizeof (toh2)); in so_unix_close()