Lines Matching defs:sock
515 int32_t ch395_get_remote_ip_port(uint8_t sock, uint8_t ip[4], uint16_t *pport) in ch395_get_remote_ip_port()
542 int32_t ch395_clear_sock_recv_buff(uint8_t sock) in ch395_clear_sock_recv_buff()
564 int32_t ch395_get_sock_tcp_status(uint8_t sock, uint8_t *psock_status, uint8_t *ptcp_status) in ch395_get_sock_tcp_status()
590 int32_t ch395_get_sock_int_status(uint8_t sock, uint8_t *pinterrupt) in ch395_get_sock_int_status()
615 int32_t ch395_set_sock_dest_ip(uint8_t sock, uint8_t *pdst_ip) in ch395_set_sock_dest_ip()
638 int32_t ch395_set_sock_dest_port(uint8_t sock, uint16_t dest_port) in ch395_set_sock_dest_port()
662 int32_t ch395_set_sock_src_port(uint8_t sock, uint16_t src_port) in ch395_set_sock_src_port()
686 int32_t ch395_set_sock_proto_type(uint8_t sock, uint8_t proto_type) in ch395_set_sock_proto_type()
709 int32_t ch395_socket_open(uint8_t sock) in ch395_socket_open()
749 int32_t ch395_socket_close(uint8_t sock) in ch395_socket_close()
789 int32_t ch395_socket_tcp_connect(uint8_t sock) in ch395_socket_tcp_connect()
830 int32_t ch395_socket_tcp_disconnect(uint8_t sock) in ch395_socket_tcp_disconnect()
871 int32_t ch395_socket_data_send(uint8_t sock, uint16_t datalen, uint8_t *pdata) in ch395_socket_data_send()
909 int32_t ch395_socket_recv_data_len(uint8_t sock, uint16_t *pdatalen) in ch395_socket_recv_data_len()
931 int32_t ch395_socket_recv_data(uint8_t sock, uint16_t datalen, uint8_t *pdata) in ch395_socket_recv_data()
1105 int32_t ch395_set_sock_ttl(uint8_t sock, uint8_t ttl) in ch395_set_sock_ttl()
1142 int32_t ch395_sock_set_recv_buf(uint8_t sock, uint8_t startblk, uint8_t blknum) in ch395_sock_set_recv_buf()
1166 int32_t ch395_sock_set_send_buf(uint8_t sock, uint8_t startblk, uint8_t blknum) in ch395_sock_set_send_buf()