Searched refs:SEND_DATA_SIZE (Results 1 – 1 of 1) sorted by relevance
682 #define SEND_DATA_SIZE 20 macro683 static char send_parms[SEND_DATA_SIZE];700 if (send_ptr == &send_parms[SEND_DATA_SIZE - 1]) in handle_send_packet()918 if (send_ptr >= &send_parms[SEND_DATA_SIZE]) in k_recv()