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

/external/tcpdump/
H A Dprint-rx.c403 static int rx_cache_find(const struct rx_header *, const struct ip *,
437 register struct rx_header *rxh;
441 if (snapend - bp < (int)sizeof (struct rx_header)) {
446 rxh = (struct rx_header *) bp;
590 const struct rx_header *rxh = (const struct rx_header *) bp;
592 if (snapend - bp + 1 <= (int)(sizeof(struct rx_header) + sizeof(int32_t)))
605 rxent->opcode = EXTRACT_32BITS(bp + sizeof(struct rx_header));
616 rx_cache_find(const struct rx_header *rxh, const struct ip *ip, int sport,
776 if (length <= (int)sizeof(struct rx_header))
[all...]
H A Drx.h59 struct rx_header { struct

Completed in 81 milliseconds