Searched refs:protocol_name (Results 1 - 6 of 6) sorted by relevance

/external/boringssl/src/ssl/
H A Dt1_lib.c1425 CBS protocol_name_list, protocol_name; local
1428 !CBS_get_u8_length_prefixed(&protocol_name_list, &protocol_name) ||
1430 CBS_len(&protocol_name) == 0 ||
1447 if (CBS_len(&client_protocol_name) == CBS_len(&protocol_name) &&
1449 CBS_data(&protocol_name),
1450 CBS_len(&protocol_name)) == 0) {
1462 if (!CBS_stow(&protocol_name, &ssl->s3->alpn_selected,
1498 CBS protocol_name; local
1500 if (!CBS_get_u8_length_prefixed(&protocol_name_list_copy, &protocol_name) ||
1502 CBS_len(&protocol_name)
[all...]
/external/ppp/pppd/
H A Dpppd.h515 const char *protocol_name __P((int));
H A Dmain.c1052 * protocol_name - find a name for a PPP protocol.
1055 protocol_name(proto) function
1146 const char *pname = protocol_name(protocol);
H A Dlcp.c580 pname = protocol_name(prot);
/external/clang/include/clang-c/
H A DIndex.h3759 clang_constructUSR_ObjCProtocol(const char *protocol_name);
/external/llvm/tools/llvm-objdump/
H A DMachODump.cpp2923 uint32_t protocol_name; /* char * (32-bit pointer) */ member in struct:objc_protocol_t
3195 sys::swapByteOrder(protocol.protocol_name);
4000 outs() << " protocol_name "
4001 << format("0x%08" PRIx32, protocol.protocol_name);
4003 name = get_pointer_32(protocol.protocol_name, offset, left, S, info, true);

Completed in 254 milliseconds