xmm7360.c | 559 int n_packets, n_bytes, max_size, sequence; member in struct:mux_frame 1095 frame->n_packets = 0; 1156 int expected_adth_size = sizeof(struct mux_next_header) + 4 + (frame->n_packets+1)*sizeof(struct mux_bounds); 1159 if (frame->n_packets >= MUX_MAX_PACKETS) 1167 frame->bounds[frame->n_packets].offset = frame->n_bytes; 1168 frame->bounds[frame->n_packets].length = data_len + 16; 1169 frame->n_packets++; 1227 xmm7360_mux_frame_append_data(frame, &frame->bounds[0], sizeof(struct mux_bounds)*frame->n_packets); 1279 int n_packets, i; local in function:xmm7360_net_mux_handle_frame 1297 n_packets = (adth->length - sizeof(struct mux_next_header) - 4) / sizeof(struct mux_bounds) [all...] |