Lines Matching refs:opthdr
56 sizeof (struct opthdr))
171 struct opthdr *req; in snmpcom_req()
172 struct opthdr *next_req; in snmpcom_req()
173 struct opthdr *req_end; in snmpcom_req()
174 struct opthdr *req_start; in snmpcom_req()
187 !(req_start = (struct opthdr *)mi_offset_param(mp, in snmpcom_req()
211 req_end = (struct opthdr *)((uchar_t *)req_start + in snmpcom_req()
215 (struct opthdr *)((uchar_t *)&req[1] + in snmpcom_req()
254 toa->OPT_length = sizeof (struct opthdr); in snmpcom_req()
292 toa->OPT_length = sizeof (struct opthdr); in snmpcom_req()
294 req = (struct opthdr *)&toa[1]; in snmpcom_req()