Searched refs:rxh (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/tcpdump/
H A Dprint-rx.c529 register const struct rx_header *rxh; local
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
683 const struct rx_header *rxh = (const struct rx_header *) bp; local
709 rx_cache_find(const struct rx_header *rxh, const struct ip *ip, int sport, int32_t *opcode) argument
1063 const struct rx_header *rxh; local
1308 const struct rx_header *rxh; local
1502 const struct rx_header *rxh; local
1709 const struct rx_header *rxh; local
1993 const struct rx_header *rxh; local
2247 const struct rx_header *rxh; local
2474 const struct rx_header *rxh; local
2648 const struct rx_header *rxh; local
[all...]

Completed in 88 milliseconds