Home
last modified time | relevance | path

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

/src/contrib/tcpdump/
H A Dprint-rx.c75 struct rx_header { struct
495 static int rx_cache_find(netdissect_options *, const struct rx_header *,
530 const struct rx_header *rxh; in rx_print()
536 if (!ND_TTEST_LEN(bp, sizeof(struct rx_header))) { in rx_print()
541 rxh = (const struct rx_header *) bp; in rx_print()
688 const struct rx_header *rxh = (const struct rx_header *) bp; in rx_cache_insert()
690 if (!ND_TTEST_4(bp + sizeof(struct rx_header))) in rx_cache_insert()
703 rxent->opcode = GET_BE_U_4(bp + sizeof(struct rx_header)); in rx_cache_insert()
714 rx_cache_find(netdissect_options *ndo, const struct rx_header *rxh, in rx_cache_find()
890 if (length <= sizeof(struct rx_header)) in fs_print()
[all …]
/src/crypto/heimdal/kdc/
H A Drx.h61 struct rx_header { struct
/src/sys/dev/bfe/
H A Dif_bfe.c778 struct bfe_rxheader *rx_header; in bfe_list_newbuf() local
810 rx_header = mtod(m, struct bfe_rxheader *); in bfe_list_newbuf()
811 rx_header->len = 0; in bfe_list_newbuf()
812 rx_header->flags = 0; in bfe_list_newbuf()