Home | History | Annotate | Download | only in net

Lines Matching full:data_len

1525 	size_t data_len = ntohs ( tls->rx_header.length );
1529 tls->rx_data = malloc ( data_len );
1532 "for receive buffer\n", tls, data_len );