Searched defs:toh2 (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsocktpi.c2849 struct T_opthdr toh2; local
2921 toh2.level = SOL_SOCKET;
2922 toh2.name = SO_SRCADDR;
2923 toh2.len = (t_uscalar_t)(srclen +
2925 toh2.status = 0;
2934 soappendmsg(mp, &toh2, sizeof (toh2));

Completed in 56 milliseconds