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

/freebsd-9.3-release/contrib/libpcap/
H A Dpcap-linux.c306 union thdr { union
313 #define RING_GET_FRAME(h) (((union thdr **)h->buffer)[h->offset])
3564 handle->buffer = malloc(handle->cc * sizeof(union thdr *));
3678 static inline union thdr *
3681 union thdr h;
3801 union thdr h;
3911 * ((u_char *)thdr + TPACKET_HDRLEN), so we
/freebsd-9.3-release/sys/cam/scsi/
H A Dscsi_enc_ses.c1472 const struct ses_elm_type_desc *thdr; local
1477 thdr = ses_cache->ses_types[iter.type_index].hdr;
1478 element->subenclosure = thdr->etype_subenc;
1479 element->enctype = thdr->etype_elm_type;
1489 thdr->etype_subenc, thdr->etype_elm_type);

Completed in 71 milliseconds