Lines Matching refs:rxh
527 register struct rx_header *rxh; in rx_print() local
536 rxh = (struct rx_header *) bp; in rx_print()
538 ND_PRINT((ndo, " rx %s", tok2str(rx_types, "type %d", rxh->type))); in rx_print()
545 (int) EXTRACT_32BITS(&rxh->cid), in rx_print()
546 (int) EXTRACT_32BITS(&rxh->callNumber))); in rx_print()
549 (int) EXTRACT_32BITS(&rxh->seq), in rx_print()
550 (int) EXTRACT_32BITS(&rxh->serial))); in rx_print()
554 (int) rxh->securityIndex, in rx_print()
555 EXTRACT_16BITS(&rxh->serviceId))); in rx_print()
559 if (rxh->flags & rx_flags[i].flag && in rx_print()
561 rxh->type == rx_flags[i].packetType)) { in rx_print()
582 if (rxh->type == RX_PACKET_TYPE_DATA && in rx_print()
583 EXTRACT_32BITS(&rxh->seq) == 1 && in rx_print()
584 rxh->flags & RX_CLIENT_INITIATED) { in rx_print()
626 } else if (((rxh->type == RX_PACKET_TYPE_DATA && in rx_print()
627 EXTRACT_32BITS(&rxh->seq) == 1) || in rx_print()
628 rxh->type == RX_PACKET_TYPE_ABORT) && in rx_print()
629 (rxh->flags & RX_CLIENT_INITIATED) == 0 && in rx_print()
630 rx_cache_find(rxh, (const struct ip *) bp2, in rx_print()
665 } else if (rxh->type == RX_PACKET_TYPE_ACK) in rx_print()
681 const struct rx_header *rxh = (const struct rx_header *) bp; in rx_cache_insert() local
691 rxent->callnum = rxh->callNumber; in rx_cache_insert()
695 rxent->serviceId = rxh->serviceId; in rx_cache_insert()
707 rx_cache_find(const struct rx_header *rxh, const struct ip *ip, int sport, in rx_cache_find() argument
720 if (rxent->callnum == rxh->callNumber && in rx_cache_find()
723 rxent->serviceId == rxh->serviceId && in rx_cache_find()
1057 struct rx_header *rxh; in fs_reply_print() local
1062 rxh = (struct rx_header *) bp; in fs_reply_print()
1077 if (rxh->type == RX_PACKET_TYPE_DATA) { in fs_reply_print()
1107 } else if (rxh->type == RX_PACKET_TYPE_ABORT) { in fs_reply_print()
1119 ND_PRINT((ndo, " strange fs reply of type %d", rxh->type)); in fs_reply_print()
1302 struct rx_header *rxh; in cb_reply_print() local
1307 rxh = (struct rx_header *) bp; in cb_reply_print()
1322 if (rxh->type == RX_PACKET_TYPE_DATA) in cb_reply_print()
1496 struct rx_header *rxh; in prot_reply_print() local
1502 rxh = (struct rx_header *) bp; in prot_reply_print()
1525 if (rxh->type == RX_PACKET_TYPE_DATA) in prot_reply_print()
1703 struct rx_header *rxh; in vldb_reply_print() local
1709 rxh = (struct rx_header *) bp; in vldb_reply_print()
1732 if (rxh->type == RX_PACKET_TYPE_DATA) in vldb_reply_print()
1985 struct rx_header *rxh; in kauth_reply_print() local
1990 rxh = (struct rx_header *) bp; in kauth_reply_print()
2012 if (rxh->type == RX_PACKET_TYPE_DATA) in kauth_reply_print()
2239 struct rx_header *rxh; in vol_reply_print() local
2244 rxh = (struct rx_header *) bp; in vol_reply_print()
2259 if (rxh->type == RX_PACKET_TYPE_DATA) { in vol_reply_print()
2466 struct rx_header *rxh; in bos_reply_print() local
2471 rxh = (struct rx_header *) bp; in bos_reply_print()
2486 if (rxh->type == RX_PACKET_TYPE_DATA) in bos_reply_print()
2635 struct rx_header *rxh; in ubik_reply_print() local
2640 rxh = (struct rx_header *) bp; in ubik_reply_print()
2655 if (rxh->type == RX_PACKET_TYPE_DATA) in ubik_reply_print()