• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-12-stable/contrib/tcpdump/

Lines Matching refs:rxh

529 	register const struct rx_header *rxh;
538 rxh = (const struct rx_header *) bp;
540 ND_PRINT((ndo, " rx %s", tok2str(rx_types, "type %d", rxh->type)));
547 (int) EXTRACT_32BITS(&rxh->cid),
548 (int) EXTRACT_32BITS(&rxh->callNumber)));
551 (int) EXTRACT_32BITS(&rxh->seq),
552 (int) EXTRACT_32BITS(&rxh->serial)));
556 (int) rxh->securityIndex,
557 EXTRACT_16BITS(&rxh->serviceId)));
561 if (rxh->flags & rx_flags[i].flag &&
563 rxh->type == rx_flags[i].packetType)) {
584 if (rxh->type == RX_PACKET_TYPE_DATA &&
585 EXTRACT_32BITS(&rxh->seq) == 1 &&
586 rxh->flags & RX_CLIENT_INITIATED) {
628 } else if (((rxh->type == RX_PACKET_TYPE_DATA &&
629 EXTRACT_32BITS(&rxh->seq) == 1) ||
630 rxh->type == RX_PACKET_TYPE_ABORT) &&
631 (rxh->flags & RX_CLIENT_INITIATED) == 0 &&
632 rx_cache_find(rxh, (const struct ip *) bp2,
667 } else if (rxh->type == RX_PACKET_TYPE_ACK)
683 const struct rx_header *rxh = (const struct rx_header *) bp;
693 rxent->callnum = EXTRACT_32BITS(&rxh->callNumber);
697 rxent->serviceId = EXTRACT_16BITS(&rxh->serviceId);
709 rx_cache_find(const struct rx_header *rxh, const struct ip *ip, int sport,
725 if (rxent->callnum == EXTRACT_32BITS(&rxh->callNumber) &&
728 rxent->serviceId == EXTRACT_16BITS(&rxh->serviceId) &&
1063 const struct rx_header *rxh;
1068 rxh = (const struct rx_header *) bp;
1083 if (rxh->type == RX_PACKET_TYPE_DATA) {
1113 } else if (rxh->type == RX_PACKET_TYPE_ABORT) {
1123 ND_PRINT((ndo, " strange fs reply of type %d", rxh->type));
1308 const struct rx_header *rxh;
1313 rxh = (const struct rx_header *) bp;
1328 if (rxh->type == RX_PACKET_TYPE_DATA)
1502 const struct rx_header *rxh;
1508 rxh = (const struct rx_header *) bp;
1531 if (rxh->type == RX_PACKET_TYPE_DATA)
1709 const struct rx_header *rxh;
1715 rxh = (const struct rx_header *) bp;
1738 if (rxh->type == RX_PACKET_TYPE_DATA)
1993 const struct rx_header *rxh;
1998 rxh = (const struct rx_header *) bp;
2020 if (rxh->type == RX_PACKET_TYPE_DATA)
2247 const struct rx_header *rxh;
2252 rxh = (const struct rx_header *) bp;
2267 if (rxh->type == RX_PACKET_TYPE_DATA) {
2474 const struct rx_header *rxh;
2479 rxh = (const struct rx_header *) bp;
2494 if (rxh->type == RX_PACKET_TYPE_DATA)
2648 const struct rx_header *rxh;
2653 rxh = (const struct rx_header *) bp;
2668 if (rxh->type == RX_PACKET_TYPE_DATA)