s_conn_key_packet 1149 sapi/litespeed/lsapilib.c static char s_conn_key_packet[16];
s_conn_key_packet 1152 sapi/litespeed/lsapilib.c     struct lsapi_packet_header * pHeader = (struct lsapi_packet_header *)s_conn_key_packet;
s_conn_key_packet 1159 sapi/litespeed/lsapilib.c         s_conn_key_packet[i]=(int) (256.0*rand()/(RAND_MAX+1.0));
s_conn_key_packet 1163 sapi/litespeed/lsapilib.c     if ( write( fd, s_conn_key_packet, LSAPI_PACKET_HEADER_LEN+8 )