Searched defs:ethernet_utils_process_in_command (Results 1 - 1 of 1) sorted by relevance

/system/wlan/ti/sta_dk_4_0_4_32/CUDK/CLI/
H A Deth_utils.c79 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);
345 if (ethernet_utils_process_in_command(module_index, &read_state, &packet_size, in_buffer, &in_buffer_offset) <= 0)
391 * ethernet_utils_process_in_command *
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) function
403 /*console_printf_terminal("ethernet_utils_process_in_command (socket = %d)\n", socket_id); */
412 /*console_printf_terminal("ethernet_utils_process_in_command (State = READ_STATE_GET_HEADER, length = %d)\n", result); */
422 console_printf_terminal("ethernet_utils_process_in_command, Error: protocol sync error! \n");
434 /*console_printf_terminal("ethernet_utils_process_in_command (State = READ_STATE_GET_LENGTH1, length = %d)\n", result); */
447 /*console_printf_terminal("ethernet_utils_process_in_command (State = READ_STATE_GET_LENGTH2, length = %d, packet_size = %d)\n", result, *packet_size); */
465 /*console_printf_terminal("ethernet_utils_process_in_command (Stat
[all...]

Completed in 69 milliseconds