• Home
  • Raw
  • Download

Lines Matching refs:rxh

437 	register struct rx_header *rxh;  in rx_print()  local
446 rxh = (struct rx_header *) bp; in rx_print()
448 printf(" rx %s", tok2str(rx_types, "type %d", rxh->type)); in rx_print()
455 (int) EXTRACT_32BITS(&rxh->cid), in rx_print()
456 (int) EXTRACT_32BITS(&rxh->callNumber)); in rx_print()
459 (int) EXTRACT_32BITS(&rxh->seq), in rx_print()
460 (int) EXTRACT_32BITS(&rxh->serial)); in rx_print()
464 (int) rxh->securityIndex, in rx_print()
465 EXTRACT_16BITS(&rxh->serviceId)); in rx_print()
469 if (rxh->flags & rx_flags[i].flag && in rx_print()
471 rxh->type == rx_flags[i].packetType)) { in rx_print()
492 if (rxh->type == RX_PACKET_TYPE_DATA && in rx_print()
493 EXTRACT_32BITS(&rxh->seq) == 1 && in rx_print()
494 rxh->flags & RX_CLIENT_INITIATED) { in rx_print()
536 } else if (((rxh->type == RX_PACKET_TYPE_DATA && in rx_print()
537 EXTRACT_32BITS(&rxh->seq) == 1) || in rx_print()
538 rxh->type == RX_PACKET_TYPE_ABORT) && in rx_print()
539 (rxh->flags & RX_CLIENT_INITIATED) == 0 && in rx_print()
540 rx_cache_find(rxh, (const struct ip *) bp2, in rx_print()
575 } else if (rxh->type == RX_PACKET_TYPE_ACK) in rx_print()
590 const struct rx_header *rxh = (const struct rx_header *) bp; in rx_cache_insert() local
600 rxent->callnum = rxh->callNumber; in rx_cache_insert()
604 rxent->serviceId = rxh->serviceId; in rx_cache_insert()
616 rx_cache_find(const struct rx_header *rxh, const struct ip *ip, int sport, in rx_cache_find() argument
629 if (rxent->callnum == rxh->callNumber && in rx_cache_find()
632 rxent->serviceId == rxh->serviceId && in rx_cache_find()
925 struct rx_header *rxh; in fs_reply_print() local
930 rxh = (struct rx_header *) bp; in fs_reply_print()
945 if (rxh->type == RX_PACKET_TYPE_DATA) { in fs_reply_print()
975 } else if (rxh->type == RX_PACKET_TYPE_ABORT) { in fs_reply_print()
987 printf(" strange fs reply of type %d", rxh->type); in fs_reply_print()
1173 struct rx_header *rxh; in cb_reply_print() local
1178 rxh = (struct rx_header *) bp; in cb_reply_print()
1193 if (rxh->type == RX_PACKET_TYPE_DATA) in cb_reply_print()
1364 struct rx_header *rxh; in prot_reply_print() local
1370 rxh = (struct rx_header *) bp; in prot_reply_print()
1393 if (rxh->type == RX_PACKET_TYPE_DATA) in prot_reply_print()
1569 struct rx_header *rxh; in vldb_reply_print() local
1575 rxh = (struct rx_header *) bp; in vldb_reply_print()
1598 if (rxh->type == RX_PACKET_TYPE_DATA) in vldb_reply_print()
1849 struct rx_header *rxh; in kauth_reply_print() local
1854 rxh = (struct rx_header *) bp; in kauth_reply_print()
1876 if (rxh->type == RX_PACKET_TYPE_DATA) in kauth_reply_print()
1938 struct rx_header *rxh; in vol_reply_print() local
1943 rxh = (struct rx_header *) bp; in vol_reply_print()
1958 if (rxh->type == RX_PACKET_TYPE_DATA) in vol_reply_print()
2073 struct rx_header *rxh; in bos_reply_print() local
2078 rxh = (struct rx_header *) bp; in bos_reply_print()
2093 if (rxh->type == RX_PACKET_TYPE_DATA) in bos_reply_print()
2240 struct rx_header *rxh; in ubik_reply_print() local
2245 rxh = (struct rx_header *) bp; in ubik_reply_print()
2260 if (rxh->type == RX_PACKET_TYPE_DATA) in ubik_reply_print()