Lines Matching refs:oh
5086 struct opthdr oh; in sotpi_getsockopt() local
5354 optmgmt_req.OPT_length = (t_scalar_t)(sizeof (oh) + maxlen); in sotpi_getsockopt()
5357 oh.level = level; in sotpi_getsockopt()
5358 oh.name = option_name; in sotpi_getsockopt()
5359 oh.len = maxlen; in sotpi_getsockopt()
5362 &oh, sizeof (oh), NULL, maxlen, 0, _ALLOC_SLEEP, cr); in sotpi_getsockopt()
5440 struct opthdr oh; in sotpi_setsockopt() local
5462 optmgmt_req.OPT_length = (t_scalar_t)sizeof (oh) + optlen; in sotpi_setsockopt()
5465 oh.level = level; in sotpi_setsockopt()
5466 oh.name = option_name; in sotpi_setsockopt()
5467 oh.len = optlen; in sotpi_setsockopt()
5470 &oh, sizeof (oh), optval, optlen, 0, _ALLOC_SLEEP, cr); in sotpi_setsockopt()