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

/freebsd-9.3-release/contrib/tcpdump/
H A Dprint-rx.c418 static int rx_cache_find(const struct rx_header *, const struct ip *,
452 register struct rx_header *rxh;
456 if (snapend - bp < (int)sizeof (struct rx_header)) {
461 rxh = (struct rx_header *) bp;
605 const struct rx_header *rxh = (const struct rx_header *) bp;
607 if (snapend - bp + 1 <= (int)(sizeof(struct rx_header) + sizeof(int32_t)))
620 rxent->opcode = EXTRACT_32BITS(bp + sizeof(struct rx_header));
631 rx_cache_find(const struct rx_header *rxh, const struct ip *ip, int sport,
809 if (length <= (int)sizeof(struct rx_header))
[all...]
H A Drx.h59 struct rx_header { struct
/freebsd-9.3-release/crypto/heimdal/kdc/
H A Drx.h61 struct rx_header { struct
H A Dkaserver.c113 struct rx_header *h)
144 encode_rx_header (struct rx_header *h,
176 init_reply_header (struct rx_header *hdr,
177 struct rx_header *reply_hdr,
199 make_error_reply (struct rx_header *hdr,
204 struct rx_header reply_hdr;
284 struct rx_header *hdr,
302 struct rx_header reply_hdr;
435 struct rx_header *hdr,
648 struct rx_header *hd
[all...]
/freebsd-9.3-release/sys/dev/bfe/
H A Dif_bfe.c786 struct bfe_rxheader *rx_header; local
816 rx_header = mtod(m, struct bfe_rxheader *);
817 rx_header->len = 0;
818 rx_header->flags = 0;

Completed in 107 milliseconds