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

/freebsd-13-stable/contrib/tcpdump/
H A Dprint-802_11.c3086 struct cpack_state cpacker; local
3125 cpack_init(&cpacker, (const uint8_t *)hdr, len); /* align against header start */
3126 cpack_advance(&cpacker, sizeof(*hdr)); /* includes the 1st bitmap */
3131 cpack_advance(&cpacker, sizeof(hdr->it_present)); /* more bitmaps */
3167 if (cpack_advance(&cpacker, skip_length) != 0) {
3180 if (print_in_radiotap_namespace(ndo, &cpacker,
3230 if ((cpack_align_and_reserve(&cpacker, 2)) == NULL) {
3234 if (cpack_uint8(&cpacker, &vendor_oui[0]) != 0) {
3238 if (cpack_uint8(&cpacker, &vendor_oui[1]) != 0) {
3242 if (cpack_uint8(&cpacker,
[all...]

Completed in 111 milliseconds