Lines Matching defs:bcdc
1647 struct bwfm_proto_bcdc_hdr *bcdc;
1651 len = sizeof(*hwhdr) + sizeof(*swhdr) + sizeof(*bcdc)
1673 bcdc = (void *)&swhdr[1];
1674 bcdc->data_offset = 0;
1675 bcdc->priority = WME_AC_BE;
1676 bcdc->flags = BWFM_BCDC_FLAG_VER(BWFM_BCDC_FLAG_PROTO_VER);
1677 bcdc->flags2 = 0;
1679 m_copydata(m, 0, m->m_pkthdr.len, &bcdc[1]);
1729 struct bwfm_proto_bcdc_hdr *bcdc;
1852 bcdc = mtod(m, struct bwfm_proto_bcdc_hdr *);
1853 hoff = sizeof(*bcdc) + ((size_t)bcdc->data_offset << 2);
1855 printf("%s: short bcdc packet %d < %zu\n",
1899 struct bwfm_proto_bcdc_hdr *bcdc;
2009 bcdc = mtod(m, struct bwfm_proto_bcdc_hdr *);
2010 hoff = sizeof(*bcdc) + ((size_t)bcdc->data_offset << 2);
2012 printf("%s: short bcdc packet %d < %zu\n",