HomeSort by relevance Sort by last modified time
    Searched full:in_buffer_offset (Results 1 - 1 of 1) sorted by null

  /system/wlan/ti/sta_dk_4_0_4_32/CUDK/CLI/
eth_utils.c 79 int ethernet_utils_process_in_command(int module_index, unsigned char *read_state, unsigned short *packet_size, unsigned char *in_buffer, unsigned int *in_buffer_offset);
188 unsigned int in_buffer_offset; local
345 if (ethernet_utils_process_in_command(module_index, &read_state, &packet_size, in_buffer, &in_buffer_offset) <= 0)
397 int ethernet_utils_process_in_command(int module_index, unsigned char *read_state, unsigned short *packet_size, unsigned char *in_buffer, unsigned int *in_buffer_offset)
453 *in_buffer_offset = 0;
464 result = read(socket_id, (in_buffer + 3 + *in_buffer_offset), (*packet_size - *in_buffer_offset));
465 /*console_printf_terminal("ethernet_utils_process_in_command (State = READ_STATE_GET_PAYLOAD, offset = %d, length = %d)\n", *in_buffer_offset, result); */
469 *in_buffer_offset += result;
471 if (*packet_size == *in_buffer_offset)
    [all...]

Completed in 501 milliseconds