Lines Matching defs:mux_next_header
548 struct mux_next_header {
1107 total_length = sizeof(struct mux_next_header) + data_len;
1128 struct mux_next_header *hdr = (struct mux_next_header *)(&frame->data[frame->n_bytes]);
1129 memset(hdr, 0, sizeof(struct mux_next_header));
1135 frame->n_bytes += sizeof(struct mux_next_header);
1156 int expected_adth_size = sizeof(struct mux_next_header) + 4 + (frame->n_packets+1)*sizeof(struct mux_bounds);
1278 struct mux_next_header *adth;
1297 n_packets = (adth->length - sizeof(struct mux_next_header) - 4) / sizeof(struct mux_bounds);
1299 bounds = (void*)&data[first->next + sizeof(struct mux_next_header) + 4];
1368 frame_size = sizeof(struct mux_first_header) + xn->queued_bytes + sizeof(struct mux_next_header) + 4 + sizeof(struct mux_bounds)*xn->queued_packets;