Lines Matching full:get
90 * G - Get, requests that up to msg.length bytes of data be returned. The
95 * C - Confirms a get or put. Every get and put will get a confirm response,
101 * A, Get, 4092 ---->
102 * <---- R, get, 4092
149 char function; /* 'G'-get, 'P'-put, 'C'-confirm, 'X'-close */
167 static int get ( io_channel chan, char *buffer, int maxlen, int *length )
223 * get the preferred cipher list and other initialization
301 status = get ( chan, (char *) &msg, sizeof(msg), &length );
303 printf("Error in main loop get: %d\n", status );
308 printf("Error in main loop get size: %d\n", length );