Rizin
unix-like reverse engineering framework and cli tools
rz_socket_t Struct Reference

#include <rz_socket.h>

Public Attributes

int fd
 
bool is_ssl
 
int proto
 
int local
 
int port
 
struct sockaddr_in sa
 

Detailed Description

Definition at line 62 of file rz_socket.h.

Member Data Documentation

◆ fd

◆ is_ssl

◆ local

◆ port

◆ proto

int rz_socket_t::proto

Definition at line 69 of file rz_socket.h.

Referenced by rz_socket_listen(), and rz_socket_new_from_fd().

◆ sa

struct sockaddr_in rz_socket_t::sa

Definition at line 71 of file rz_socket.h.

Referenced by rz_socket_accept(), rz_socket_connect(), and rz_socket_listen().


The documentation for this struct was generated from the following file: