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

/freebsd-10.2-release/contrib/tcpdump/
H A Dprint-rx.c452 register struct rx_header *rxh; local
461 rxh = (struct rx_header *) bp;
463 printf(" rx %s", tok2str(rx_types, "type %d", rxh->type));
470 (int) EXTRACT_32BITS(&rxh->cid),
471 (int) EXTRACT_32BITS(&rxh->callNumber));
474 (int) EXTRACT_32BITS(&rxh->seq),
475 (int) EXTRACT_32BITS(&rxh->serial));
479 (int) rxh->securityIndex,
480 EXTRACT_16BITS(&rxh->serviceId));
484 if (rxh
605 const struct rx_header *rxh = (const struct rx_header *) bp; local
631 rx_cache_find(const struct rx_header *rxh, const struct ip *ip, int sport, int32_t *opcode) argument
979 struct rx_header *rxh; local
1227 struct rx_header *rxh; local
1419 struct rx_header *rxh; local
1624 struct rx_header *rxh; local
1904 struct rx_header *rxh; local
2156 struct rx_header *rxh; local
2381 struct rx_header *rxh; local
2548 struct rx_header *rxh; local
[all...]

Completed in 42 milliseconds