Home
last modified time | relevance | path

Searched defs:proto (Results 201 - 225 of 273) sorted by relevance

1234567891011

/third_party/nghttp2/src/
H A Dshrpx_config.cc959 Proto proto; member
4358 strproto(Proto proto) strproto() argument
[all...]
H A Dshrpx_client_handler.cc630 StringRef proto; in validate_next_proto() local
[all...]
H A DHttpServer.cc908 auto proto = StringRef{next_proto, next_proto_len}; in verify_npn_result() local
H A Dutil.cc866 bool check_h2_is_selected(const StringRef &proto) { in check_h2_is_selected() argument
/third_party/lwip/src/apps/mdns/
H A Dmdns.c175 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 Dcoap_mbedtls.c1486 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 Dlayout_eth_conf_1_0.h236 uint8_t proto; /**< Protocol, next header in big endian. */ member
246 uint8_t proto; /**< Protocol, next header to match. */ member
H A Dlayout_eth_conf.h235 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 Dhandshake.c1412 const unsigned char *proto = NULL; in do_handshake_internal() local
/third_party/protobuf/src/google/protobuf/compiler/
H A Dparser.cc548 bool Parser::ValidateEnum(const EnumDescriptorProto* proto) { in ValidateEnum() argument
[all...]
H A Dcommand_line_interface.cc1240 MakeProtoProtoPathRelative( DiskSourceTree* source_tree, std::string* proto, DescriptorDatabase* fallback_database) MakeProtoProtoPathRelative() argument
[all...]
/third_party/python/Objects/
H A Dbytearrayobject.c2092 _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 DDescriptors.java279 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 Dwpa_hal.c996 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 Dwpa.c50 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 Dwpa_i.h81 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 Dconfig_ssid.h267 int proto; member
H A Ddriver_i.h1084 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 Dinterworking.c1294 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 Dwpas_glue.c435 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 Dosu_client.c141 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 Dwpa_common.c2412 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 Dwpa_hal.c999 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 Dwpa_i.h99 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 Dconfig_ssid.h298 int proto; member

Completed in 58 milliseconds

1234567891011