Lines Matching refs:oh
5020 struct opthdr oh; in sotpi_getsockopt() local
5294 optmgmt_req.OPT_length = (t_scalar_t)(sizeof (oh) + maxlen); in sotpi_getsockopt()
5297 oh.level = level; in sotpi_getsockopt()
5298 oh.name = option_name; in sotpi_getsockopt()
5299 oh.len = maxlen; in sotpi_getsockopt()
5302 &oh, sizeof (oh), NULL, maxlen, 0, _ALLOC_SLEEP, cr); in sotpi_getsockopt()
5380 struct opthdr oh; in sotpi_setsockopt() local
5402 optmgmt_req.OPT_length = (t_scalar_t)sizeof (oh) + optlen; in sotpi_setsockopt()
5405 oh.level = level; in sotpi_setsockopt()
5406 oh.name = option_name; in sotpi_setsockopt()
5407 oh.len = optlen; in sotpi_setsockopt()
5410 &oh, sizeof (oh), optval, optlen, 0, _ALLOC_SLEEP, cr); in sotpi_setsockopt()