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

/freebsd-12-stable/contrib/tcpdump/
H A Dprint-rx.c682 struct rx_cache_entry *rxent; local
688 rxent = &rx_cache[rx_cache_next];
693 rxent->callnum = EXTRACT_32BITS(&rxh->callNumber);
694 UNALIGNED_MEMCPY(&rxent->client, &ip->ip_src, sizeof(uint32_t));
695 UNALIGNED_MEMCPY(&rxent->server, &ip->ip_dst, sizeof(uint32_t));
696 rxent->dport = dport;
697 rxent->serviceId = EXTRACT_16BITS(&rxh->serviceId);
698 rxent->opcode = EXTRACT_32BITS(bp + sizeof(struct rx_header));
713 struct rx_cache_entry *rxent; local
724 rxent
[all...]

Completed in 57 milliseconds