Searched refs:SEND_DATA_SIZE (Results 1 – 1 of 1) sorted by relevance
688 #define SEND_DATA_SIZE 20 macro689 static char send_parms[SEND_DATA_SIZE];706 if (send_ptr == &send_parms[SEND_DATA_SIZE - 1]) in handle_send_packet()924 if (send_ptr >= &send_parms[SEND_DATA_SIZE]) in k_recv()