/external/tcpdump/ |
print-ip6.c | 165 u_int len, u_int covlen, u_int next_proto) 200 ph.ph_nxt = next_proto;
|
print-ip.c | 143 u_int len, u_int covlen, u_int next_proto) 157 ph.proto = next_proto;
|
/external/boringssl/src/ssl/ |
handoff.cc | 326 next_proto, alpn, hostname, channel_id, transcript, key_share; local 369 if (!session || !CBS_get_asn1(&seq, &next_proto, CBS_ASN1_OCTETSTRING) || 425 s3->next_proto_negotiated.CopyFrom(next_proto);
|
/external/v8/src/ic/ |
keyed-store-generic.cc | 588 Label next_proto(this); 595 &var_entry, &next_proto, bailout); 635 GotoIf(WordEqual(value, TheHoleConstant()), &next_proto); local 647 BIND(&next_proto); [all...] |
accessor-assembler.cc | [all...] |
/external/boringssl/src/ssl/test/ |
bssl_shim.cc | 474 const uint8_t *next_proto; 476 SSL_get0_next_proto_negotiated(ssl, &next_proto, &next_proto_len); 478 OPENSSL_memcmp(next_proto, config->expected_next_proto.data(), [all...] |
/external/boringssl/src/tool/ |
transport_common.cc | 297 const uint8_t *next_proto; local 299 SSL_get0_next_proto_negotiated(ssl, &next_proto, &next_proto_len); 301 next_proto);
|
/external/v8/src/ |
code-stub-assembler.cc | [all...] |