Searched refs:packet (Results 1 – 2 of 2) sorted by relevance
507 } packet; typedef510 void print_packet( const packet *p, const char *why ) in print_packet()550 static packet initial_clihlo;552 int send_packet( const packet *p, const char *why ) in send_packet()562 memcpy( &initial_clihlo, p, sizeof( packet ) ); in send_packet()652 static packet prev[MAX_DELAYED_MSG];660 void delay_packet( packet *delay ) in delay_packet()665 memcpy( &prev[prev_len++], delay, sizeof( packet ) ); in delay_packet()705 packet cur; in handle_message()
2147 sending a malicious application packet could be used to selectively corrupt3344 * Stricter check on SSL ClientHello internal sizes compared to actual packet3837 * Stricter check on SSL ClientHello internal sizes compared to actual packet
Completed in 9 milliseconds