Searched refs:next_proto (Results 1 – 8 of 8) sorted by relevance
/external/tcpdump/ |
D | print-ip6.c | 165 u_int len, u_int covlen, u_int next_proto) in nextproto6_cksum() argument 200 ph.ph_nxt = next_proto; in nextproto6_cksum()
|
D | print-ip.c | 143 u_int len, u_int covlen, u_int next_proto) in nextproto4_cksum() argument 157 ph.proto = next_proto; in nextproto4_cksum()
|
/external/boringssl/src/ssl/ |
D | handoff.cc | 326 next_proto, alpn, hostname, channel_id, transcript, key_share; in SSL_apply_handback() local 369 if (!session || !CBS_get_asn1(&seq, &next_proto, CBS_ASN1_OCTETSTRING) || in SSL_apply_handback() 425 s3->next_proto_negotiated.CopyFrom(next_proto); in SSL_apply_handback()
|
/external/boringssl/src/tool/ |
D | transport_common.cc | 297 const uint8_t *next_proto; in PrintConnectionInfo() local 299 SSL_get0_next_proto_negotiated(ssl, &next_proto, &next_proto_len); in PrintConnectionInfo() 301 next_proto); in PrintConnectionInfo()
|
/external/boringssl/src/ssl/test/ |
D | bssl_shim.cc | 474 const uint8_t *next_proto; in CheckHandshakeProperties() local 476 SSL_get0_next_proto_negotiated(ssl, &next_proto, &next_proto_len); in CheckHandshakeProperties() 478 OPENSSL_memcmp(next_proto, config->expected_next_proto.data(), in CheckHandshakeProperties()
|
/external/v8/src/ic/ |
D | keyed-store-generic.cc | 588 Label next_proto(this); in LookupPropertyOnPrototypeChain() local 595 &var_entry, &next_proto, bailout); in LookupPropertyOnPrototypeChain() 635 GotoIf(WordEqual(value, TheHoleConstant()), &next_proto); in LookupPropertyOnPrototypeChain() 647 BIND(&next_proto); in LookupPropertyOnPrototypeChain()
|
D | accessor-assembler.cc | 2210 Label next_proto(this), return_value(this, &var_value), goto_slow(this); in GenericPropertyLoad() local 2213 &next_proto, &goto_slow); in GenericPropertyLoad() 2217 BIND(&next_proto); in GenericPropertyLoad()
|
/external/v8/src/ |
D | code-stub-assembler.cc | 8832 Label next_proto(this), check_integer_indexed_exotic(this); in TryPrototypeChainLookup() local 8841 &next_proto); in TryPrototypeChainLookup() 8842 GotoIfNot(IsString(var_unique.value()), &next_proto); in TryPrototypeChainLookup() 8844 &next_proto); in TryPrototypeChainLookup() 8847 BIND(&next_proto); in TryPrototypeChainLookup() 8875 Label next_proto(this); in TryPrototypeChainLookup() local 8879 var_index.value(), &next_proto, if_bailout); in TryPrototypeChainLookup() 8880 BIND(&next_proto); in TryPrototypeChainLookup()
|