Home | History | Annotate | Download | only in src

Lines Matching defs:header

262   btsnoop_header_t header;
263 header.length_original = htonl(length_he);
264 header.length_captured = header.length_original;
265 header.flags = htonl(flags);
266 header.dropped_packets = 0;
267 header.timestamp = htonll(timestamp_us + BTSNOOP_EPOCH_DELTA);
268 header.type = type;
270 btsnoop_net_write(&header, sizeof(btsnoop_header_t));
279 iovec iov[] = {{&header, sizeof(btsnoop_header_t)},