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

/freebsd-10.2-release/contrib/tcpdump/
H A Dprint-rx.c604 struct rx_cache_entry *rxent; local
610 rxent = &rx_cache[rx_cache_next];
615 rxent->callnum = rxh->callNumber;
616 rxent->client = ip->ip_src;
617 rxent->server = ip->ip_dst;
618 rxent->dport = dport;
619 rxent->serviceId = rxh->serviceId;
620 rxent->opcode = EXTRACT_32BITS(bp + sizeof(struct rx_header));
635 struct rx_cache_entry *rxent; local
643 rxent
[all...]

Completed in 107 milliseconds