/device/soc/rockchip/common/sdk_linux/net/bluetooth/ |
H A D | sco.c | 47 struct sock *sk; 57 static void sco_sock_close(struct sock *sk); 58 static void sco_sock_kill(struct sock *sk); 80 struct sock *sk; in sco_sock_timeout() 93 BT_DBG("sock %p state %d", sk, sk->sk_state); in sco_sock_timeout() 103 static void sco_sock_set_timer(struct sock *sk, long timeout) in sco_sock_set_timer() 109 BT_DBG("sock %p state %d timeout %ld", sk, sk->sk_state, timeout); in sco_sock_set_timer() 114 static void sco_sock_clear_timer(struct sock *sk) in sco_sock_clear_timer() 120 BT_DBG("sock %p state %d", sk, sk->sk_state); in sco_sock_clear_timer() 158 static void sco_chan_del(struct sock *s 492 sco_sock_alloc(struct net *net, struct socket *sock, int proto, gfp_t prio, int kern) sco_sock_alloc() argument 518 sco_sock_create(struct net *net, struct socket *sock, int protocol, int kern) sco_sock_create() argument 541 sco_sock_bind(struct socket *sock, struct sockaddr *addr, int addr_len) sco_sock_bind() argument 574 sco_sock_connect(struct socket *sock, struct sockaddr *addr, int alen, int flags) sco_sock_connect() argument 621 sco_sock_listen(struct socket *sock, int backlog) sco_sock_listen() argument 661 sco_sock_accept(struct socket *sock, struct socket *newsock, int flags, bool kern) sco_sock_accept() argument 717 sco_sock_getname(struct socket *sock, struct sockaddr *addr, int peer) sco_sock_getname() argument 735 sco_sock_sendmsg(struct socket *sock, struct msghdr *msg, size_t len) sco_sock_sendmsg() argument 821 sco_sock_recvmsg(struct socket *sock, struct msghdr *msg, size_t len, int flags) sco_sock_recvmsg() argument 841 sco_sock_setsockopt(struct socket *sock, int level, int optname, sockptr_t optval, unsigned int optlen) sco_sock_setsockopt() argument 916 sco_sock_getsockopt_old(struct socket *sock, int optname, char __user *optval, int __user *optlen) sco_sock_getsockopt_old() argument 977 sco_sock_getsockopt(struct socket *sock, int level, int optname, char __user *optval, int __user *optlen) sco_sock_getsockopt() argument 1063 sco_sock_shutdown(struct socket *sock, int how) sco_sock_shutdown() argument 1093 sco_sock_release(struct socket *sock) sco_sock_release() argument [all...] |
H A D | l2cap_sock.c | 43 static void l2cap_sock_init(struct sock *sk, struct sock *parent); 44 static struct sock *l2cap_sock_alloc(struct net *net, struct socket *sock, int proto, gfp_t prio, int kern); 46 bool l2cap_is_socket(struct socket *sock) in l2cap_is_socket() argument 48 return sock && sock->ops == &l2cap_sock_ops; in l2cap_is_socket() 82 static int l2cap_sock_bind(struct socket *sock, struct sockaddr *addr, int alen) in l2cap_sock_bind() argument 84 struct sock *sk = sock in l2cap_sock_bind() 195 l2cap_sock_connect(struct socket *sock, struct sockaddr *addr, int alen, int flags) l2cap_sock_connect() argument 286 l2cap_sock_listen(struct socket *sock, int backlog) l2cap_sock_listen() argument 345 l2cap_sock_accept(struct socket *sock, struct socket *newsock, int flags, bool kern) l2cap_sock_accept() argument 402 l2cap_sock_getname(struct socket *sock, struct sockaddr *addr, int peer) l2cap_sock_getname() argument 451 l2cap_sock_getsockopt_old(struct socket *sock, int optname, char __user *optval, int __user *optlen) l2cap_sock_getsockopt_old() argument 572 l2cap_sock_getsockopt(struct socket *sock, int level, int optname, char __user *optval, int __user *optlen) l2cap_sock_getsockopt() argument 752 l2cap_sock_setsockopt_old(struct socket *sock, int optname, sockptr_t optval, unsigned int optlen) l2cap_sock_setsockopt_old() argument 919 l2cap_sock_setsockopt(struct socket *sock, int level, int optname, sockptr_t optval, unsigned int optlen) l2cap_sock_setsockopt() argument 1168 l2cap_sock_sendmsg(struct socket *sock, struct msghdr *msg, size_t len) l2cap_sock_sendmsg() argument 1203 l2cap_sock_recvmsg(struct socket *sock, struct msghdr *msg, size_t len, int flags) l2cap_sock_recvmsg() argument 1333 l2cap_sock_shutdown(struct socket *sock, int how) l2cap_sock_shutdown() argument 1439 l2cap_sock_release(struct socket *sock) l2cap_sock_release() argument 1859 l2cap_sock_alloc(struct net *net, struct socket *sock, int proto, gfp_t prio, int kern) l2cap_sock_alloc() argument 1893 l2cap_sock_create(struct net *net, struct socket *sock, int protocol, int kern) l2cap_sock_create() argument [all...] |
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/libcoap/include/coap2/ |
H A D | coap_io.h | 94 coap_socket_connect_udp(coap_socket_t *sock, 102 coap_socket_bind_udp(coap_socket_t *sock, 108 coap_socket_connect_tcp1(coap_socket_t *sock, 116 coap_socket_connect_tcp2(coap_socket_t *sock, 121 coap_socket_bind_tcp(coap_socket_t *sock, 132 void coap_socket_close(coap_socket_t *sock); 135 coap_socket_send( coap_socket_t *sock, struct coap_session_t *session, 139 coap_socket_write(coap_socket_t *sock, const uint8_t *data, size_t data_len); 142 coap_socket_read(coap_socket_t *sock, uint8_t *data, size_t data_len); 145 coap_epoll_ctl_mod(coap_socket_t *sock, uint32_ [all...] |
H A D | coap_session_internal.h | 34 coap_socket_t sock; /**< socket object for the interface, if any */ member
|
H A D | net.h | 193 ssize_t (*network_send)(coap_socket_t *sock, const coap_session_t *session, const uint8_t *data, size_t datalen); 195 ssize_t (*network_read)(coap_socket_t *sock, struct coap_packet_t *packet);
|
H A D | coap_session.h | 82 coap_socket_t sock; /**< socket object for the session, if any */ member
|
/device/soc/rockchip/rk3588/kernel/include/trace/hooks/ |
H A D | net.h | 22 struct sock; 28 TP_PROTO(struct sock *sock), TP_ARGS(sock), 1); 30 TP_PROTO(struct sock *sock), TP_ARGS(sock), 1);
|
H A D | ipv4.h | 13 TP_PROTO(struct sock *sk, int size), 17 TP_PROTO(struct sock *sk), 21 TP_PROTO(struct sock *sk), 25 TP_PROTO(struct sock *sk), 29 TP_PROTO(struct sock *sk, int size),
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/paho.mqtt.c/include/mqtt/ |
H A D | MQTTProtocolClient.h | 42 int MQTTProtocol_handlePublishes(void* pack, int sock); 43 int MQTTProtocol_handlePubacks(void* pack, int sock); 44 int MQTTProtocol_handlePubrecs(void* pack, int sock); 45 int MQTTProtocol_handlePubrels(void* pack, int sock); 46 int MQTTProtocol_handlePubcomps(void* pack, int sock);
|
H A D | MQTTProtocolOut.h | 43 int MQTTProtocol_handlePingresps(void* pack, int sock); 46 int MQTTProtocol_handleSubacks(void* pack, int sock); 48 int MQTTProtocol_handleUnsubacks(void* pack, int sock);
|
H A D | SSLSocket.h | 50 int SSLSocket_connect(SSL* ssl, int sock, const char* hostname, int verify, int (*cb)(const char *str, size_t len, void *u), void* u);
|
H A D | Socket.h | 137 char* Socket_getpeer(int sock);
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/ |
H A D | netdb.h | 370 #define getnameinfo(sock, sock_size, host, host_len, servname, servname_size, flags) \ 371 lwip_getnameinfo(sock, sock_size, host, host_len, servname, servname_size, flags)
|
H A D | opt.h | 3805 * LWIP_HOOK_SOCKETS_SETSOCKOPT(s, sock, level, optname, optval, optlen, err) 3809 * int my_hook(int s, struct lwip_sock *sock, int level, int optname, const void *optval, socklen_t optlen, int *err) 3813 * - sock: internal socket descriptor (see lwip/priv/sockets_priv.h) 3824 #define LWIP_HOOK_SOCKETS_SETSOCKOPT(s, sock, level, optname, optval, optlen, err) 3828 * LWIP_HOOK_SOCKETS_GETSOCKOPT(s, sock, level, optname, optval, optlen, err) 3832 * int my_hook(int s, struct lwip_sock *sock, int level, int optname, void *optval, socklen_t *optlen, int *err) 3836 * - sock: internal socket descriptor (see lwip/priv/sockets_priv.h) 3847 #define LWIP_HOOK_SOCKETS_GETSOCKOPT(s, sock, level, optname, optval, optlen, err)
|
/device/soc/rockchip/common/sdk_linux/include/linux/ |
H A D | bpf.h | 33 struct sock; 1712 void sock_map_unhash(struct sock *sk); 1713 void sock_map_close(struct sock *sk, long timeout); 1737 void bpf_sk_reuseport_detach(struct sock *sk); 1741 static inline void bpf_sk_reuseport_detach(struct sock *sk) in bpf_sk_reuseport_detach() 1847 struct sock *sk; 1848 struct sock *selected_sk;
|
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
H A D | linux_pkt.c | 654 #include <net/sock.h>
|
H A D | wl_android.c | 3696 static struct sock *nl_sk = NULL;
|
H A D | dhd_linux.c | 402 static struct sock *nl_to_event_sk = NULL; 22318 struct sock *sk = NULL;
|
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/ |
H A D | oal_net.h | 545 typedef struct sock oal_sock_stru;
|