| /third_party/nghttp2/src/ |
| H A D | shrpx_config.cc | 959 Proto proto; member 4358 strproto(Proto proto) strproto() argument [all...] |
| H A D | shrpx_client_handler.cc | 630 StringRef proto; in validate_next_proto() local [all...] |
| H A D | HttpServer.cc | 908 auto proto = StringRef{next_proto, next_proto_len}; in verify_npn_result() local
|
| H A D | util.cc | 866 bool check_h2_is_selected(const StringRef &proto) { in check_h2_is_selected() argument
|
| /third_party/lwip/src/apps/mdns/ |
| H A D | mdns.c | 175 u16_t proto; member 2192 mdns_resp_add_service(struct netif *netif, const char *name, const char *service, enum mdns_sd_proto proto, u16_t port, u32_t dns_ttl, service_get_txt_fn_t txt_fn, void *txt_data) in mdns_resp_add_service() argument [all...] |
| /third_party/libcoap/src/ |
| H A D | coap_mbedtls.c | 1486 coap_dtls_new_mbedtls_env(coap_session_t *c_session, coap_dtls_role_t role, coap_proto_t proto) global() argument
|
| /third_party/rust/crates/bindgen/bindgen-tests/tests/headers/ |
| H A D | layout_eth_conf_1_0.h | 236 uint8_t proto; /**< Protocol, next header in big endian. */ member 246 uint8_t proto; /**< Protocol, next header to match. */ member
|
| H A D | layout_eth_conf.h | 235 uint8_t proto; /**< Protocol, next header in big endian. */ member 245 uint8_t proto; /**< Protocol, next header to match. */ member
|
| /third_party/openssl/test/helpers/ |
| H A D | handshake.c | 1412 const unsigned char *proto = NULL; in do_handshake_internal() local
|
| /third_party/protobuf/src/google/protobuf/compiler/ |
| H A D | parser.cc | 548 bool Parser::ValidateEnum(const EnumDescriptorProto* proto) { in ValidateEnum() argument [all...] |
| H A D | command_line_interface.cc | 1240 MakeProtoProtoPathRelative( DiskSourceTree* source_tree, std::string* proto, DescriptorDatabase* fallback_database) MakeProtoProtoPathRelative() argument [all...] |
| /third_party/python/Objects/ |
| H A D | bytearrayobject.c | 2092 _common_reduce(PyByteArrayObject *self, int proto) in _common_reduce() argument 2140 bytearray_reduce_ex_impl(PyByteArrayObject *self, int proto) in bytearray_reduce_ex_impl() argument
|
| /third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
| H A D | Descriptors.java | 279 buildFrom( final FileDescriptorProto proto, final FileDescriptor[] dependencies) buildFrom() argument 296 buildFrom( final FileDescriptorProto proto, final FileDescriptor[] dependencies, final boolean allowUnknownDependencies) buildFrom() argument 492 private FileDescriptorProto proto; global() field in Descriptors.FileDescriptor 501 FileDescriptor( final FileDescriptorProto proto, final FileDescriptor[] dependencies, final DescriptorPool pool, boolean allowUnknownDependencies) FileDescriptor() argument 601 setProto(final FileDescriptorProto proto) setProto() argument 820 private DescriptorProto proto; global() field in Descriptors.Descriptor 861 Descriptor( final DescriptorProto proto, final FileDescriptor file, final Descriptor parent, final int index) Descriptor() argument 940 setProto(final DescriptorProto proto) setProto() argument 1254 private FieldDescriptorProto proto; global() field in Descriptors.FieldDescriptor 1363 FieldDescriptor( final FieldDescriptorProto proto, final FileDescriptor file, final Descriptor parent, final int index, final boolean isExtension) FieldDescriptor() argument 1622 setProto(final FieldDescriptorProto proto) setProto() argument 1779 private EnumDescriptorProto proto; global() field in Descriptors.EnumDescriptor 1787 EnumDescriptor( final EnumDescriptorProto proto, final FileDescriptor file, final Descriptor parent, final int index) EnumDescriptor() argument 1814 setProto(final EnumDescriptorProto proto) setProto() argument 1891 private EnumValueDescriptorProto proto; global() field in Descriptors.EnumValueDescriptor 1896 EnumValueDescriptor( final EnumValueDescriptorProto proto, final FileDescriptor file, final EnumDescriptor parent, final int index) EnumValueDescriptor() argument 1929 setProto(final EnumValueDescriptorProto proto) setProto() argument 1999 private ServiceDescriptorProto proto; global() field in Descriptors.ServiceDescriptor 2004 ServiceDescriptor( final ServiceDescriptorProto proto, final FileDescriptor file, final int index) ServiceDescriptor() argument 2027 setProto(final ServiceDescriptorProto proto) setProto() argument 2106 private MethodDescriptorProto proto; global() field in Descriptors.MethodDescriptor 2115 MethodDescriptor( final MethodDescriptorProto proto, final FileDescriptor file, final ServiceDescriptor parent, final int index) MethodDescriptor() argument 2152 setProto(final MethodDescriptorProto proto) setProto() argument 2213 private final Message proto; global() field in Descriptors.DescriptorValidationException 2704 setProto(final OneofDescriptorProto proto) setProto() argument 2708 OneofDescriptor( final OneofDescriptorProto proto, final FileDescriptor file, final Descriptor parent, final int index) OneofDescriptor() argument 2724 private OneofDescriptorProto proto; global() field in Descriptors.OneofDescriptor [all...] |
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
| H A D | wpa_hal.c | 996 int32_t WifiWpaWpaSendEapol(void *priv, const uint8_t *dest, uint16_t proto, const uint8_t *data, size_t dataLen) in WifiWpaWpaSendEapol() argument
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/rsn_supp/ |
| H A D | wpa.c | 50 wpa_eapol_key_send(struct wpa_sm *sm, struct wpa_ptk *ptk, int ver, const u8 *dest, u16 proto, u8 *msg, size_t msg_len, u8 *key_mic) wpa_eapol_key_send() argument [all...] |
| H A D | wpa_i.h | 81 unsigned int proto; member 219 wpa_sm_ether_send(struct wpa_sm *sm, const u8 *dest, u16 proto, const u8 *buf, size_t len) wpa_sm_ether_send() argument
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
| H A D | config_ssid.h | 267 int proto; member
|
| H A D | driver_i.h | 1084 wpa_drv_send_eapol(struct wpa_supplicant *wpa_s, const u8 *dst, u16 proto, const u8 *data, size_t data_len) wpa_drv_send_eapol() argument
|
| H A D | interworking.c | 1294 static int has_proto_match(const u8 *pos, const u8 *end, u8 proto) in has_proto_match() argument 1306 static int has_proto_port_match(const u8 *pos, const u8 *end, u8 proto, in has_proto_port_match() argument
|
| H A D | wpas_glue.c | 435 static int _wpa_ether_send(void *wpa_s, const u8 *dest, u16 proto, in _wpa_ether_send() argument 97 wpa_ether_send(struct wpa_supplicant *wpa_s, const u8 *dest, u16 proto, const u8 *buf, size_t len) wpa_ether_send() argument
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hs20/client/ |
| H A D | osu_client.c | 141 char *proto; in osu_get_certificate() local 981 char *proto, *por in set_pps_cred_policy_required_proto_port() local [all...] |
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
| H A D | wpa_common.c | 2412 const char * wpa_key_mgmt_txt(int key_mgmt, int proto) in wpa_key_mgmt_txt() argument 2744 wpa_cipher_to_suite(int proto, int cipher) wpa_cipher_to_suite() argument [all...] |
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
| H A D | wpa_hal.c | 999 int32_t WifiWpaWpaSendEapol(void *priv, const uint8_t *dest, uint16_t proto, const uint8_t *data, size_t dataLen) in WifiWpaWpaSendEapol() argument
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/rsn_supp/ |
| H A D | wpa_i.h | 99 unsigned int proto; member 282 wpa_sm_ether_send(struct wpa_sm *sm, const u8 *dest, u16 proto, const u8 *buf, size_t len) wpa_sm_ether_send() argument
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
| H A D | config_ssid.h | 298 int proto; member
|