Home
last modified time | relevance | path

Searched defs:server (Results 276 - 300 of 513) sorted by relevance

1...<<1112131415161718192021

/kernel/linux/linux-6.6/fs/smb/client/
H A Dcifsencrypt.c171 __cifs_calc_signature(struct smb_rqst *rqst, struct TCP_Server_Info *server, char *signature, struct shash_desc *shash) __cifs_calc_signature() argument
226 cifs_calc_signature(struct smb_rqst *rqst, struct TCP_Server_Info *server, char *signature) cifs_calc_signature() argument
255 cifs_sign_rqst(struct smb_rqst *rqst, struct TCP_Server_Info *server, __u32 *pexpected_response_sequence_number) cifs_sign_rqst() argument
298 cifs_sign_smbv(struct kvec *iov, int n_vec, struct TCP_Server_Info *server, __u32 *pexpected_response_sequence) cifs_sign_smbv() argument
308 cifs_sign_smb(struct smb_hdr *cifs_pdu, struct TCP_Server_Info *server, __u32 *pexpected_response_sequence_number) cifs_sign_smb() argument
322 cifs_verify_signature(struct smb_rqst *rqst, struct TCP_Server_Info *server, __u32 expected_sequence_number) cifs_verify_signature() argument
540 wchar_t *server; calc_ntlmv2_hash() local
844 cifs_crypto_secmech_release(struct TCP_Server_Info *server) cifs_crypto_secmech_release() argument
[all...]
H A Dlink.c485 struct TCP_Server_Info *server; local
[all...]
H A Dsmb2misc.c136 smb2_check_message(char *buf, unsigned int len, struct TCP_Server_Info *server) in smb2_check_message() argument
609 smb2_is_valid_lease_break(char *buffer, struct TCP_Server_Info *server) smb2_is_valid_lease_break() argument
670 smb2_is_valid_oplock_break(char *buffer, struct TCP_Server_Info *server) smb2_is_valid_oplock_break() argument
808 struct TCP_Server_Info *server = NULL; smb2_handle_cancelled_close() local
833 smb2_handle_cancelled_mid(struct mid_q_entry *mid, struct TCP_Server_Info *server) smb2_handle_cancelled_mid() argument
872 smb311_update_preauth_hash(struct cifs_ses *ses, struct TCP_Server_Info *server, struct kvec *iov, int nvec) smb311_update_preauth_hash() argument
[all...]
H A Dsmb2inode.c73 struct TCP_Server_Info *server; in smb2_compound_op() local
[all...]
/kernel/linux/linux-6.6/fs/afs/
H A Dinode.c601 struct afs_server *server; in afs_check_server_good() local
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
H A Dcls_redirect.c94 set_up_conn(const struct sockaddr *addr, socklen_t len, int type, int *server, int *conn, struct tuple *tuple) set_up_conn() argument
/kernel/linux/linux-6.6/tools/testing/selftests/net/mptcp/
H A Dmptcp_inq.c469 static int server(int unixfd) in server() function
/test/testfwk/arkxtest/uitest/addon/
H A Dextension_executor.cpp128 static auto server = FrontendApiServer::Get(); in CallThroughMessage() local
/third_party/curl/lib/vtls/
H A Drustls.c456 char *server = connssl->peer.sni? in cr_init_backend() local
/third_party/alsa-lib/src/control/
H A Dcontrol_shm.c532 const char *server = NULL; in _snd_ctl_shm_open() local
[all...]
/third_party/alsa-utils/seq/aseqnet/
H A Daseqnet.c432 static void init_client(const char *server, const char *port) in init_client() argument
/third_party/curl/lib/
H A Dldap.c221 static int ldap_win_bind_auth(LDAP *server, const char *user, in ldap_win_bind_auth() argument
268 static int ldap_win_bind(struct Curl_easy *data, LDAP *server, in ldap_win_bind() argument
306 LDAP *server = NULL; in ldap_do() local
[all...]
/third_party/libuv/test/
H A Dtest-ipc.c65 static void on_connection(uv_stream_t* server, int status) { in on_connection() argument
473 uv_tcp_t server; TEST_IMPL() local
498 uv_tcp_t server; TEST_IMPL() local
609 ipc_on_connection(uv_stream_t* server, int status) ipc_on_connection() argument
644 ipc_on_connection_tcp_conn(uv_stream_t* server, int status) ipc_on_connection_tcp_conn() argument
[all...]
H A Dbenchmark-pump.c51 static uv_stream_t* server; variable
/third_party/node/src/
H A Dinspector_io.cc130 void SetServer(InspectorSocketServer* server) { in SetServer() argument
[all...]
/third_party/node/deps/cares/src/lib/
H A Dares_update_servers.c524 const struct server_state *server = ares__slist_node_val(node); in ares__server_find() local
548 const ares_sconfig_t *server = ares__llist_node_val(s); in ares__server_isdup() local
579 struct server_state *server = ares_malloc_zero(sizeof(*server)); in ares__server_create() local
638 ares__server_in_newconfig(const struct server_state *server, ares__llist_t *srvlist) ares__server_in_newconfig() argument
673 const struct server_state *server = ares__slist_node_val(snode); ares__servers_remove_stale() local
721 struct server_state *server = ares__slist_node_val(snode); ares__servers_update() local
927 const struct server_state *server = ares__slist_node_val(node); ares_get_servers() local
982 const struct server_state *server = ares__slist_node_val(node); ares_get_servers_ports() local
1129 const struct server_state *server = ares__slist_node_val(node); ares_get_servers_csv() local
[all...]
/third_party/pulseaudio/src/modules/dbus/
H A Dmodule-dbus-protocol.c79 struct server { struct
86 struct server *server; member
[all...]
/third_party/toybox/toys/pending/
H A Dtftp.c64 static int init_tftp(struct sockaddr_storage *server) in init_tftp() argument
213 read_ack(int sd, uint8_t *packet, struct sockaddr_storage *server, uint16_t *port, uint16_t *blockno) read_ack() argument
269 struct sockaddr_storage server, from; file_get() local
384 struct sockaddr_storage server; file_put() local
[all...]
/third_party/pulseaudio/src/modules/raop/
H A Draop-sink.c90 char *server; member
663 static pa_device_port *raop_create_port(struct userdata *u, const char *server) { in raop_create_port() argument
699 static pa_card *raop_create_card(pa_module *m, pa_device_port *port, pa_card_profile *profile, const char *server, const char *nicename) { in raop_create_card() argument
736 const char *server, *protocol, *encryption, *codec; in pa_raop_sink_new() local
[all...]
/third_party/python/Lib/xmlrpc/
H A Dserver.py112 import http.server global() namespace
[all...]
/kernel/linux/linux-5.10/arch/powerpc/kvm/
H A Dbook3s_hv_builtin.c594 unsigned long kvmppc_rm_h_ipoll(struct kvm_vcpu *vcpu, unsigned long server) in kvmppc_rm_h_ipoll() argument
608 int kvmppc_rm_h_ipi(struct kvm_vcpu *vcpu, unsigned long server, in kvmppc_rm_h_ipi() argument
H A Dbook3s_xics.c166 int kvmppc_xics_set_xive(struct kvm *kvm, u32 irq, u32 server, u32 priority) in kvmppc_xics_set_xive() argument
196 int kvmppc_xics_get_xive(struct kvm *kvm, u32 irq, u32 *server, u3 argument
140 write_xive(struct kvmppc_xics *xics, struct kvmppc_ics *ics, struct ics_irq_state *state, u32 server, u32 priority, u32 saved_priority) write_xive() argument
619 kvmppc_h_ipi(struct kvm_vcpu *vcpu, unsigned long server, unsigned long mfrr) kvmppc_h_ipi() argument
704 kvmppc_h_ipoll(struct kvm_vcpu *vcpu, unsigned long server) kvmppc_h_ipoll() argument
1243 u32 server; xics_set_source() local
[all...]
H A Dbook3s_xive_native.c469 u32 server; in kvmppc_xive_native_set_source_config() local
414 kvmppc_xive_native_update_source_config(struct kvmppc_xive *xive, struct kvmppc_xive_src_block *sb, struct kvmppc_xive_irq_state *state, u32 server, u8 priority, bool masked, u32 eisn) kvmppc_xive_native_update_source_config() argument
564 u32 server; kvmppc_xive_native_set_queue_config() local
713 u32 server; kvmppc_xive_native_get_queue_config() local
[all...]
H A Dbook3s_xive.h221 static inline u32 kvmppc_xive_vp(struct kvmppc_xive *xive, u32 server) in kvmppc_xive_vp() argument
/kernel/linux/linux-6.6/arch/powerpc/kvm/
H A Dbook3s_xics.c166 int kvmppc_xics_set_xive(struct kvm *kvm, u32 irq, u32 server, u32 priority) in kvmppc_xics_set_xive() argument
196 int kvmppc_xics_get_xive(struct kvm *kvm, u32 irq, u32 *server, u3 argument
140 write_xive(struct kvmppc_xics *xics, struct kvmppc_ics *ics, struct ics_irq_state *state, u32 server, u32 priority, u32 saved_priority) write_xive() argument
619 kvmppc_h_ipi(struct kvm_vcpu *vcpu, unsigned long server, unsigned long mfrr) kvmppc_h_ipi() argument
704 kvmppc_h_ipoll(struct kvm_vcpu *vcpu, unsigned long server) kvmppc_h_ipoll() argument
1234 u32 server; xics_set_source() local
[all...]

Completed in 23 milliseconds

1...<<1112131415161718192021