Lines Matching defs:value
87 * the value of the Host: field.
115 * Also note that the RFC permits only one SNI value per type,
127 * we always use the SNI value from the handshake.
169 unsigned int value;
171 if (PACKET_remaining(pkt) != 1 || !PACKET_get_1(pkt, &value)) {
176 /* Received |value| should be a valid max-fragment-length code. */
177 if (!IS_MAX_FRAGMENT_LENGTH_EXT_VALID(value)) {
188 if (s->hit && s->session->ext.max_fragment_len_mode != value) {
198 s->session->ext.max_fragment_len_mode = value;
510 /* Now extract the MKI value as a sanity check, but discard it for now */
1295 * 1 byte for the Max Fragment Length code value.