Lines Matching defs:toh

2508 		struct T_opthdr toh;
2510 toh.level = SOL_SOCKET;
2511 toh.name = SO_SRCADDR;
2512 toh.len = (t_uscalar_t)(srclen + sizeof (struct T_opthdr));
2513 toh.status = 0;
2515 (t_scalar_t)(sizeof (toh) + _TPI_ALIGN_TOPT(srclen));
2522 soappendmsg(mp, &toh, sizeof (toh));
2800 struct T_opthdr toh;
2815 toh.level = SOL_SOCKET;
2816 toh.name = SO_UNIX_CLOSE;
2819 toh.len = (t_uscalar_t)sizeof (struct T_opthdr);
2820 toh.status = 0;
2828 tdr.OPT_length = (t_scalar_t)sizeof (toh);
2833 &toh, sizeof (toh), 0, _ALLOC_SLEEP, CRED());
2892 tudr.OPT_length = (t_scalar_t)sizeof (toh);
2901 soappendmsg(mp, &toh, sizeof (toh));
2907 tudr.OPT_length = (t_scalar_t)(2 * sizeof (toh) +
2924 soappendmsg(mp, &toh, sizeof (toh));
3656 struct T_opthdr toh;
3732 tudr.OPT_length = (t_scalar_t)(optlen + sizeof (toh) +
3772 toh.level = SOL_SOCKET;
3773 toh.name = SO_FILEP;
3774 toh.len = fdbuf->fd_size +
3776 toh.status = 0;
3777 soappendmsg(mp, &toh, sizeof (toh));
3786 toh.level = SOL_SOCKET;
3787 toh.name = SO_SRCADDR;
3788 toh.len = (t_uscalar_t)(srclen + sizeof (struct T_opthdr));
3789 toh.status = 0;
3790 soappendmsg(mp, &toh, sizeof (toh));
3831 struct T_opthdr toh;
3903 toh.level = SOL_SOCKET;
3904 toh.name = SO_FILEP;
3905 toh.len = fdbuf->fd_size +
3907 toh.status = 0;
3908 soappendmsg(mp, &toh, sizeof (toh));
4049 struct T_opthdr toh;
4052 tudr.OPT_length = (t_scalar_t)(sizeof (toh) +
4057 toh.level = SOL_SOCKET;
4058 toh.name = SO_SRCADDR;
4059 toh.len = (t_uscalar_t)(srclen + sizeof (struct T_opthdr));
4060 toh.status = 0;
4074 soappendmsg(mp, &toh, sizeof (toh));