Home
last modified time | relevance | path

Searched refs:rreq (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_mip.c289 regreq_t rreq[1]; in interpret_mip_cntrlmsg() local
303 (void) memcpy(rreq, msg, sizeof (*rreq)); in interpret_mip_cntrlmsg()
305 regext_data = msg + sizeof (*rreq); in interpret_mip_cntrlmsg()
505 (void) sprintf(get_line((char *)&rreq - in interpret_mip_cntrlmsg()
545 if (ntohs(rreq->lifetime) == 0xffff) { in interpret_mip_cntrlmsg()
549 } else if (ntohs(rreq->lifetime) == 0) { in interpret_mip_cntrlmsg()
558 ntohs(rreq->lifetime)); in interpret_mip_cntrlmsg()
560 addr_temp.s_addr = rreq->home_addr; in interpret_mip_cntrlmsg()
566 addr_temp.s_addr = rreq->home_agent_addr; in interpret_mip_cntrlmsg()
572 addr_temp.s_addr = rreq->care_of_addr; in interpret_mip_cntrlmsg()
[all …]
/illumos-gate/usr/src/uts/common/xen/io/
H A Dxdf.c1267 ddi_put8(acchdl, &rreq->operation, in xdf_process_rreq()
1269 ddi_put16(acchdl, &rreq->handle, vdev); in xdf_process_rreq()
1270 ddi_put64(acchdl, &rreq->id, in xdf_process_rreq()
1276 ddi_put8(acchdl, &rreq->operation, in xdf_process_rreq()
1281 ddi_put8(acchdl, &rreq->operation, in xdf_process_rreq()
1284 ddi_put8(acchdl, &rreq->operation, in xdf_process_rreq()
1290 ddi_put16(acchdl, &rreq->handle, vdev); in xdf_process_rreq()
1341 vdp->xdf_addr, rreq->id)); in xdf_process_rreq()
1349 blkif_request_t *rreq; in xdf_io_start() local
1377 bzero(rreq, sizeof (blkif_request_t)); in xdf_io_start()
[all …]