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.c2780 struct T_opthdr toh2; in so_unix_close() local
2840 toh2.level = SOL_SOCKET; in so_unix_close()
2841 toh2.name = SO_SRCADDR; in so_unix_close()
2842 toh2.len = (t_uscalar_t)(srclen + in so_unix_close()
2844 toh2.status = 0; in so_unix_close()
2853 soappendmsg(mp, &toh2, sizeof (toh2)); in so_unix_close()