Home
last modified time | relevance | path

Searched refs:mh_data (Results 1 – 5 of 5) sorted by relevance

/openbsd/src/gnu/usr.bin/binutils/include/
Dos9k.h137 typedef mh_com *Mh_data,mh_data; typedef
162 error_code _os_datmod (char *, u_int32, u_int16 *, u_int16 *, u_int32, void **, mh_data **);
/openbsd/src/gnu/usr.bin/binutils-2.17/include/
Dos9k.h137 typedef mh_com *Mh_data,mh_data; typedef
162 error_code _os_datmod (char *, u_int32, u_int16 *, u_int16 *, u_int32, void **, mh_data **);
/openbsd/src/sys/sys/
Dmbuf.h83 caddr_t mh_data; /* location of data */ member
173 #define m_data m_hdr.mh_data
/openbsd/src/sys/net/
Dbpf.c1440 mh.mh_data = (void *)hdr; in bpf_tap_hdr()
1450 md.mh_data = (void *)buf; in bpf_tap_hdr()
1478 mh.mh_data = (void *)data; in bpf_mtap_hdr()
1536 mh.mh_data = (caddr_t)&evh; in bpf_mtap_ether()
1541 md.mh_data = m->m_data + ETHER_HDR_LEN; in bpf_mtap_ether()
Dif_gre.c1771 mh.mh_data = n->m_data + off; in mgre_start()