Symbol: bth5_hdr_t
sys/dev/bluetooth/bth5.c
1003
hdrp = mtod(m, bth5_hdr_t *);
sys/dev/bluetooth/bth5.c
1021
bth5_hdr_t *hdrp = mtod(m, bth5_hdr_t *);
sys/dev/bluetooth/bth5.c
1065
bth5_hdr_t *hdrp;
sys/dev/bluetooth/bth5.c
1069
m->m_pkthdr.len = m->m_len = sizeof(bth5_hdr_t);
sys/dev/bluetooth/bth5.c
1070
hdrp = mtod(m, bth5_hdr_t *);
sys/dev/bluetooth/bth5.c
1079
memset(hdrp, 0, sizeof(bth5_hdr_t));
sys/dev/bluetooth/bth5.c
1100
bth5_hdr_t hdr;
sys/dev/bluetooth/bth5.c
1104
m_copydata(m, 0, sizeof(bth5_hdr_t), &hdr);
sys/dev/bluetooth/bth5.c
1119
m_adj(m, sizeof(bth5_hdr_t) - sizeof(uint8_t));
sys/dev/bluetooth/bth5.c
1183
bth5_hdr_t *hdrp;
sys/dev/bluetooth/bth5.c
1206
M_PREPEND(m, sizeof(bth5_hdr_t), M_DONTWAIT);
sys/dev/bluetooth/bth5.c
1211
KASSERT(m->m_len >= sizeof(bth5_hdr_t));
sys/dev/bluetooth/bth5.c
1213
hdrp = mtod(m, bth5_hdr_t *);
sys/dev/bluetooth/bth5.c
1214
memset(hdrp, 0, sizeof(bth5_hdr_t));
sys/dev/bluetooth/bth5.c
1256
bth5_hdr_t *hdrp;
sys/dev/bluetooth/bth5.c
1267
hdrp = mtod(m, bth5_hdr_t *);
sys/dev/bluetooth/bth5.c
1370
bth5_hdr_t hdr;
sys/dev/bluetooth/bth5.c
1378
m_copydata(m, 0, sizeof(bth5_hdr_t), &hdr);
sys/dev/bluetooth/bth5.c
1382
m_adj(m, sizeof(bth5_hdr_t));
sys/dev/bluetooth/bth5.c
1391
m_adj(m, sizeof(bth5_hdr_t) - sizeof(uint8_t));
sys/dev/bluetooth/bth5.c
1411
bth5_hdr_t *hdrp;
sys/dev/bluetooth/bth5.c
1430
M_PREPEND(m, sizeof(bth5_hdr_t), M_DONTWAIT);
sys/dev/bluetooth/bth5.c
1435
KASSERT(m->m_len >= sizeof(bth5_hdr_t));
sys/dev/bluetooth/bth5.c
1437
hdrp = mtod(m, bth5_hdr_t *);
sys/dev/bluetooth/bth5.c
1438
memset(hdrp, 0, sizeof(bth5_hdr_t));
sys/dev/bluetooth/bth5.c
788
bth5_hdr_t *hdrp = mtod(m, bth5_hdr_t *);
sys/dev/bluetooth/bth5.c
793
pldlen = m->m_pkthdr.len - sizeof(bth5_hdr_t);
sys/dev/bluetooth/bth5.c
827
bth5_hdr_t *hdrp = mtod(m, bth5_hdr_t *);
sys/dev/bluetooth/bth5.c
839
KASSERT(m->m_len >= sizeof(bth5_hdr_t));
sys/dev/bluetooth/bth5.c
841
pldlen = m->m_pkthdr.len - sizeof(bth5_hdr_t) -
sys/dev/bluetooth/bth5.c
869
n < _m->m_len && i < sizeof(bth5_hdr_t) + pldlen;
sys/dev/bluetooth/bth5.c
936
bth5_hdr_t *hdrp;
sys/dev/bluetooth/bth5.c
948
hdrp = mtod(m, bth5_hdr_t *);
sys/dev/bluetooth/bth5.c
976
hdrp = mtod(m, bth5_hdr_t *);