• Home
  • Raw
  • Download

Lines Matching refs:rxh

529 	register const struct rx_header *rxh;  in rx_print()  local
538 rxh = (const struct rx_header *) bp; in rx_print()
540 ND_PRINT((ndo, " rx %s", tok2str(rx_types, "type %d", rxh->type))); in rx_print()
547 (int) EXTRACT_32BITS(&rxh->cid), in rx_print()
548 (int) EXTRACT_32BITS(&rxh->callNumber))); in rx_print()
551 (int) EXTRACT_32BITS(&rxh->seq), in rx_print()
552 (int) EXTRACT_32BITS(&rxh->serial))); in rx_print()
556 (int) rxh->securityIndex, in rx_print()
557 EXTRACT_16BITS(&rxh->serviceId))); in rx_print()
561 if (rxh->flags & rx_flags[i].flag && in rx_print()
563 rxh->type == rx_flags[i].packetType)) { in rx_print()
584 if (rxh->type == RX_PACKET_TYPE_DATA && in rx_print()
585 EXTRACT_32BITS(&rxh->seq) == 1 && in rx_print()
586 rxh->flags & RX_CLIENT_INITIATED) { in rx_print()
628 } else if (((rxh->type == RX_PACKET_TYPE_DATA && in rx_print()
629 EXTRACT_32BITS(&rxh->seq) == 1) || in rx_print()
630 rxh->type == RX_PACKET_TYPE_ABORT) && in rx_print()
631 (rxh->flags & RX_CLIENT_INITIATED) == 0 && in rx_print()
632 rx_cache_find(rxh, (const struct ip *) bp2, in rx_print()
667 } else if (rxh->type == RX_PACKET_TYPE_ACK) in rx_print()
683 const struct rx_header *rxh = (const struct rx_header *) bp; in rx_cache_insert() local
693 rxent->callnum = EXTRACT_32BITS(&rxh->callNumber); in rx_cache_insert()
697 rxent->serviceId = EXTRACT_32BITS(&rxh->serviceId); in rx_cache_insert()
709 rx_cache_find(const struct rx_header *rxh, const struct ip *ip, int sport, in rx_cache_find() argument
725 if (rxent->callnum == EXTRACT_32BITS(&rxh->callNumber) && in rx_cache_find()
728 rxent->serviceId == EXTRACT_32BITS(&rxh->serviceId) && in rx_cache_find()
1062 const struct rx_header *rxh; in fs_reply_print() local
1067 rxh = (const struct rx_header *) bp; in fs_reply_print()
1082 if (rxh->type == RX_PACKET_TYPE_DATA) { in fs_reply_print()
1112 } else if (rxh->type == RX_PACKET_TYPE_ABORT) { in fs_reply_print()
1122 ND_PRINT((ndo, " strange fs reply of type %d", rxh->type)); in fs_reply_print()
1306 const struct rx_header *rxh; in cb_reply_print() local
1311 rxh = (const struct rx_header *) bp; in cb_reply_print()
1326 if (rxh->type == RX_PACKET_TYPE_DATA) in cb_reply_print()
1500 const struct rx_header *rxh; in prot_reply_print() local
1506 rxh = (const struct rx_header *) bp; in prot_reply_print()
1529 if (rxh->type == RX_PACKET_TYPE_DATA) in prot_reply_print()
1707 const struct rx_header *rxh; in vldb_reply_print() local
1713 rxh = (const struct rx_header *) bp; in vldb_reply_print()
1736 if (rxh->type == RX_PACKET_TYPE_DATA) in vldb_reply_print()
1989 const struct rx_header *rxh; in kauth_reply_print() local
1994 rxh = (const struct rx_header *) bp; in kauth_reply_print()
2016 if (rxh->type == RX_PACKET_TYPE_DATA) in kauth_reply_print()
2243 const struct rx_header *rxh; in vol_reply_print() local
2248 rxh = (const struct rx_header *) bp; in vol_reply_print()
2263 if (rxh->type == RX_PACKET_TYPE_DATA) { in vol_reply_print()
2470 const struct rx_header *rxh; in bos_reply_print() local
2475 rxh = (const struct rx_header *) bp; in bos_reply_print()
2490 if (rxh->type == RX_PACKET_TYPE_DATA) in bos_reply_print()
2644 const struct rx_header *rxh; in ubik_reply_print() local
2649 rxh = (const struct rx_header *) bp; in ubik_reply_print()
2664 if (rxh->type == RX_PACKET_TYPE_DATA) in ubik_reply_print()