Home
last modified time | relevance | path

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

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