Lines Matching refs:rxh

452 	register struct rx_header *rxh;
461 rxh = (struct rx_header *) bp;
463 printf(" rx %s", tok2str(rx_types, "type %d", rxh->type));
470 (int) EXTRACT_32BITS(&rxh->cid),
471 (int) EXTRACT_32BITS(&rxh->callNumber));
474 (int) EXTRACT_32BITS(&rxh->seq),
475 (int) EXTRACT_32BITS(&rxh->serial));
479 (int) rxh->securityIndex,
480 EXTRACT_16BITS(&rxh->serviceId));
484 if (rxh->flags & rx_flags[i].flag &&
486 rxh->type == rx_flags[i].packetType)) {
507 if (rxh->type == RX_PACKET_TYPE_DATA &&
508 EXTRACT_32BITS(&rxh->seq) == 1 &&
509 rxh->flags & RX_CLIENT_INITIATED) {
551 } else if (((rxh->type == RX_PACKET_TYPE_DATA &&
552 EXTRACT_32BITS(&rxh->seq) == 1) ||
553 rxh->type == RX_PACKET_TYPE_ABORT) &&
554 (rxh->flags & RX_CLIENT_INITIATED) == 0 &&
555 rx_cache_find(rxh, (const struct ip *) bp2,
590 } else if (rxh->type == RX_PACKET_TYPE_ACK)
605 const struct rx_header *rxh = (const struct rx_header *) bp;
615 rxent->callnum = rxh->callNumber;
619 rxent->serviceId = rxh->serviceId;
631 rx_cache_find(const struct rx_header *rxh, const struct ip *ip, int sport,
644 if (rxent->callnum == rxh->callNumber &&
647 rxent->serviceId == rxh->serviceId &&
979 struct rx_header *rxh;
984 rxh = (struct rx_header *) bp;
999 if (rxh->type == RX_PACKET_TYPE_DATA) {
1029 } else if (rxh->type == RX_PACKET_TYPE_ABORT) {
1041 printf(" strange fs reply of type %d", rxh->type);
1227 struct rx_header *rxh;
1232 rxh = (struct rx_header *) bp;
1247 if (rxh->type == RX_PACKET_TYPE_DATA)
1419 struct rx_header *rxh;
1425 rxh = (struct rx_header *) bp;
1448 if (rxh->type == RX_PACKET_TYPE_DATA)
1624 struct rx_header *rxh;
1630 rxh = (struct rx_header *) bp;
1653 if (rxh->type == RX_PACKET_TYPE_DATA)
1904 struct rx_header *rxh;
1909 rxh = (struct rx_header *) bp;
1931 if (rxh->type == RX_PACKET_TYPE_DATA)
2156 struct rx_header *rxh;
2161 rxh = (struct rx_header *) bp;
2176 if (rxh->type == RX_PACKET_TYPE_DATA) {
2381 struct rx_header *rxh;
2386 rxh = (struct rx_header *) bp;
2401 if (rxh->type == RX_PACKET_TYPE_DATA)
2548 struct rx_header *rxh;
2553 rxh = (struct rx_header *) bp;
2568 if (rxh->type == RX_PACKET_TYPE_DATA)