Home
last modified time | relevance | path

Searched defs:sock (Results 326 - 350 of 893) sorted by relevance

1...<<11121314151617181920>>...36

/kernel/linux/linux-6.6/net/core/
H A Dnetprio_cgroup.c221 struct socket *sock = sock_from_file(file); in update_netprio() local
/kernel/linux/linux-6.6/net/handshake/
H A Dtlshd.c437 void tls_handshake_close(struct socket *sock) in tls_handshake_close() argument
H A Dhandshake-test.c148 struct socket *sock; in handshake_req_submit_test1() local
186 struct socket *sock; in handshake_req_submit_test3() local
211 struct socket *sock; handshake_req_submit_test4() local
245 struct socket *sock; handshake_req_submit_test5() local
282 struct socket *sock; handshake_req_submit_test6() local
315 struct socket *sock; handshake_req_cancel_test1() local
350 struct socket *sock; handshake_req_cancel_test2() local
392 struct socket *sock; handshake_req_cancel_test3() local
450 struct socket *sock; handshake_req_destroy_test1() local
[all...]
/kernel/linux/linux-6.6/net/bluetooth/hidp/
H A Dsock.c33 static int hidp_sock_release(struct socket *sock) in hidp_sock_release() argument
50 static int do_hidp_sock_ioctl(struct socket *sock, unsigned int cmd, void __user *argp) in do_hidp_sock_ioctl() argument
126 static int hidp_sock_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg) in hidp_sock_ioctl() argument
148 static int hidp_sock_compat_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg) in hidp_sock_compat_ioctl() argument
249 hidp_sock_create(struct net *net, struct socket *sock, int protocol, int kern) hidp_sock_create() argument
[all...]
/kernel/linux/linux-6.6/net/rxrpc/
H A Dsendmsg.c755 int rxrpc_kernel_send_data(struct socket *sock, struct rxrpc_call *call, in rxrpc_kernel_send_data() argument
792 bool rxrpc_kernel_abort_call(struct socket *sock, struct rxrpc_call *call, in rxrpc_kernel_abort_call() argument
818 void rxrpc_kernel_set_tx_length(struct socket *sock, struct rxrpc_call *call, in rxrpc_kernel_set_tx_length() argument
H A Drecvmsg.c163 static int rxrpc_recvmsg_data(struct socket *sock, struct rxrpc_call *call, in rxrpc_recvmsg_data() argument
278 int rxrpc_recvmsg(struct socket *sock, struct msghdr *msg, size_t len, in rxrpc_recvmsg() argument
489 int rxrpc_kernel_recv_data(struct socket *sock, struct rxrpc_call *call, in rxrpc_kernel_recv_data() argument
[all...]
/test/xts/acts/pcs/pcs_ndk/entry/src/main/cpp/
H A DpcsNetworkTest.cpp98 int sock = socket(AF_INET, SOCK_STREAM, PARAM_0); in Connect() local
135 int sock = socket(AF_INET, SOCK_STREAM, PARAM_0); in Send() local
/third_party/curl/lib/
H A Dpingpong.c88 curl_socket_t sock = conn->sock[FIRSTSOCKET]; in Curl_pp_statemach() local
/third_party/libuv/src/win/
H A Dpoll.c207 SOCKET sock = 0; in uv__fast_poll_create_peer_socket() local
/third_party/libuv/test/
H A Dtest-tcp-open.c55 uv_os_sock_t sock; in create_tcp_socket() local
77 static void close_socket(uv_os_sock_t sock) { in close_socket() argument
238 uv_os_sock_t sock; in TEST_IMPL() local
315 uv_os_sock_t sock; TEST_IMPL() local
338 uv_os_sock_t sock; TEST_IMPL() local
377 uv_os_sock_t sock; TEST_IMPL() local
[all...]
H A Dtest-poll.c61 uv_os_sock_t sock; member
71 uv_os_sock_t sock; member
105 uv_os_sock_t sock; in create_bound_socket() local
131 static void close_socket(uv_os_sock_t sock) { in close_socket() argument
145 create_connection_context( uv_os_sock_t sock, int is_server_connection) create_connection_context() argument
462 create_server_context( uv_os_sock_t sock) global() argument
498 uv_os_sock_t sock; global() local
526 uv_os_sock_t sock; global() local
542 uv_os_sock_t sock; global() local
[all...]
/third_party/libuv/src/unix/
H A Dtcp.c346 int uv_tcp_open(uv_tcp_t* handle, uv_os_sock_t sock) { in uv_tcp_open() argument
/third_party/libwebsockets/lib/core-net/
H A Dadopt.c647 lws_sock_file_fd_type sock; in lws_create_adopt_udp2() local
[all...]
/third_party/libcoap/src/
H A Dcoap_io_lwip.c130 coap_socket_recv(coap_socket_t *sock, coap_packet_t *packet) { in coap_socket_recv() argument
291 coap_socket_send_pdu(coap_socket_t *sock, coap_session_t *session, in coap_socket_send_pdu() argument
322 coap_socket_send(coap_socket_t *sock, const coap_session_t *session, in coap_socket_send() argument
349 coap_socket_bind_udp(coap_socket_t *sock, in coap_socket_bind_udp() argument
376 coap_socket_connect_udp(coap_socket_t *sock, const coap_address_t *local_if, const coap_address_t *server, int default_port, coap_address_t *local_addr, coap_address_t *remote_addr) coap_socket_connect_udp() argument
435 coap_socket_connect_tcp1(coap_socket_t *sock, const coap_address_t *local_if, const coap_address_t *server, int default_port, coap_address_t *local_addr, coap_address_t *remote_addr) coap_socket_connect_tcp1() argument
451 coap_socket_connect_tcp2(coap_socket_t *sock, coap_address_t *local_addr, coap_address_t *remote_addr) coap_socket_connect_tcp2() argument
461 coap_socket_bind_tcp(coap_socket_t *sock, const coap_address_t *listen_addr, coap_address_t *bound_addr) coap_socket_bind_tcp() argument
484 coap_socket_write(coap_socket_t *sock, const uint8_t *data, size_t data_len) coap_socket_write() argument
492 coap_socket_read(coap_socket_t *sock, uint8_t *data, size_t data_len) coap_socket_read() argument
500 coap_socket_close(coap_socket_t *sock) coap_socket_close() argument
[all...]
/third_party/ltp/lib/
H A Dsafe_net.c495 int sock, ret; in tst_get_unused_port() local
H A Dtst_net.c141 socklen_t tst_get_connect_address(int sock, struct sockaddr_storage *addr) in tst_get_connect_address() argument
/third_party/node/deps/cares/src/lib/
H A Dares__sortaddrinfo.c351 ares_socket_t sock; in find_src_addr() local
/third_party/node/deps/openssl/openssl/crypto/bio/
H A Dbio_sock.c104 int BIO_sock_error(int sock) in BIO_sock_error() argument
250 int BIO_accept(int sock, char **ip_port) in BIO_accept() argument
358 int BIO_sock_info(int sock, in BIO_sock_info() argument
/third_party/node/deps/openssl/openssl/apps/lib/
H A Ds_socket.c77 int init_client(int *sock, const char *host, const char *port, in init_client() argument
264 int sock; do_server() local
[all...]
/third_party/node/deps/uv/src/unix/
H A Dtcp.c271 int uv_tcp_open(uv_tcp_t* handle, uv_os_sock_t sock) { in uv_tcp_open() argument
/third_party/node/deps/uv/src/win/
H A Dpoll.c205 SOCKET sock = 0; in uv__fast_poll_create_peer_socket() local
/third_party/node/deps/uvwasi/src/
H A Dfd_table.c59 uvwasi_fd_table_insert(uvwasi_t* uvwasi, struct uvwasi_fd_table_t* table, uv_file fd, uv_tcp_t* sock, const char* mapped_path, const char* real_path, uvwasi_filetype_t type, uvwasi_rights_t rights_base, uvwasi_rights_t rights_inheriting, int preopen, struct uvwasi_fd_wrap_t** wrap) uvwasi_fd_table_insert() argument
308 uvwasi_fd_table_insert_preopen_socket(uvwasi_t* uvwasi, struct uvwasi_fd_table_t* table, uv_tcp_t* sock) uvwasi_fd_table_insert_preopen_socket() argument
/third_party/openssl/crypto/bio/
H A Dbio_sock.c104 int BIO_sock_error(int sock) in BIO_sock_error() argument
250 int BIO_accept(int sock, char **ip_port) in BIO_accept() argument
358 int BIO_sock_info(int sock, in BIO_sock_info() argument
/third_party/openssl/apps/lib/
H A Ds_socket.c77 int init_client(int *sock, const char *host, const char *port, in init_client() argument
264 int sock; do_server() local
[all...]
/third_party/toybox/porting/liteos_a/toys/net/
H A Difconfig.c439 struct sockaddr *sock = &ifre.ifr_hwaddr; in ifconfig_main() local

Completed in 17 milliseconds

1...<<11121314151617181920>>...36