Lines Matching refs:at_socket
66 struct at_socket;
69 typedef void (*at_evt_cb_t)(struct at_socket *socket, at_socket_evt_t event, const char *buff, size…
72 typedef void (* at_socket_callback)(struct at_socket *conn, int event, uint16_t len);
77 …int (*at_connect)(struct at_socket *socket, char *ip, int32_t port, enum at_socket_type type, rt_b…
78 int (*at_closesocket)(struct at_socket *socket);
79 … int (*at_send)(struct at_socket *socket, const char *buff, size_t bfsz, enum at_socket_type type);
82 int (*at_socket)(struct at_device *device, enum at_socket_type type); member
84 int (*at_listen)(struct at_socket *socket, int backlog);
106 struct at_socket struct
153 int at_socket(int domain, int type, int protocol); argument
175 struct at_socket *at_get_socket(int socket);
177 struct at_socket *at_get_base_socket(int base_socket);
182 #define socket(domain, type, protocol) at_socket(domain, type, protocol)