Lines Matching refs:toa
177 struct T_optmgmt_ack *toa; in snmpcom_req() local
251 toa = (struct T_optmgmt_ack *)mpctl->b_rptr; in snmpcom_req()
252 toa->PRIM_type = T_OPTMGMT_ACK; in snmpcom_req()
253 toa->OPT_offset = sizeof (struct T_optmgmt_ack); in snmpcom_req()
254 toa->OPT_length = sizeof (struct opthdr); in snmpcom_req()
255 toa->MGMT_flags = T_SUCCESS; in snmpcom_req()
289 toa = (struct T_optmgmt_ack *)mpctl->b_rptr; in snmpcom_req()
290 toa->PRIM_type = T_OPTMGMT_ACK; in snmpcom_req()
291 toa->OPT_offset = sizeof (struct T_optmgmt_ack); in snmpcom_req()
292 toa->OPT_length = sizeof (struct opthdr); in snmpcom_req()
293 toa->MGMT_flags = T_SUCCESS; in snmpcom_req()
294 req = (struct opthdr *)&toa[1]; in snmpcom_req()