Home
last modified time | relevance | path

Searched defs:proto (Results 51 - 75 of 263) sorted by relevance

1234567891011

/third_party/nghttp2/src/
H A Dshrpx_http.cc60 create_forwarded(BlockAllocator &balloc, int params, const StringRef &node_by, const StringRef &node_for, const StringRef &host, const StringRef &proto) create_forwarded() argument
/third_party/ltp/testcases/kernel/syscalls/sockioctl/
H A Dsockioctl01.c70 int proto; /* protocol number (usually 0 = default) */ member
/third_party/ltp/testcases/kernel/syscalls/getsockopt/
H A Dgetsockopt01.c72 int proto; /* protocol number (usually 0 = default) */ member
/third_party/lwip/src/core/
H A Dinet_chksum.c260 inet_cksum_pseudo_base(struct pbuf *p, u8_t proto, u16_t proto_len, u32_t acc) in inet_cksum_pseudo_base() argument
310 inet_chksum_pseudo(struct pbuf *p, u8_t proto, u16_t proto_len, in inet_chksum_pseudo() argument
343 ip6_chksum_pseudo(struct pbuf *p, u8_t proto, u16_t proto_len, in ip6_chksum_pseudo() argument
379 ip_chksum_pseudo(struct pbuf *p, u8_t proto, u16_ argument
399 inet_cksum_pseudo_partial_base(struct pbuf *p, u8_t proto, u16_t proto_len, u16_t chksum_len, u32_t acc) inet_cksum_pseudo_partial_base() argument
456 inet_chksum_pseudo_partial(struct pbuf *p, u8_t proto, u16_t proto_len, u16_t chksum_len, const ip4_addr_t *src, const ip4_addr_t *dest) inet_chksum_pseudo_partial() argument
491 ip6_chksum_pseudo_partial(struct pbuf *p, u8_t proto, u16_t proto_len, u16_t chksum_len, const ip6_addr_t *src, const ip6_addr_t *dest) ip6_chksum_pseudo_partial() argument
526 ip_chksum_pseudo_partial(struct pbuf *p, u8_t proto, u16_t proto_len, u16_t chksum_len, const ip_addr_t *src, const ip_addr_t *dest) ip_chksum_pseudo_partial() argument
[all...]
/third_party/lwip/src/netif/ppp/
H A Ddemand.c438 int proto, i; local
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-object.cc252 Handle<Object> proto = args.at(1); in BUILTIN() local
/third_party/libcoap/include/coap3/
H A Dcoap_address.h151 coap_proto_t proto; /**< CoAP protocol to use */ member
/third_party/python/Modules/_sqlite/clinic/
H A Dmodule.c.h204 PyObject *proto = (PyObject *)clinic_state()->PrepareProtocolType; in pysqlite_adapt() local
/third_party/selinux/libsepol/src/
H A Dports.c17 static inline int sepol2ipproto(sepol_handle_t * handle, int proto) in sepol2ipproto() argument
35 static inline int ipproto2sepol(sepol_handle_t * handle, int proto) in ipproto2sepol() argument
66 int proto = sepol_port_get_proto(data); in port_from_record() local
119 int proto in port_to_record() local
183 int low, high, proto; sepol_port_exists() local
221 int low, high, proto; sepol_port_query() local
261 int low, high, proto; sepol_port_modify() local
[all...]
H A Dport_record.c13 int proto; member
24 int proto; member
28 sepol_port_key_create(sepol_handle_t * handle, int low, int high, int proto, sepol_port_key_t ** key_ptr) sepol_port_key_create() argument
50 sepol_port_key_unpack(const sepol_port_key_t * key, int *low, int *high, int *proto) sepol_port_key_unpack() argument
173 sepol_port_get_proto_str(int proto) sepol_port_get_proto_str() argument
191 sepol_port_set_proto(sepol_port_t * port, int proto) sepol_port_set_proto() argument
[all...]
H A Dnodes.c23 int proto; in node_from_record() local
177 int proto; in sepol_node_exists() local
83 node_to_record(sepol_handle_t * handle, const policydb_t * policydb, ocontext_t * node, int proto, sepol_node_t ** record) node_to_record() argument
237 int proto; sepol_node_query() local
304 int proto; sepol_node_modify() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/l2_packet/
H A Dl2_packet_none.c37 int l2_packet_send(struct l2_packet_data *l2, const u8 *dst_addr, u16 proto, in l2_packet_send() argument
H A Dl2_packet_rtos.c38 int l2_packet_send(const struct l2_packet_data *l2, const u8 *dst_addr, u16 proto, in l2_packet_send() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/l2_packet/
H A Dl2_packet_none.c37 int l2_packet_send(struct l2_packet_data *l2, const u8 *dst_addr, u16 proto, in l2_packet_send() argument
H A Dl2_packet_rtos.c38 int l2_packet_send(const struct l2_packet_data *l2, const u8 *dst_addr, u16 proto, in l2_packet_send() argument
/third_party/ffmpeg/libavcodec/
H A Daacps_tablegen.h73 static av_cold void make_filters_from_proto(float (*filter)[8][2], const float *proto, int bands) in make_filters_from_proto() argument
/third_party/elfutils/libdw/
H A Ddwarf_getmacros.c357 Dwarf_Macro_Op_Proto *proto = &table->table[idx]; in read_macros() local
/third_party/ffmpeg/libavformat/
H A Dsctp.c190 char hostname[1024], proto[1024], path[1024]; in sctp_open() local
H A Dtcp.c111 char hostname[1024],proto[1024],path[1024]; in tcp_open() local
H A Durl.c38 int ff_url_join(char *str, int size, const char *proto, in ff_url_join() argument
/third_party/curl/src/
H A Dtool_libinfo.c198 const char *proto_token(const char *proto) in proto_token() argument
/third_party/cups-filters/filter/foomatic-rip/
H A Doptions.h94 char *proto; /* *FoomaticRIPOptionPrototype: if this is set member
/third_party/libcoap/src/
H A Dcoap_address.c428 coap_proto_t proto = 0; in coap_resolve_address_info() local
709 coap_proto_t proto = 0; coap_resolve_address_info() local
[all...]
/third_party/mbedtls/library/
H A Dnet_sockets.c222 int mbedtls_net_bind(mbedtls_net_context *ctx, const char *bind_ip, const char *port, int proto) in mbedtls_net_bind() argument
163 mbedtls_net_connect(mbedtls_net_context *ctx, const char *host, const char *port, int proto) mbedtls_net_connect() argument
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
H A Decma-builtin-function-prototype.c220 ecma_value_t proto = ecma_proxy_object_get_prototype_of (this_arg_obj_p); in ecma_builtin_function_prototype_object_bind() local

Completed in 13 milliseconds

1234567891011